Searched refs:z_off64_t (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | gzguts.h | 143 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 144 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 145 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 188 z_off64_t start; /* where the gzip data started, for rewinding */ 195 z_off64_t skip; /* amount to skip (already rewound if backwards) */ 215 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) 218 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
|
A D | adler32.c | 11 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2)); 46 z_off64_t tmp = a >> 32; \ 147 z_off64_t len2; 184 z_off64_t len2;
|
A D | zlib.h | 1821 z_off64_t pos; 1841 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 1842 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 1843 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 1844 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t)); 1845 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
|
A D | zconf.h | 518 # define z_off64_t off64_t macro 521 # define z_off64_t __int64 macro 523 # define z_off64_t z_off_t macro
|
Completed in 8 milliseconds