/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/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MIN -128 macro 118 #ifndef INT8_MIN 119 # define INT8_MIN -128 macro
|
D | DataTypes.h.in | 84 #define INT8_MIN -128 macro 117 #ifndef INT8_MIN 118 # define INT8_MIN -128 macro
|
D | DataTypes.h.cmake | 84 #define INT8_MIN -128 117 #ifndef INT8_MIN 118 # define INT8_MIN -128
|
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MIN -128 macro 117 #ifndef INT8_MIN 118 # define INT8_MIN -128 macro
|
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MIN -128 macro 117 #ifndef INT8_MIN 118 # define INT8_MIN -128 macro
|
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MIN -128 macro 117 #ifndef INT8_MIN 118 # define INT8_MIN -128 macro
|
/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/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 84 #define INT8_MIN -128 macro 118 #ifndef INT8_MIN 119 #define INT8_MIN -128 macro
|
/external/syslinux/com32/include/ |
D | stdint.h | 31 #define INT8_MIN (-128) macro 46 #define INT_LEAST8_MIN INT8_MIN 61 #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/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/libusb/msvc/ |
D | stdint.h | 127 #define INT8_MIN (-128) macro 143 #define INT_LEAST8_MIN INT8_MIN 159 #define INT_FAST8_MIN INT8_MIN
|
/external/icu/icu4c/source/common/unicode/ |
D | umachine.h | 182 #ifndef INT8_MIN 184 # 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/libpcap/ |
D | scanner.h | 70 #ifndef INT8_MIN 71 #define INT8_MIN (-128) macro
|
/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/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 65 INT8_MIN = (-128) variable 69 INT_LEAST8_MIN = INT8_MIN
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1427 INT8_MIN_ INT8_MIN
|
/external/syslinux/dos/ |
D | stdint.h | 59 # define INT8_MIN (-128) macro
|
/external/bison/src/ |
D | system.h | 26 # undef INT8_MIN
|
/external/skia/tests/ |
D | IntTextureTest.cpp | 53 uint32_t r = i - INT8_MIN; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 54 uint32_t g = j - INT8_MIN; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/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/skia/src/ports/ |
D | SkImageEncoder_WIC.cpp | 18 #undef INT8_MIN
|