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

  /src/external/bsd/zstd/dist/zlibWrapper/
gzguts.h 221 /* GT_OFF(x), where x is an unsigned value, is true if x > maximum z_off64_t
225 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
228 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 400 n = GT_OFF(state.state->x.have) || (z_off64_t)state.state->x.have > offset ?
gzread.c 267 n = GT_OFF(state.state->x.have) || (z_off64_t)state.state->x.have > len ?
gzwrite.c 157 n = GT_OFF(state.state->size) || (z_off64_t)state.state->size > len ?
  /src/external/gpl3/binutils.old/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) > INT_MAX)
218 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
gzlib.c 428 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
gzread.c 269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
gzwrite.c 169 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
  /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 ?
  /src/external/gpl3/binutils/dist/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) > 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 155 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?

Completed in 41 milliseconds