Home
last modified time | relevance | path

Searched refs:crc32_combine_op (Results 1 – 5 of 5) sorted by relevance

/external/oss-fuzz/projects/zlib/
Dchecksum_fuzzer.c35 uint32_t crc4 = crc32_combine_op(crc1, crc3, op); in LLVMFuzzerTestOneInput()
49 assert(crc32_combine_op(crc1, crc2, op) == in LLVMFuzzerTestOneInput()
50 crc32_combine_op(crc2, crc1, op)); in LLVMFuzzerTestOneInput()
52 crc32_combine_op(crc2, crc1, op)); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dchecksum_fuzzer.c42 uint32_t crc4 = PREFIX(crc32_combine_op)(crc1, crc3, op); in LLVMFuzzerTestOneInput()
61 combine1 = PREFIX(crc32_combine_op)(crc1, crc2, op); in LLVMFuzzerTestOneInput()
62 combine2 = PREFIX(crc32_combine_op)(crc2, crc1, op); in LLVMFuzzerTestOneInput()
65 combine2 = PREFIX(crc32_combine_op)(crc2, crc1, op); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.map99 crc32_combine_op;
Dcrc32.c294 uint32_t Z_EXPORT PREFIX(crc32_combine_op)(uint32_t crc1, uint32_t crc2, const uint32_t *op) { in PREFIX() argument
Dzlib.h1723 Z_EXTERN uint32_t Z_EXPORT crc32_combine_op(uint32_t crc1, uint32_t crc2,