Searched defs:crc32_z (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | crc32.c | 33 unsigned long Z_EXPORT PREFIX(crc32_z)(unsigned long crc, const unsigned char *buf, size_t len) { in PREFIX() argument 39 uint32_t Z_EXPORT PREFIX(crc32_z)(uint32_t crc, const unsigned char *buf, size_t len) { in PREFIX() argument
|
/external/rust/crates/libz-sys/src/zlib/ |
D | crc32.c | 202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
|
D | zconf.h.in | 41 # define crc32_z z_crc32_z macro
|
D | zconf.h | 41 # define crc32_z z_crc32_z macro
|
/external/python/cpython2/Modules/zlib/ |
D | crc32.c | 202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
|
D | zconf.h | 41 # define crc32_z z_crc32_z macro
|
D | zconf.h.in | 41 # define crc32_z z_crc32_z macro
|
/external/zlib/ |
D | crc32.c | 208 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
|
D | chromeconf.h | 52 #define crc32_z Cr_z_crc32_z macro
|
D | zconf.h | 57 # define crc32_z z_crc32_z macro
|