Searched refs:z_off64_t (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.h | 1859 z_off64_t pos; 1879 ZEXTERN z_off64_t ZEXPORT gzseek64(gzFile, z_off64_t, int); 1880 ZEXTERN z_off64_t ZEXPORT gztell64(gzFile); 1881 ZEXTERN z_off64_t ZEXPORT gzoffset64(gzFile); 1882 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); 1883 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); 1884 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t); 1910 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); 1911 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); 1912 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
|
| H A D | adler32.c | 43 z_off64_t tmp = a >> 32; \ 133 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine_() 162 uLong ZEXPORT adler32_combine64(uLong adler1, uLong adler2, z_off64_t len2) { in adler32_combine64()
|
| H A D | zconf.h | 516 # define z_off64_t off64_t macro 518 # define z_off64_t long long macro 520 # define z_off64_t __int64 macro 522 # define z_off64_t offset_t macro 524 # define z_off64_t z_off_t macro
|
| H A D | zutil.h | 176 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t); 177 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t); 178 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
|
| H A D | crc32.c | 176 local z_crc_t x2nmodp(z_off64_t n, unsigned k) { in x2nmodp() 1021 uLong ZEXPORT crc32_combine64(uLong crc1, uLong crc2, z_off64_t len2) { in crc32_combine64() 1030 return crc32_combine64(crc1, crc2, (z_off64_t)len2); in crc32_combine() 1034 uLong ZEXPORT crc32_combine_gen64(z_off64_t len2) { in crc32_combine_gen64() 1043 return crc32_combine_gen64((z_off64_t)len2); in crc32_combine_gen()
|