Home
last modified time | relevance | path

Searched refs:INT8_MAX (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h83 #define INT8_MAX 127 macro
115 #ifndef INT8_MAX
116 #define INT8_MAX 127 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/musl/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/musl/ndk_musl_include/
Dstdint.h43 #define INT8_MAX (0x7f) macro
61 #define INT_FAST8_MAX INT8_MAX
64 #define INT_LEAST8_MAX INT8_MAX
/third_party/libuv/include/uv/
Dstdint-msvc2008.h133 #define INT8_MAX _I8_MAX macro
147 #define INT_LEAST8_MAX INT8_MAX
161 #define INT_FAST8_MAX INT8_MAX
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h133 #define INT8_MAX _I8_MAX macro
147 #define INT_LEAST8_MAX INT8_MAX
161 #define INT_FAST8_MAX INT8_MAX
/third_party/openssl/ohos_lite/include/internal/
Dnumbers.h39 # ifndef INT8_MAX
41 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/node/deps/openssl/openssl/include/internal/
Dnumbers.h40 # ifndef INT8_MAX
42 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/openssl/include/internal/
Dnumbers.h40 # ifndef INT8_MAX
42 # define INT8_MAX __MAXINT__(int8_t) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h176 #ifndef INT8_MAX
178 # define INT8_MAX ((int8_t)(127)) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h198 #ifndef INT8_MAX
200 # define INT8_MAX ((int8_t)(127)) macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h198 #ifndef INT8_MAX
200 # define INT8_MAX ((int8_t)(127)) macro
/third_party/mesa3d/src/util/tests/
Dint_min_max.cpp56 EXPECT_EQ(INT8_MAX, u_intN_max(8)); in TEST()
/third_party/elfutils/tests/
Dread_unaligned.c100 INT8_MAX,
101 INT8_MAX - 1
/third_party/libphonenumber/cpp/src/phonenumbers/base/
Dbasictypes.h38 const int8 kint8max = INT8_MAX;
/third_party/gstreamer/gstreamer/gst/parse/
Dparse_lex.h294 #ifndef INT8_MAX
295 #define INT8_MAX (127) macro
/third_party/libphonenumber/tools/cpp/src/base/
Dbasictypes.h36 const int8 kint8max = INT8_MAX;
/third_party/musl/libc-test/src/api/
Dstdint.c40 C(INT8_MAX) in f()
Dinttypes.c42 C(INT8_MAX) in f()
/third_party/alsa-utils/bat/
Dsignal.c120 max = INT8_MAX; in adjust_waveform()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_lower_constants.c97 return (x <= INT8_MAX) || ((x >> 7) == BITFIELD_MASK(24 + 1)); in is_extension_of_8()
/third_party/jerryscript/jerry-ext/arg/
Darg-transform-functions.c204 JERRYX_ARG_TRANSFORM_FUNC_FOR_INT (int8, INT8_MIN, INT8_MAX) in JERRYX_ARG_TRANSFORM_FUNC_FOR_INT() argument

12