Home
last modified time | relevance | path

Searched refs:crc32_combine (Results 1 – 25 of 51) sorted by relevance

123

/external/oss-fuzz/projects/zlib/
Dchecksum_fuzzer.c44 assert(crc32_combine(crc1, crc2, dataLen) == in LLVMFuzzerTestOneInput()
45 crc32_combine(crc1, crc1, dataLen)); in LLVMFuzzerTestOneInput()
51 assert(crc32_combine(crc1, crc2, dataLen) == in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/
Dchecksum_fuzzer.c55 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
56 combine2 = PREFIX(crc32_combine)(crc1, crc1, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
64 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
/external/rust/crates/libz-sys/src/zlib-ng/
Dcrc32.c193 unsigned long Z_EXPORT PREFIX(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off_t len2) { in PREFIX() argument
197 unsigned long Z_EXPORT PREFIX4(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off64_t len… in PREFIX4() argument
201 uint32_t Z_EXPORT PREFIX4(crc32_combine)(uint32_t crc1, uint32_t crc2, z_off64_t len2) { in PREFIX4() argument
Dzlib.map34 crc32_combine;
/external/angle/third_party/zlib/
Dzlib.h1881 # ifdef crc32_combine
1882 # undef crc32_combine
1884 # define crc32_combine crc32_combine64 macro
1900 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1906 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
/external/zlib/
Dzlib.h1938 # ifdef crc32_combine
1939 # undef crc32_combine
1941 # define crc32_combine crc32_combine64 macro
1957 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1963 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
Dlibz.map.txt36 crc32_combine;
/external/icing/icing/util/
Dcrc32.cc89 update_crc = crc32_combine(update_crc, 0, in UpdateWithXor()
/external/rust/crates/libz-sys/src/zlib-ng/win32/
Dzlib.def47 crc32_combine
Dzlibcompat.def78 crc32_combine
/external/rust/crates/libz-sys/src/zlib/
Dzlib.map34 crc32_combine;
Dzlib.h1861 # define crc32_combine crc32_combine64 macro
1877 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1883 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
/external/python/cpython2/Modules/zlib/
Dzlib.map34 crc32_combine;
Dzlib.h1861 # define crc32_combine crc32_combine64 macro
1877 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1883 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
/external/rust/crates/libz-sys/src/zlib/win32/
Dzlib.def78 crc32_combine
/external/icing/icing/legacy/core/
Dicing-string-util.cc59 update_crc = crc32_combine(update_crc, 0, orig_len - (offset + len)); in UpdateAtPositionCrc32()
/external/angle/third_party/zlib/patches/
D0000-build.patch216 +# ifdef crc32_combine
217 +# undef crc32_combine
219 # define crc32_combine crc32_combine64
/external/zlib/patches/
D0000-build.patch216 +# ifdef crc32_combine
217 +# undef crc32_combine
219 # define crc32_combine crc32_combine64
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; in crc32_combine() function
194 function crc32_combine; external; in crc32_combine() function
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc10/
Dzlibvc.def119 crc32_combine @142
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc12/
Dzlibvc.def119 crc32_combine @142
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc14/
Dzlibvc.def119 crc32_combine @142
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc11/
Dzlibvc.def119 crc32_combine @142
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc9/
Dzlibvc.def119 crc32_combine @142
/external/rust/crates/libz-sys/src/zlib/examples/
DREADME.examples28 - illustrates the use of crc32_combine()

123