coreutils / injectable_functions /cksum_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
78d2150 verified
[
{
"function_name": "pclmul_supported",
"function_signature": "static cksum_fp_t pclmul_supported (void)",
"include_line": "#include \"../tests/cksum/tests_for_pclmul_supported.c\""
},
{
"function_name": "avx2_supported",
"function_signature": "static cksum_fp_t avx2_supported (void)",
"include_line": "#include \"../tests/cksum/tests_for_avx2_supported.c\""
},
{
"function_name": "avx512_supported",
"function_signature": "static cksum_fp_t avx512_supported (void)",
"include_line": "#include \"../tests/cksum/tests_for_avx512_supported.c\""
},
{
"function_name": "vmull_supported",
"function_signature": "static cksum_fp_t vmull_supported (void)",
"include_line": "#include \"../tests/cksum/tests_for_vmull_supported.c\""
},
{
"function_name": "cksum_slice8",
"function_signature": "static bool cksum_slice8 (FILE *fp, uint_fast32_t *crc_out, uintmax_t *length_out)",
"include_line": "#include \"../tests/cksum/tests_for_cksum_slice8.c\""
},
{
"function_name": "crc_sum_stream",
"function_signature": "int crc_sum_stream (FILE *stream, void *resstream, uintmax_t *length)",
"include_line": "#include \"../tests/cksum/tests_for_crc_sum_stream.c\""
},
{
"function_name": "crc32b_sum_stream",
"function_signature": "int crc32b_sum_stream (FILE *stream, void *resstream, uintmax_t *reslen)",
"include_line": "#include \"../tests/cksum/tests_for_crc32b_sum_stream.c\""
},
{
"function_name": "output_crc",
"function_signature": "void output_crc (char const *file, MAYBE_UNUSED int binary_file,\n void const *digest, bool raw, MAYBE_UNUSED bool tagged,\n unsigned char delim, bool args, uintmax_t length)",
"include_line": "#include \"../tests/cksum/tests_for_output_crc.c\""
}
]