Searched refs:INT16_C (Results 1 – 17 of 17) sorted by relevance
/third_party/boost/libs/config/test/ |
D | cstdint_test.cpp | 50 static const boost::int16_t int16 = INT16_C(-32767); 51 static const boost::int_least16_t int_least16 = INT16_C(-32767); 52 static const boost::int_fast16_t int_fast16 = INT16_C(-32767); 153 integral_constant_type_check(boost::int16_t(0), INT16_C(0)); in main() 170 boost::int16_t int16 = INT16_C(-32767); in main() 171 boost::int_least16_t int_least16 = INT16_C(-32767); in main() 172 boost::int_fast16_t int_fast16 = INT16_C(-32767); in main()
|
D | cstdint_test2.cpp | 60 static const boost::int16_t int16 = INT16_C(-32767); 61 static const boost::int_least16_t int_least16 = INT16_C(-32767); 62 static const boost::int_fast16_t int_fast16 = INT16_C(-32767); 163 integral_constant_type_check(boost::int16_t(0), INT16_C(0)); in main() 180 boost::int16_t int16 = INT16_C(-32767); in main() 181 boost::int_least16_t int_least16 = INT16_C(-32767); in main() 182 boost::int_fast16_t int_fast16 = INT16_C(-32767); in main()
|
D | cstdint_include_test.cpp | 15 boost::int16_t i16 = INT16_C(0); in main() 33 boost::int_least16_t i16least = INT16_C(0); in main() 51 boost::int_fast16_t i16fast = INT16_C(0); in main()
|
/third_party/boost/boost/ |
D | cstdint.hpp | 420 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C)) 426 #undef INT16_C 445 #ifndef INT16_C 446 # define INT16_C(value) value##i16 macro 486 # if (USHRT_MAX == 0xffff) && !defined(INT16_C) 487 # define INT16_C(value) static_cast<boost::int16_t>(value) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 152 #ifndef INT16_C 153 #define INT16_C(C) C##i16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/musl/include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 98 #define INT16_C(c) c macro
|
/third_party/mesa3d/src/util/ |
D | u_atomic_test.c | 133 test_atomic(int16_t, INT16_C(-1))
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 88 C(INT16_C(0)) in f()
|
D | inttypes.c | 90 C(INT16_C(0)) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 231 #define INT16_C(val) val##i16 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/libexif/m4m/ |
D | stdint.m4 | 626 # define INT16_C(c) c
|