Home
last modified time | relevance | path

Searched refs:INT16_MIN (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/Support/
DDataTypes.h88 #define INT16_MIN -32768 macro
127 #ifndef INT16_MIN
128 # define INT16_MIN -32768 macro
DDataTypes.h.in114 #ifndef INT16_MIN
115 # define INT16_MIN -32768 macro
DDataTypes.h.cmake117 #ifndef INT16_MIN
118 # define INT16_MIN -32768
/external/libusb_aah/msvc/
Dstdint.h128 #define INT16_MIN (-32768) macro
144 #define INT_LEAST16_MIN INT16_MIN
160 #define INT_FAST16_MIN INT16_MIN
/external/icu4c/common/unicode/
Dumachine.h127 #ifndef INT16_MIN
129 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/WebCore/icu/unicode/
Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dumachine.h162 #ifndef INT16_MIN
164 # define INT16_MIN ((int16_t)(-32767-1)) macro
/external/bison/darwin-lib/
Dstdint.h360 #undef INT16_MIN
363 #define INT16_MIN (~ INT16_MAX) macro
401 #define INT_LEAST16_MIN INT16_MIN
/external/bison/lib/
Dstdint.in.h359 #undef INT16_MIN
362 #define INT16_MIN (~ INT16_MAX)
400 #define INT_LEAST16_MIN INT16_MIN
/external/llvm/unittests/Support/
DConstantRangeTest.cpp143 EXPECT_EQ(Full.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F()
146 EXPECT_EQ(Wrap.getSignedMin(), APInt(16, (uint64_t)INT16_MIN)); in TEST_F()
207 EXPECT_EQ(SFull, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F()
214 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true), in TEST_F()
435 APInt(16, (uint64_t)INT16_MIN))); in TEST_F()
438 APInt(16, (uint64_t)INT16_MIN))); in TEST_F()
/external/clang/test/Preprocessor/
Dstdint.c901 INT16_MIN_ INT16_MIN
/external/clang/lib/Headers/
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/bison/src/
Dsystem.h27 # undef INT16_MIN
Dscan-skel.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
Dscan-code.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
Dscan-gram.c105 #ifndef INT16_MIN
106 #define INT16_MIN (-32767-1) macro
/external/android-clat/
Dconfig.c85 if(conf_int > INT16_MAX || conf_int < INT16_MIN) { in config_item_int16_t()
/external/elfutils/libcpu/
Di386_lex.c81 #ifndef INT16_MIN
82 #define INT16_MIN (-32767-1) macro
/external/bison/examples/calc++/
Dcalc++-scanner.cc86 #ifndef INT16_MIN
87 #define INT16_MIN (-32767-1) macro
/external/elfutils/src/
Dldlex.c82 #ifndef INT16_MIN
83 #define INT16_MIN (-32767-1) macro
/external/libpcap/
Dscanner.c54 #ifndef INT16_MIN
55 #define INT16_MIN (-32767-1) macro
/external/libmtp/m4/
Dstdint.m4667 # define INT16_MIN (-32767-1)
684 # define INT_LEAST16_MIN INT16_MIN
/external/libvpx/libvpx/nestegg/m4/
Dax_create_stdint_h.m4630 # define INT16_MIN (-32767-1)
647 # define INT_LEAST16_MIN INT16_MIN

12