Home
last modified time | relevance | path

Searched defs:crc32_combine (Results 1 – 19 of 19) sorted by relevance

/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.h1791 # define crc32_combine crc32_combine64 macro
/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/
Dcrc32.c428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dzlib.h1861 # define crc32_combine crc32_combine64 macro
Dzconf.h.in39 # define crc32_combine z_crc32_combine macro
Dzconf.h39 # define crc32_combine z_crc32_combine macro
/external/python/cpython2/Modules/zlib/
Dcrc32.c428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dzlib.h1861 # define crc32_combine crc32_combine64 macro
Dzconf.h39 # define crc32_combine z_crc32_combine macro
Dzconf.h.in39 # define crc32_combine z_crc32_combine macro
/external/libwebsockets/win32port/zlib/
Dcrc32.c426 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dzlib.h1580 # define crc32_combine crc32_combine64 macro
Dzconf.h34 # define crc32_combine z_crc32_combine macro
/external/zlib/
Dcrc32.c482 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
Dchromeconf.h50 #define crc32_combine Cr_z_crc32_combine macro
Dzlib.h1941 # define crc32_combine crc32_combine64 macro
Dzconf.h55 # define crc32_combine z_crc32_combine macro
/external/rust/crates/libz-sys/src/
Dlib.rs163 pub fn crc32_combine(crc1: uLong, crc2: uLong, len2: z_off_t) -> uLong; in crc32_combine() function