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

/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
H A Dscan-code.c117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647) macro
H A Dscan-gram.c117 #ifndef INT32_MAX
118 #define INT32_MAX (2147483647) macro
/external/icu4c/common/unicode/
H A Dumachine.h144 #ifndef INT32_MAX
146 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/icu4c/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/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/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h179 #ifndef INT32_MAX
181 # define INT32_MAX ((int32_t)(2147483647)) macro
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h248 #undef INT32_MAX macro
249 #define INT32_MAX (2147483647) macro
/external/libusb_aah/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/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/bison/examples/calc++/
H A Dcalc++-scanner.cc98 #ifndef INT32_MAX
99 #define INT32_MAX (2147483647) macro
/external/clang/lib/Headers/
H A Dstdint.h529 # define INT32_MAX INT32_C(2147483647) macro
533 # define __INT_LEAST32_MAX INT32_MAX
536 # define __INT_LEAST16_MAX INT32_MAX
539 # define __INT_LEAST8_MAX INT32_MAX
/external/clang/lib/include/
H A Dstdint.h529 # define INT32_MAX INT32_C(2147483647) macro
533 # define __INT_LEAST32_MAX INT32_MAX
536 # define __INT_LEAST16_MAX INT32_MAX
539 # define __INT_LEAST8_MAX INT32_MAX
/external/elfutils/libcpu/
H A Di386_lex.c93 #ifndef INT32_MAX
94 #define INT32_MAX (2147483647) macro
/external/elfutils/src/
H A Dldlex.c94 #ifndef INT32_MAX
95 #define INT32_MAX (2147483647) macro
/external/libpcap/
H A Dscanner.c66 #ifndef INT32_MAX
67 #define INT32_MAX (2147483647) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp84 #ifndef INT32_MAX
85 #define INT32_MAX (2147483647) macro
/external/webkit/Source/WebCore/storage/
H A DIDBLevelDBBackingStore.cpp46 #ifndef INT32_MAX
47 #define INT32_MAX 0x7fffffffL macro
1253 return encode(databaseId, objectStoreId, INT32_MAX, maxIDBKey(), INT64_MAX);

Completed in 1038 milliseconds