/external/rust/crates/libz-sys/src/zlib-ng/ |
D | crc32.c | 193 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
|
D | zlib.h | 1791 # define crc32_combine crc32_combine64 macro
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 157 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/ |
D | crc32.c | 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | zlib.h | 1861 # define crc32_combine crc32_combine64 macro
|
D | zconf.h.in | 39 # define crc32_combine z_crc32_combine macro
|
D | zconf.h | 39 # define crc32_combine z_crc32_combine macro
|
/external/python/cpython2/Modules/zlib/ |
D | crc32.c | 428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | zlib.h | 1861 # define crc32_combine crc32_combine64 macro
|
D | zconf.h | 39 # define crc32_combine z_crc32_combine macro
|
D | zconf.h.in | 39 # define crc32_combine z_crc32_combine macro
|
/external/libwebsockets/win32port/zlib/ |
D | crc32.c | 426 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | zlib.h | 1580 # define crc32_combine crc32_combine64 macro
|
D | zconf.h | 34 # define crc32_combine z_crc32_combine macro
|
/external/zlib/ |
D | crc32.c | 482 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
|
D | chromeconf.h | 50 #define crc32_combine Cr_z_crc32_combine macro
|
D | zlib.h | 1941 # define crc32_combine crc32_combine64 macro
|
D | zconf.h | 55 # define crc32_combine z_crc32_combine macro
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 163 pub fn crc32_combine(crc1: uLong, crc2: uLong, len2: z_off_t) -> uLong; in crc32_combine() function
|