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

  /external/opencv3/3rdparty/zlib/
gzguts.h 201 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
208 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c 148 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
  /external/pdfium/third_party/zlib_v128/
gzguts.h 217 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
221 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
224 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c 148 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
  /external/zlib/src/
gzguts.h 201 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
208 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 422 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c 266 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c 148 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?

Completed in 3788 milliseconds