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

/vbox/src/libs/zlib-1.2.6/
H A Dgzguts.h188 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
192 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
195 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro

Completed in 42 milliseconds