Home
last modified time | relevance | path

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

/freebsd/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/sys/contrib/zlib/
H A Dgzguts.h214 #define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro