Home
last modified time | relevance | path

Searched refs:GT_OFF (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dgzguts.h214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
H A Dgzlib.c429 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
H A Dgzread.c272 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
H A Dgzwrite.c163 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
/f-stack/freebsd/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
H A Dgzlib.c429 n = GT_OFF(state.state->x.have) || (z_off64_t)state.state->x.have > offset ?
H A Dgzread.c281 n = GT_OFF(state.state->x.have) || (z_off64_t)state.state->x.have > len ?
H A Dgzwrite.c165 n = GT_OFF(state.state->size) || (z_off64_t)state.state->size > len ?