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

  /external/chromium_org/third_party/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())
  /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())

Completed in 58 milliseconds