Searched refs:INT8_C (Results 1 – 19 of 19) sorted by relevance
/third_party/boost/libs/config/test/ |
D | cstdint_test.cpp | 42 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()
|
D | cstdint_test2.cpp | 52 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()
|
D | cstdint_include_test.cpp | 11 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/ |
D | cstdint.hpp | 420 (!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/ |
D | DataTypes.h | 146 #ifndef INT8_C 147 #define INT8_C(C) C##i8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/musl/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 97 #define INT8_C(c) c macro
|
/third_party/mesa3d/src/util/ |
D | u_atomic_test.c | 140 test_atomic_8bits(int8_t, INT8_C(-1))
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 87 C(INT8_C(0)) in f()
|
D | inttypes.c | 89 C(INT8_C(0)) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 230 #define INT8_C(val) val##i8 macro
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 136 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/ |
D | IceGlobalContext.h | 200 ConstantInt1 &= INT8_C(1); in getConstantInt1()
|
D | IceGlobalContext.cpp | 691 ConstantInt1 &= INT8_C(1); in getConstantInt1Internal()
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 625 # define INT8_C(c) c
|