Searched defs:PREFIX4 (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | crc32_comb.c | 41 unsigned long Z_EXPORT PREFIX4(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off64_t len… in PREFIX4() function 45 uint32_t Z_EXPORT PREFIX4(crc32_combine)(uint32_t crc1, uint32_t crc2, z_off64_t len2) { in PREFIX4() function 101 void Z_EXPORT PREFIX4(crc32_combine_gen)(uint32_t *op, z_off64_t len2) { in PREFIX4() function
|
D | gzlib.c | 220 gzFile Z_EXPORT PREFIX4(gzopen)(const char *path, const char *mode) { in PREFIX4() function 304 z_off64_t Z_EXPORT PREFIX4(gzseek)(gzFile file, z_off64_t offset, int whence) { in PREFIX4() function 385 z_off64_t Z_EXPORT PREFIX4(gztell)(gzFile file) { in PREFIX4() function 411 z_off64_t Z_EXPORT PREFIX4(gzoffset)(gzFile file) { in PREFIX4() function
|
D | zbuild.h | 17 # define PREFIX4(x) x ## 64 macro 24 # define PREFIX4(x) zng_ ## x macro
|
D | adler32.c | 132 unsigned long Z_EXPORT PREFIX4(adler32_combine)(unsigned long adler1, unsigned long adler2, z_off64… function 136 uint32_t Z_EXPORT PREFIX4(adler32_combine)(uint32_t adler1, uint32_t adler2, z_off64_t len2) { function
|