Searched defs:GT_OFF (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h217 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
221 # 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
/external/zlib/src/
H A Dgzguts.h201 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
205 # 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

Completed in 758 milliseconds