Searched defs:INT32_MIN (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataTypes.h86 #define INT32_MIN -2147483648 macro
/external/bison/src/
H A Dsystem.h30 # undef INT32_MIN macro
H A Dscan-skel.c74 #ifndef INT32_MIN
75 #define INT32_MIN (-2147483647-1) macro
H A Dscan-gram.c74 #ifndef INT32_MIN
75 #define INT32_MIN (-2147483647-1) macro
/external/icu4c/common/unicode/
H A Dumachine.h150 #ifndef INT32_MIN
152 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/icu4c/tools/tzcode/
H A Dprivate.h153 #ifndef INT32_MIN
154 #define INT32_MIN (-1 - INT32_MAX) macro
155 #endif /* !defined INT32_MIN */
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py58 INT32_MIN = int(-(1 << 31)) variable
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h166 #ifndef INT32_MIN
168 # define INT32_MIN ((int32_t)(-2147483647-1)) macro
/external/mesa3d/include/c99/
H A Dstdint.h136 #define INT32_MIN ((int32_t)_I32_MIN) macro
150 #define INT_LEAST32_MIN INT32_MIN
164 #define INT_FAST32_MIN INT32_MIN
179 # define INTPTR_MIN INT32_MIN
/external/bluetooth/bluez/tools/
H A Dlexer.c57 #ifndef INT32_MIN
58 #define INT32_MIN (-2147483647-1) macro
/external/clang/lib/Headers/
H A Dstdint.h530 # define INT32_MIN (-INT32_C(2147483647)-1) macro
532 # define __INT_LEAST32_MIN INT32_MIN
535 # define __INT_LEAST16_MIN INT32_MIN
538 # define __INT_LEAST8_MIN INT32_MIN
/external/libpcap/
H A Dscanner.c57 #ifndef INT32_MIN
58 #define INT32_MIN (-2147483647-1) macro
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c66 #ifndef INT32_MIN
67 #define INT32_MIN (-2147483647-1) macro
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp66 #ifndef INT32_MIN
67 #define INT32_MIN (-2147483647-1) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp75 #ifndef INT32_MIN
76 #define INT32_MIN (-2147483647-1) macro
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c1539 # define INT32_MIN 0x80000000 macro
1561 mkU32(INT32_MIN) );
1568 /* (argL == INT32_MIN && argR == -1) || argR == 0 */
1572 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)),
1604 /* argL == INT32_MIN */
1607 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)) );
1617 mkU32(INT32_MIN) );
1634 # undef INT32_MIN macro

Completed in 616 milliseconds