HomeSort by relevance Sort by last modified time
    Searched refs:GT_OFF (Results 1 - 4 of 4) sorted by null

  /external/zlib/
gzguts.h 124 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
128 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
131 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 334 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ?
gzread.c 340 n = GT_OFF(state->have) || (z_off64_t)state->have > len ?
gzwrite.c 126 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?

Completed in 42 milliseconds