Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 – 25 of 42) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 # define INT8_MIN -128 macro
DDataTypes.h.in84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
DDataTypes.h.cmake84 #define INT8_MIN -128
117 #ifndef INT8_MIN
118 # define INT8_MIN -128
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DDataTypes.h84 #define INT8_MIN -128 macro
117 #ifndef INT8_MIN
118 # define INT8_MIN -128 macro
/external/llvm/include/llvm/Support/
DDataTypes.h85 #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/
DDataTypes.h84 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 #define INT8_MIN -128 macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h132 #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/
Dvcstdint.h117 #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/
Dstdint.h127 #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/
Dstdint.h132 #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/
Dumachine.h148 #ifndef INT8_MIN
150 # define INT8_MIN ((int8_t)(-128)) macro
/external/icu/libandroidicu/include/unicode/
Dumachine.h148 #ifndef INT8_MIN
150 # define INT8_MIN ((int8_t)(-128)) macro
/external/libaom/libaom/test/
Dav1_wedge_utils_test.cc139 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/
Dscanner.h89 #ifndef INT8_MIN
90 #define INT8_MIN (-128) macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py65 INT8_MIN = (-128) variable
69 INT_LEAST8_MIN = INT8_MIN
/external/capstone/include/
Dplatform.h46 #define INT8_MIN (-127i8 - 1) macro
/external/clang/test/Preprocessor/
Dstdint.c1427 INT8_MIN_ INT8_MIN
/external/libavc/common/mips/
Dih264_platform_macros.h44 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
/external/libavc/common/x86/
Dih264_platform_macros.h45 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
/external/libcxx/include/
Dcstdint19 INT8_MIN
/external/libavc/common/armv8/
Dih264_platform_macros.h113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))
/external/libavc/common/arm/
Dih264_platform_macros.h113 #define CLIP_S8(x) CLIP3(INT8_MIN, INT8_MAX, (x))

12