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

/freebsd-9.3-release/lib/libz/
H A 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

Completed in 63 milliseconds