Searched refs:z_off64_t (Results 1 – 4 of 4) sorted by relevance
| /tf-a-ffa_el3_spmc/lib/zlib/ |
| A D | adler32.c | 10 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2)); 45 z_off64_t tmp = a >> 32; \ 146 z_off64_t len2; 183 z_off64_t len2;
|
| A D | zlib.h | 1820 z_off64_t pos; 1840 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 1841 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 1842 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 1843 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); 1844 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
|
| A D | crc32.c | 51 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 375 z_off64_t len2; 439 z_off64_t len2;
|
| A D | zconf.h | 508 # define z_off64_t off64_t macro 511 # define z_off64_t __int64 macro 513 # define z_off64_t z_off_t macro
|
Completed in 11 milliseconds