zlib / injectable_functions /crc32_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
[
{
"function_name": "byte_swap",
"function_signature": "local z_word_t byte_swap(z_word_t word)",
"test_filename": "tests_crc32_byte_swap.c"
},
{
"function_name": "multmodp",
"function_signature": "local z_crc_t multmodp(z_crc_t a, z_crc_t b)",
"test_filename": "tests_crc32_multmodp.c"
},
{
"function_name": "x2nmodp",
"function_signature": "local z_crc_t x2nmodp(z_off64_t n, unsigned k)",
"test_filename": "tests_crc32_x2nmodp.c"
},
{
"function_name": "once",
"function_signature": "local void once(once_t *state, void (*init)(void))",
"test_filename": "tests_crc32_once.c"
},
{
"function_name": "once",
"function_signature": "local void once(once_t *state, void (*init)(void))",
"test_filename": "tests_crc32_once.c"
},
{
"function_name": "make_crc_table",
"function_signature": "local void make_crc_table(void)",
"test_filename": "tests_crc32_make_crc_table.c"
},
{
"function_name": "braid",
"function_signature": "local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w)",
"test_filename": "tests_crc32_braid.c"
},
{
"function_name": "crc32_z",
"function_signature": "unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf,\n z_size_t len)",
"test_filename": "tests_crc32_crc32_z.c"
},
{
"function_name": "crc32_z",
"function_signature": "unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf,\n z_size_t len)",
"test_filename": "tests_crc32_crc32_z.c"
}
]