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

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h225 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
228 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
/freebsd-current/sys/contrib/zlib/
H A Dgzguts.h214 #define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro

Completed in 128 milliseconds