Home
last modified time | relevance | path

Searched refs:GT_OFF (Results 1 – 25 of 28) sorted by relevance

12

/third_party/libwebsockets/win32port/zlib/
Dgzguts.h128 # 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
Dgzlib.c334 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ?
Dgzread.c340 n = GT_OFF(state->have) || (z_off64_t)state->have > len ?
Dgzwrite.c126 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dgzguts.h214 # 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
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
/third_party/flutter/skia/third_party/externals/zlib/
Dgzguts.h214 # 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
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
Dgzwrite.c160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dgzguts.h214 # 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
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
Dgzwrite.c160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
/third_party/node/deps/zlib/
Dgzguts.h214 # 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
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
/third_party/skia/third_party/externals/zlib/
Dgzguts.h214 # 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
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
Dgzwrite.c160 n = GT_OFF(state->size) || (z_off64_t)state->size > len ?
/third_party/zlib/
Dgzguts.h215 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX) macro
218 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) macro
Dgzlib.c426 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > offset ?
Dgzread.c269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?

12