Home
last modified time | relevance | path

Searched refs:z_off_t (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h1907 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 Dzconf.h487 # 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 Dadler32.c158 uLong ZEXPORT adler32_combine(uLong adler1, uLong adler2, z_off_t len2) { in adler32_combine()
H A Dzutil.c53 switch ((int)(sizeof(z_off_t))) { in zlibCompileFlags()
H A Dcrc32.c1029 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()