Searched defs:INT32_MAX (Results 1 - 25 of 35) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-compiler.h45 #ifndef INT32_MAX
46 # define INT32_MAX (2147483647) macro
/external/bison/src/
H A Dsystem.h32 # undef INT32_MAX macro
H A Dscan-skel.c117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h144 #ifndef INT32_MAX
146 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff macro
152 #endif /* !defined INT32_MAX */
154 #define INT32_MIN (-1 - INT32_MAX)
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h144 #ifndef INT32_MAX
146 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h150 #ifndef INT32_MAX
151 #define INT32_MAX 0x7fffffff macro
152 #endif /* !defined INT32_MAX */
154 #define INT32_MIN (-1 - INT32_MAX)
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc25 #ifndef INT32_MAX
26 #define INT32_MAX (0x7FFFFFFF) macro
176 if (file_contents.length() > INT32_MAX) {
228 if (info.size > INT32_MAX) {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py57 INT32_MAX = int((1 << 31) - 1) variable
/external/llvm/include/llvm/Support/
H A DDataTypes.h90 #define INT32_MAX 2147483647 macro
133 #ifndef INT32_MAX
134 # define INT32_MAX 2147483647 macro
138 # define INT32_MIN (-INT32_MAX - 1)
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py57 INT32_MAX = int((1 << 31) - 1) variable
/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp25 #undef INT32_MAX macro
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.h76 #ifndef INT32_MAX
77 #define INT32_MAX (2147483647) macro
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp25 #undef INT32_MAX macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h134 #define INT32_MAX 2147483647 macro
150 #define INT_LEAST32_MAX INT32_MAX
166 #define INT_FAST32_MAX INT32_MAX
182 #define INTPTR_MAX INT32_MAX
197 #define PTRDIFF_MAX INT32_MAX
201 #define SIG_ATOMIC_MAX INT32_MAX
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h137 #define INT32_MAX _I32_MAX macro
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h280 #undef INT32_MAX macro
281 #define INT32_MAX (2147483647) macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h137 #define INT32_MAX _I32_MAX macro
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
/external/mesa3d/include/c99/
H A Dstdint.h137 #define INT32_MAX _I32_MAX macro
151 #define INT_LEAST32_MAX INT32_MAX
165 #define INT_FAST32_MAX INT32_MAX
180 # define INTPTR_MAX INT32_MAX
/external/bison/darwin-lib/
H A Dstdint.h368 #undef INT32_MAX macro
370 #define INT32_MIN (~ INT32_MAX)
371 #define INT32_MAX 2147483647 macro
409 #define INT_LEAST32_MAX INT32_MAX
487 # define INTMAX_MAX INT32_MAX
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h252 # define INT32_C(x) (x + (INT32_MAX - INT32_MAX))
278 # if !defined (INT32_MAX)
279 # define INT32_MAX 2147483647L macro
404 #ifndef INT32_MAX
405 # define INT32_MAX (0x7fffffffL) macro
413 #if (INT_MAX == INT32_MAX) && !defined (S_SPLINT_S)
419 #elif (LONG_MAX == INT32_MAX) || defined (S_SPLINT_S)
425 #elif (SHRT_MAX == INT32_MAX)
561 # define INTMAX_MAX INT32_MAX
[all...]
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc98 #ifndef INT32_MAX
99 #define INT32_MAX (2147483647) macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp84 #ifndef INT32_MAX
85 #define INT32_MAX (2147483647) macro
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp96 #ifndef INT32_MAX
97 #define INT32_MAX (2147483647) macro
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c74 #ifndef INT32_MAX
75 #define INT32_MAX (2147483647) macro

Completed in 3051 milliseconds

12