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

/illumos-gate/usr/src/boot/lib/libz/
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 64 milliseconds