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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 207 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
211 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
  /external/python/cpython2/Modules/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())
  /external/python/cpython3/Modules/zlib/
gzguts.h 210 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
  /external/zlib/src/
gzguts.h 210 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
  /toolchain/binutils/binutils-2.27/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())

Completed in 112 milliseconds