/external/opencv3/3rdparty/zlib/ |
gzguts.h | 133 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) && (x) > INT_MAX [all...] |
adler32.c | 12 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;
|
gzlib.c | 362 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 offset [all...] |
zlib.h | [all...] |
crc32.c | 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 358 z_off64_t len2; 422 z_off64_t len2;
|
gzread.c | 14 local int gz_skip OF((gz_statep, z_off64_t)); 258 z_off64_t len; 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
|
zconf.h.cmakein | 489 # define z_off64_t off64_t 492 # define z_off64_t __int64 494 # define z_off64_t z_off_t
|
/external/pdfium/third_party/zlib_v128/ |
gzguts.h | 149 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) && (x) > INT_MAX [all...] |
adler32.c | 12 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)
|
gzlib.c | 362 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 offset [all...] |
zlib.h | [all...] |
crc32.c | 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 358 z_off64_t len2) 422 z_off64_t len2)
|
zconf.h | 493 # define z_off64_t off64_t macro 496 # define z_off64_t __int64 macro 498 # define z_off64_t z_off_t macro
|
gzread.c | 14 local int gz_skip OF((gz_statep, z_off64_t)); 258 z_off64_t len) 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
|
/external/zlib/src/ |
gzguts.h | 133 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) && (x) > INT_MAX [all...] |
adler32.c | 12 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;
|
gzlib.c | 362 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 offset [all...] |
zlib.h | [all...] |
crc32.c | 53 local uLong crc32_combine_ OF((uLong crc1, uLong crc2, z_off64_t len2)); 358 z_off64_t len2; 422 z_off64_t len2;
|
zconf.h | 485 # define z_off64_t off64_t macro 488 # define z_off64_t __int64 macro 490 # define z_off64_t z_off_t macro
|
gzread.c | 14 local int gz_skip OF((gz_statep, z_off64_t)); 258 z_off64_t len; 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
|
zconf.h.cmakein | 487 # define z_off64_t off64_t 490 # define z_off64_t __int64 492 # define z_off64_t z_off_t
|
zconf.h.in | 485 # define z_off64_t off64_t 488 # define z_off64_t __int64 490 # define z_off64_t z_off_t
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
zlib.h | 1365 #define z_off64_t macro 1368 #define z_off64_t macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
zlib.h | 1439 #define z_off64_t macro 1442 #define z_off64_t macro [all...] |