Searched refs:INT16_MIN (Results 1 - 22 of 22) sorted by relevance

/external/llvm/include/llvm/Support/
H A DDataTypes.h88 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
H A DDataTypes.h.cmake117 #ifndef INT16_MIN
118 # define INT16_MIN -32768
H A DDataTypes.h.in114 #ifndef INT16_MIN
115 # define INT16_MIN -32768
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/WebCore/icu/unicode/
H A Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/mesa3d/include/c99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/external/icu4c/common/unicode/
H A Dumachine.h155 #ifndef INT16_MIN
157 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/clang/test/Preprocessor/
H A Dstdint.c901 INT16_MIN_ INT16_MIN
/external/bison/src/
H A Dsystem.h29 # undef INT16_MIN macro
H A Dscan-skel.c71 #ifndef INT16_MIN
72 #define INT16_MIN (-32767-1) macro
H A Dscan-gram.c71 #ifndef INT16_MIN
72 #define INT16_MIN (-32767-1) macro
/external/clang/lib/include/
H A Dstdint.h574 #define INT16_MIN (-INT16_C(32767)-1) macro
576 # define __INT_LEAST16_MIN INT16_MIN
579 # define __INT_LEAST8_MIN INT16_MIN
/external/clang/lib/Headers/
H A Dstdint.h574 #define INT16_MIN (-INT16_C(32767)-1) macro
576 # define __INT_LEAST16_MIN INT16_MIN
579 # define __INT_LEAST8_MIN INT16_MIN
/external/llvm/unittests/Support/
H A DConstantRangeTest.cpp144 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
147 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN));
208 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
215 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),
436 APInt(16, (uint64_t)INT16_MIN)));
439 APInt(16, (uint64_t)INT16_MIN)));
/external/elfutils/libcpu/
H A Di386_lex.c81 #ifndef INT16_MIN
82 #define INT16_MIN (-32767-1) macro
/external/elfutils/src/
H A Dldlex.c82 #ifndef INT16_MIN
83 #define INT16_MIN (-32767-1) macro
/external/libpcap/
H A Dscanner.c54 #ifndef INT16_MIN
55 #define INT16_MIN (-32767-1) macro
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-lex.c63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1) macro
/external/mesa3d/src/glsl/
H A Dglsl_lexer.cpp63 #ifndef INT16_MIN
64 #define INT16_MIN (-32767-1) macro
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp72 #ifndef INT16_MIN
73 #define INT16_MIN (-32767-1) macro

Completed in 170 milliseconds