Searched defs:PREFIX4 (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
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 | crc32_braid_comb.c | 33 unsigned long Z_EXPORT PREFIX4(crc32_combine)(unsigned long crc1, unsigned long crc2, z_off64_t len… in PREFIX4() function 39 unsigned long Z_EXPORT PREFIX4(crc32_combine_gen)(z_off64_t len2) { in PREFIX4() function 46 uint32_t Z_EXPORT PREFIX4(crc32_combine)(uint32_t crc1, uint32_t crc2, z_off64_t len2) { in PREFIX4() function
|
D | adler32.c | 108 unsigned long Z_EXPORT PREFIX4(adler32_combine)(unsigned long adler1, unsigned long adler2, z_off64… in PREFIX4() function 112 uint32_t Z_EXPORT PREFIX4(adler32_combine)(uint32_t adler1, uint32_t adler2, z_off64_t len2) { in PREFIX4() function
|
D | zbuild.h | 61 # define PREFIX4(x) x ## 64 macro 68 # define PREFIX4(x) zng_ ## x macro
|