Searched refs:z_off_t (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.h | 1907 ZEXTERN z_off_t ZEXPORT gzseek64(gzFile, z_off_t, int); 1908 ZEXTERN z_off_t ZEXPORT gztell64(gzFile); 1909 ZEXTERN z_off_t ZEXPORT gzoffset64(gzFile); 1916 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int); 1917 ZEXTERN z_off_t ZEXPORT gztell(gzFile); 1918 ZEXTERN z_off_t ZEXPORT gzoffset(gzFile); 1919 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); 1920 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); 1921 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t); 1926 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t); [all …]
|
| H A D | zconf.h | 487 # ifndef z_off_t 488 # define z_off_t off_t macro 511 #ifndef z_off_t 512 # define z_off_t long long macro 524 # define z_off64_t z_off_t
|
| H A D | adler32.c | 158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
|
| H A D | zutil.c | 53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
|
| H A D | crc32.c | 1029 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { in crc32_combine() 1042 uLong ZEXPORT crc32_combine_gen(z_off_t len2) { in crc32_combine_gen()
|