HomeSort by: relevance | last modified time | path
    Searched refs:GT_OFF (Results 1 - 4 of 4) sorted by relevancy

  /src/common/dist/zlib/
gzguts.h 211 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
215 #define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 395 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c 243 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c 157 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?

Completed in 15 milliseconds