Searched refs:z_off64_t (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/zlib/
H A Dgzguts.h66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
91 z_off64_t pos; /* current position in uncompressed data */
100 z_off64_t start; /* where the gzip data started, for rewinding */
101 z_off64_t raw; /* where the raw data started, for seeking */
108 z_off64_t skip; /* amount to skip (already rewound if backwards) */
124 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
125 value -- needed when comparing unsigned to z_off64_t, whic
[all...]
H A Dgzlib.c277 z_off64_t ZEXPORT gzseek64(file, offset, whence)
279 z_off64_t offset;
283 z_off64_t ret;
336 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ?
358 z_off64_t ret;
360 ret = gzseek64(file, (z_off64_t)offset, whence);
365 z_off64_t ZEXPORT gztell64(file)
385 z_off64_t ret;
392 z_off64_t ZEXPORT gzoffset64(file)
395 z_off64_t offse
[all...]
H A Dadler32.c12 local uLong adler32_combine_(uLong adler1, uLong adler2, z_off64_t len2);
134 z_off64_t len2;
166 z_off64_t len2;
H A Dzlib.h1572 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1573 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1574 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1575 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1576 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
H A Dcrc32.c71 local uLong crc32_combine_(uLong crc1, uLong crc2, z_off64_t len2);
375 z_off64_t len2;
439 z_off64_t len2;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
150 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
151 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
194 z_off64_t start; /* where the gzip data started, for rewinding */
201 z_off64_t skip; /* amount to skip (already rewound if backwards) */
217 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
218 value -- needed when comparing unsigned to z_off64_t, which is signed
219 (possible z_off64_t types off_t, off64_t, and long are all signed) */
221 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t)
[all...]
H A Dfx_zlib_adler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
47 z_off64_t tmp = a >> 32; \
139 z_off64_t len2)
176 z_off64_t len2)
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64(
364 z_off64_t offset,
368 z_off64_t ret;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
444 z_off64_t ret;
446 ret = gzseek64(file, (z_off64_t)offset, whence);
451 z_off64_t ZEXPORT gztell64(
471 z_off64_t ret;
478 z_off64_t ZEXPORT gzoffset64(
481 z_off64_t offse
[all...]
H A Dzlib.h1737 z_off64_t pos;
1757 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1758 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1759 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1760 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1761 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1784 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dfx_zlib_crc32.c53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
358 z_off64_t len2)
422 z_off64_t len2)
H A Dzconf.h493 # define z_off64_t off64_t macro
496 # define z_off64_t __int64 macro
498 # define z_off64_t z_off_t macro
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
178 z_off64_t start; /* where the gzip data started, for rewinding */
185 z_off64_t skip; /* amount to skip (already rewound if backwards) */
201 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
202 value -- needed when comparing unsigned to z_off64_t, which is signed
203 (possible z_off64_t types off_t, off64_t, and long are all signed) */
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t)
[all...]
H A Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
47 z_off64_t tmp = a >> 32; \
139 z_off64_t len2;
176 z_off64_t len2;
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence)
364 z_off64_t offset;
368 z_off64_t ret;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
444 z_off64_t ret;
446 ret = gzseek64(file, (z_off64_t)offset, whence);
451 z_off64_t ZEXPORT gztell64(file)
471 z_off64_t ret;
478 z_off64_t ZEXPORT gzoffset64(file)
481 z_off64_t offse
[all...]
H A Dzlib.h1673 z_off64_t pos;
1693 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1694 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1695 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1696 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1697 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
H A Dcrc32.c53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
358 z_off64_t len2;
422 z_off64_t len2;
H A Dzconf.h485 # define z_off64_t off64_t macro
488 # define z_off64_t __int64 macro
490 # define z_off64_t z_off_t macro
/external/zlib/src/
H A Dgzguts.h133 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
134 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
135 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
178 z_off64_t start; /* where the gzip data started, for rewinding */
185 z_off64_t skip; /* amount to skip (already rewound if backwards) */
201 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
202 value -- needed when comparing unsigned to z_off64_t, which is signed
203 (possible z_off64_t types off_t, off64_t, and long are all signed) */
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t)
[all...]
H A Dadler32.c12 local uLong adler32_combine_ OF((uLong adler1, uLong adler2, z_off64_t len2));
47 z_off64_t tmp = a >> 32; \
139 z_off64_t len2;
176 z_off64_t len2;
H A Dgzlib.c362 z_off64_t ZEXPORT gzseek64(file, offset, whence)
364 z_off64_t offset;
368 z_off64_t ret;
422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
444 z_off64_t ret;
446 ret = gzseek64(file, (z_off64_t)offset, whence);
451 z_off64_t ZEXPORT gztell64(file)
471 z_off64_t ret;
478 z_off64_t ZEXPORT gzoffset64(file)
481 z_off64_t offse
[all...]
H A Dzlib.h1673 z_off64_t pos;
1693 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1694 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1695 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1696 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1697 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
H A Dcrc32.c53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2));
358 z_off64_t len2;
422 z_off64_t len2;
/external/zlib/
H A Dzlib.h1673 z_off64_t pos;
1693 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1694 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1695 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1696 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1697 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h1733 z_off64_t pos;
1753 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1754 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1755 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1756 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1757 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1780 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
H A Dzconf.h493 # define z_off64_t off64_t macro
496 # define z_off64_t __int64 macro
498 # define z_off64_t z_off_t macro

Completed in 259 milliseconds

12