Searched refs:GT_OFF (Results 1 - 20 of 20) sorted by relevance
/third_party/libwebsockets/win32port/zlib/ |
H A D | 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)
macro 131 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax())
macro
|
H A D | gzread.c | 340 n = GT_OFF(state->have) || (z_off64_t)state->have > len ?
|
H A D | gzlib.c | 334 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ?
|
H A D | gzwrite.c | 126 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | 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) macro 217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
|
H A D | gzread.c | 269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
|
H A D | gzlib.c | 426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
|
H A D | gzwrite.c | 160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
|
/third_party/node/deps/zlib/ |
H A D | 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) macro 217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
|
H A D | gzlib.c | 398 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ? in gzseek64()
|
H A D | gzread.c | 243 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ? in gz_skip()
|
H A D | gzwrite.c | 155 n = GT_OFF(state->size) || (z_off64_t)state->size > len ? in gz_zero()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | 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) macro 217 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
|
H A D | gzlib.c | 426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
|
H A D | gzread.c | 269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
|
H A D | gzwrite.c | 160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
|
/third_party/zlib/ |
H A D | 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()) macro
|
H A D | gzlib.c | 404 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ? in gzseek64()
|
H A D | gzread.c | 275 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ? in gz_skip()
|
H A D | gzwrite.c | 160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ? in gz_zero()
|
Completed in 14 milliseconds