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

/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.h159 #ifndef INT32_MIN
161 # 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/llvm/include/llvm/Support/
H A DDataTypes.h91 #define INT32_MIN -2147483648 macro
136 #ifndef INT32_MIN
138 # define INT32_MIN (-INT32_MAX - 1) macro
/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/compiler-rt/lib/asan/
H A Dasan_internal.h74 #undef INT32_MIN macro
75 #define INT32_MIN (-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/clang/lib/include/
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/elfutils/libcpu/
H A Di386_lex.c84 #ifndef INT32_MIN
85 #define INT32_MIN (-2147483647-1) macro
/external/elfutils/src/
H A Dldlex.c85 #ifndef INT32_MIN
86 #define INT32_MIN (-2147483647-1) macro
/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.c1819 # define INT32_MIN 0x80000000 macro
1841 mkU32(INT32_MIN) );
1848 /* (argL == INT32_MIN && argR == -1) || argR == 0 */
1852 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)),
1884 /* argL == INT32_MIN */
1887 binop(Iop_CmpEQ32, argL, mkU32(INT32_MIN)) );
1897 mkU32(INT32_MIN) );
1936 # undef INT32_MIN macro

Completed in 191 milliseconds