Home
last modified time | relevance | path

Searched refs:UINT16_C (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test2.cpp64 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()
Dcstdint_test.cpp54 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()
Dcstdint_include_test.cpp17 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/
DDataTypes.h155 #ifndef UINT16_C
156 #define UINT16_C(C) C##ui16 macro
/third_party/python/Include/internal/
Dpycore_bitutils.h43 return ( ((word & UINT16_C(0x00FF)) << 8) in _Py_bswap16()
44 | ((word & UINT16_C(0xFF00)) >> 8)); in _Py_bswap16()
/third_party/boost/boost/
Dcstdint.hpp431 #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.c44 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/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/include/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h102 #define UINT16_C(c) c macro
/third_party/mesa3d/src/util/
Du_atomic_test.c134 test_atomic(uint16_t, UINT16_C(0xffff))
/third_party/musl/libc-test/src/api/
Dstdint.c92 C(UINT16_C(0)) in f()
Dinttypes.c94 C(UINT16_C(0)) in f()
/third_party/gptfdisk/
Dbasicmbr.h14 #define MBR_SIGNATURE UINT16_C(0xAA55)
/third_party/libuv/include/uv/
Dstdint-msvc2008.h236 #define UINT16_C(val) val##ui16 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/libexif/m4m/
Dstdint.m4636 # define UINT16_C(c) c ## U