Home
last modified time | relevance | path

Searched refs:INT8_C (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test.cpp42 static const boost::int8_t int8 = INT8_C(-127);
43 static const boost::int_least8_t int_least8 = INT8_C(-127);
44 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
151 integral_constant_type_check(boost::int8_t(0), INT8_C(0)); in main()
162 boost::int8_t int8 = INT8_C(-127); in main()
163 boost::int_least8_t int_least8 = INT8_C(-127); in main()
164 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
Dcstdint_test2.cpp52 static const boost::int8_t int8 = INT8_C(-127);
53 static const boost::int_least8_t int_least8 = INT8_C(-127);
54 static const boost::int_fast8_t int_fast8 = INT8_C(-127);
161 integral_constant_type_check(boost::int8_t(0), INT8_C(0)); in main()
172 boost::int8_t int8 = INT8_C(-127); in main()
173 boost::int_least8_t int_least8 = INT8_C(-127); in main()
174 boost::int_fast8_t int_fast8 = INT8_C(-127); in main()
Dcstdint_include_test.cpp11 boost::int8_t i8 = INT8_C(0); in main()
29 boost::int_least8_t i8least = INT8_C(0); in main()
47 boost::int_fast8_t i8fast = INT8_C(0); in main()
/third_party/boost/boost/
Dcstdint.hpp420 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
425 #undef INT8_C
442 #ifndef INT8_C
443 # define INT8_C(value) value##i8 macro
479 # if (UCHAR_MAX == 0xff) && !defined(INT8_C)
480 # define INT8_C(value) static_cast<boost::int8_t>(value) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h146 #ifndef INT8_C
147 #define INT8_C(C) C##i8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/ndk_musl_include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/mesa3d/src/util/
Du_atomic_test.c140 test_atomic_8bits(int8_t, INT8_C(-1))
/third_party/musl/libc-test/src/api/
Dstdint.c87 C(INT8_C(0)) in f()
Dinttypes.c89 C(INT8_C(0)) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h230 #define INT8_C(val) val##i8 macro
/third_party/boost/libs/config/doc/
Dcstdint.qbk136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h200 ConstantInt1 &= INT8_C(1); in getConstantInt1()
DIceGlobalContext.cpp691 ConstantInt1 &= INT8_C(1); in getConstantInt1Internal()
/third_party/libexif/m4m/
Dstdint.m4625 # define INT8_C(c) c