Home
last modified time | relevance | path

Searched refs:INT8_MIN (Results 1 - 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h84 #define INT8_MIN -128 macro
118 #ifndef INT8_MIN
119 #define INT8_MIN -128 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h38 #define INT8_MIN (-1-0x7f) macro
53 #define INT_FAST8_MIN INT8_MIN
56 #define INT_LEAST8_MIN INT8_MIN
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h38 #define INT8_MIN (-1-0x7f) macro
53 #define INT_FAST8_MIN INT8_MIN
56 #define INT_LEAST8_MIN INT8_MIN
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h38 #define INT8_MIN (-1-0x7f) macro
53 #define INT_FAST8_MIN INT8_MIN
56 #define INT_LEAST8_MIN INT8_MIN
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h38 #define INT8_MIN (-1-0x7f) macro
53 #define INT_FAST8_MIN INT8_MIN
56 #define INT_LEAST8_MIN INT8_MIN
/third_party/musl/include/
H A Dstdint.h38 #define INT8_MIN (-1-0x7f) macro
53 #define INT_FAST8_MIN INT8_MIN
56 #define INT_LEAST8_MIN INT8_MIN
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h132 #define INT8_MIN ((int8_t)_I8_MIN) macro
146 #define INT_LEAST8_MIN INT8_MIN
160 #define INT_FAST8_MIN INT8_MIN
/third_party/icu/icu4c/source/common/unicode/
H A Dumachine.h185 #ifndef INT8_MIN
187 # define INT8_MIN ((int8_t)(-128)) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dumachine.h163 #ifndef INT8_MIN
165 # define INT8_MIN ((int8_t)(-128)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dumachine.h185 #ifndef INT8_MIN
187 # define INT8_MIN ((int8_t)(-128)) macro
/third_party/mesa3d/src/util/tests/
H A Dint_min_max.cpp44 EXPECT_EQ(INT8_MIN, u_intN_min(8)); in TEST()
/third_party/openssl/ohos_lite/include/internal/
H A Dnumbers.h40 # define INT8_MIN __MININT__(int8_t) macro
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dbasictypes.h37 const int8 kint8min = INT8_MIN;
/third_party/node/deps/openssl/openssl/include/internal/
H A Dnumbers.h41 # define INT8_MIN __MININT__(int8_t) macro
/third_party/openssl/include/internal/
H A Dnumbers.h41 # define INT8_MIN __MININT__(int8_t) macro
/third_party/libphonenumber/tools/cpp/src/base/
H A Dbasictypes.h35 const int8 kint8min = INT8_MIN;
/third_party/musl/libc-test/src/api/
H A Dstdint.c36 C(INT8_MIN) in f()
H A Dinttypes.c38 C(INT8_MIN) in f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp38 if (i >= INT8_MIN) { in write()
/third_party/elfutils/tests/
H A Dread_unaligned.c95 INT8_MIN,
96 INT8_MIN + 1,
/third_party/jerryscript/jerry-ext/arg/
H A Darg-transform-functions.c204 JERRYX_ARG_TRANSFORM_FUNC_FOR_INT (int8, INT8_MIN, INT8_MAX) in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT()
/third_party/vixl/test/aarch64/
H A Dtest-api-aarch64.cc83 Helper::Check(INT8_MIN, 7); in TEST()
85 Helper::Check(static_cast<int64_t>(INT8_MIN) - 1, 8); in TEST()
789 VIXL_CHECK(IntegerOperand(INT8_MIN).AsUintN(8) == 0x80); in TEST()
833 VIXL_CHECK(IntegerOperand(0x80).AsIntN(8) == INT8_MIN); in TEST()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp116 # ifndef INT8_MIN
117 # define INT8_MIN (-128) macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp300 # ifndef INT8_MIN
301 # define INT8_MIN (-128) macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A Dglslang_lex.cpp152 #ifndef INT8_MIN
153 #define INT8_MIN (-128) macro

Completed in 23 milliseconds

12