Home
last modified time | relevance | path

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

123

/external/rust/crates/libz-sys/src/zlib-ng/
Dcrc32_braid_comb.c30 unsigned long Z_EXPORT PREFIX(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off_t len2) { in PREFIX() argument
33 unsigned long Z_EXPORT PREFIX4(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off64_t len… in PREFIX4() argument
46 uint32_t Z_EXPORT PREFIX4(crc32_combine)(uint32_t crc1, uint32_t crc2, z_off64_t len2) { in PREFIX4() argument
Dzlib.map33 crc32_combine;
Dzlib_name_mangling.h.in27 #define crc32_combine @ZLIB_SYMBOL_PREFIX@crc32_combine macro
/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/
Dfuzzer_checksum.c50 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
51 combine2 = PREFIX(crc32_combine)(crc1, crc1, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
59 combine1 = PREFIX(crc32_combine)(crc1, crc2, (z_off_t)dataLen); in LLVMFuzzerTestOneInput()
/external/tflite-support/third_party/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));
/external/zlib/
Dzlib.h1956 # ifdef crc32_combine
1957 # undef crc32_combine
1984 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1991 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/
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/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/icing/icing/legacy/core/
Dicing-string-util.cc58 update_crc = crc32_combine(update_crc, 0, orig_len - (offset + len)); in UpdateAtPositionCrc32()
/external/rust/crates/libz-sys/src/zlib-ng/win32/
Dzlib.def.in48 @ZLIB_SYMBOL_PREFIX@crc32_combine
Dzlibcompat.def.in79 @ZLIB_SYMBOL_PREFIX@crc32_combine
/external/rust/crates/libz-sys/src/zlib/contrib/vstudio/vc9/
Dzlibvc.def119 crc32_combine @142
/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/freetype/src/gzip/
Dzlib.h1910 # define crc32_combine crc32_combine64 macro
1928 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1936 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));

123