/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-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-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-linux/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-fuchsia/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/jemalloc_new/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/python/cpython3/Modules/_decimal/libmpdec/ |
D | vcstdint.h | 117 #define INT8_MIN ((int8_t)_I8_MIN) macro 131 #define INT_LEAST8_MIN INT8_MIN 145 #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/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/icu/icu4c/source/common/unicode/ |
D | umachine.h | 148 #ifndef INT8_MIN 150 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | umachine.h | 148 #ifndef INT8_MIN 150 # define INT8_MIN ((int8_t)(-128)) macro
|
/external/libaom/libaom/test/ |
D | av1_wedge_utils_test.cc | 139 r1[i] = rng_(2 * INT8_MAX - 2 * INT8_MIN + 1) + 2 * INT8_MIN; in TEST_F() 140 d[i] = rng_(2 * INT8_MAX - 2 * INT8_MIN + 1) + 2 * INT8_MIN; in TEST_F()
|
/external/libpcap/ |
D | scanner.h | 89 #ifndef INT8_MIN 90 #define INT8_MIN (-128) macro
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | TYPES.py | 65 INT8_MIN = (-128) variable 69 INT_LEAST8_MIN = INT8_MIN
|
/external/capstone/include/ |
D | platform.h | 46 #define INT8_MIN (-127i8 - 1) macro
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1427 INT8_MIN_ INT8_MIN
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 44 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 45 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
|
/external/libcxx/include/ |
D | cstdint | 19 INT8_MIN
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
|