zlib / injectable_functions /adler32_injectable_functions.json
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
raw
history blame contribute delete
400 Bytes
[
{
"function_name": "adler32_z",
"function_signature": "uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf, z_size_t len)",
"test_filename": "tests_adler32_adler32_z.c"
},
{
"function_name": "adler32_combine_",
"function_signature": "local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2)",
"test_filename": "tests_adler32_adler32_combine_.c"
}
]