Home
last modified time | relevance | path

Searched defs:GT_OFF (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/zlib/
Dgzguts.h128 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
131 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
/external/qemu/distrib/zlib-1.2.8/
Dgzguts.h205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
208 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
/external/zlib/src/
Dgzguts.h205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
208 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dgzguts.h221 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
224 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro