/external/valgrind/none/tests/s390x/ |
D | comp-1.c | 85 SCOMP_REG_REG(insn, INT8_MIN, INT8_MIN); \ 86 SCOMP_REG_REG(insn, INT8_MIN, INT8_MAX); \ 87 SCOMP_REG_REG(insn, INT8_MAX, INT8_MIN); \ 115 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MIN, op2_t); \ 116 SCOMP_REG_MEM(insn, INT8_MIN, INT8_MAX, op2_t); \ 117 SCOMP_REG_MEM(insn, INT8_MAX, INT8_MIN, op2_t); \ 145 SCOMP_REG_IMM(insn, INT8_MIN, INT8_MIN); \ 146 SCOMP_REG_IMM(insn, INT8_MIN, INT8_MAX); \ 147 SCOMP_REG_IMM(insn, INT8_MAX, INT8_MIN); \
|
/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 85 #define INT8_MIN -128 macro 118 #ifndef INT8_MIN 119 # define INT8_MIN -128 macro
|
/external/opencv3/3rdparty/include/ |
D | msc_stdint.h | 103 #define INT8_MIN _I8_MIN macro 117 #define INT_LEAST8_MIN INT8_MIN 131 #define INT_FAST8_MIN INT8_MIN
|
/external/jemalloc/include/msvc_compat/C99/ |
D | stdint.h | 132 #define INT8_MIN ((int8_t)_I8_MIN) macro 146 #define INT_LEAST8_MIN INT8_MIN 160 #define INT_FAST8_MIN INT8_MIN
|
/external/mesa3d/include/c99/ |
D | stdint.h | 132 #define INT8_MIN ((int8_t)_I8_MIN) macro 146 #define INT_LEAST8_MIN INT8_MIN 160 #define INT_FAST8_MIN INT8_MIN
|
/external/libvncserver/compat/msvc/ |
D | stdint.h | 132 #define INT8_MIN ((int8_t)_I8_MIN) macro 146 #define INT_LEAST8_MIN INT8_MIN 160 #define INT_FAST8_MIN INT8_MIN
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 157 #ifndef INT8_MIN 159 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/bison/darwin-lib/ |
D | stdint.h | 353 #undef INT8_MIN 356 #define INT8_MIN (~ INT8_MAX) macro 394 #define INT_LEAST8_MIN INT8_MIN
|
/external/bison/lib/ |
D | stdint.in.h | 352 #undef INT8_MIN 355 #define INT8_MIN (~ INT8_MAX) 393 #define INT_LEAST8_MIN INT8_MIN
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1427 INT8_MIN_ INT8_MIN
|
/external/bison/src/ |
D | system.h | 26 # undef INT8_MIN
|
D | scan-skel.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
D | scan-gram.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
D | scan-code.c | 102 #ifndef INT8_MIN 103 #define INT8_MIN (-128) macro
|
/external/libcxx/include/ |
D | cstdint | 19 INT8_MIN
|
/external/clang/lib/Headers/ |
D | stdint.h | 636 # define INT8_MIN (-INT8_C(127)-1) macro 638 # define __INT_LEAST8_MIN INT8_MIN
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 15 #ifndef INT8_MIN 16 #error INT8_MIN not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdint_h.pass.cpp | 172 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
|
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/ |
D | cstdint.pass.cpp | 173 static_assert(INT8_MIN == -128, "INT8_MIN == -128"); in main()
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 746 #if( !defined( INT8_MIN ) ) 748 #define INT8_MIN SCHAR_MIN macro
|
/external/bison/examples/calc++/ |
D | calc++-scanner.cc | 83 #ifndef INT8_MIN 84 #define INT8_MIN (-128) macro
|
/external/skia/src/ports/ |
D | SkImageDecoder_WIC.cpp | 19 #undef INT8_MIN
|
/external/libpcap/ |
D | scanner.c | 81 #ifndef INT8_MIN 82 #define INT8_MIN (-128) macro
|
/external/libexif/m4m/ |
D | stdint.m4 | 668 # define INT8_MIN (-128) 685 # define INT_LEAST8_MIN INT8_MIN
|
/external/libmtp/m4/ |
D | stdint.m4 | 666 # define INT8_MIN (-128) 683 # define INT_LEAST8_MIN INT8_MIN
|