Searched refs:UINT16_C (Results 1 – 20 of 20) sorted by relevance
/third_party/boost/libs/config/test/ |
D | cstdint_test2.cpp | 64 static const boost::uint16_t uint16 = UINT16_C(65535); 65 static const boost::uint_least16_t uint_least16 = UINT16_C(65535); 66 static const boost::uint_fast16_t uint_fast16 = UINT16_C(65535); 164 integral_constant_type_check(boost::uint16_t(0), UINT16_C(0)); in main() 184 boost::uint16_t uint16 = UINT16_C(65535); in main() 185 boost::uint_least16_t uint_least16 = UINT16_C(65535); in main() 186 boost::uint_fast16_t uint_fast16 = UINT16_C(65535); in main()
|
D | cstdint_test.cpp | 54 static const boost::uint16_t uint16 = UINT16_C(65535); 55 static const boost::uint_least16_t uint_least16 = UINT16_C(65535); 56 static const boost::uint_fast16_t uint_fast16 = UINT16_C(65535); 154 integral_constant_type_check(boost::uint16_t(0), UINT16_C(0)); in main() 174 boost::uint16_t uint16 = UINT16_C(65535); in main() 175 boost::uint_least16_t uint_least16 = UINT16_C(65535); in main() 176 boost::uint_fast16_t uint_fast16 = UINT16_C(65535); in main()
|
D | cstdint_include_test.cpp | 17 boost::uint16_t ui16 = UINT16_C(0); in main() 35 boost::uint_least16_t ui16least = UINT16_C(0); in main() 53 boost::uint_fast16_t ui16fast = UINT16_C(0); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/ |
D | DataTypes.h | 155 #ifndef UINT16_C 156 #define UINT16_C(C) C##ui16 macro
|
/third_party/python/Include/internal/ |
D | pycore_bitutils.h | 43 return ( ((word & UINT16_C(0x00FF)) << 8) in _Py_bswap16() 44 | ((word & UINT16_C(0xFF00)) >> 8)); in _Py_bswap16()
|
/third_party/boost/boost/ |
D | cstdint.hpp | 431 #undef UINT16_C 460 #ifndef UINT16_C 461 # define UINT16_C(value) value##ui16 macro 488 # define UINT16_C(value) static_cast<boost::uint16_t>(value##u) macro
|
/third_party/python/Modules/ |
D | _testinternalcapi.c | 44 uint16_t u16 = _Py_bswap16(UINT16_C(0x3412)); in test_bswap() 45 if (u16 != UINT16_C(0x1234)) { in test_bswap()
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/musl/include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 102 #define UINT16_C(c) c macro
|
/third_party/mesa3d/src/util/ |
D | u_atomic_test.c | 134 test_atomic(uint16_t, UINT16_C(0xffff))
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 92 C(UINT16_C(0)) in f()
|
D | inttypes.c | 94 C(UINT16_C(0)) in f()
|
/third_party/gptfdisk/ |
D | basicmbr.h | 14 #define MBR_SIGNATURE UINT16_C(0xAA55)
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 236 #define UINT16_C(val) val##ui16 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 | 636 # define UINT16_C(c) c ## U
|