Home
last modified time | relevance | path

Searched refs:INT16_C (Results 1 – 17 of 17) sorted by relevance

/third_party/boost/libs/config/test/
Dcstdint_test.cpp50 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()
Dcstdint_test2.cpp60 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()
Dcstdint_include_test.cpp15 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/
Dcstdint.hpp420 (!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/
DDataTypes.h152 #ifndef INT16_C
153 #define INT16_C(C) C##i16 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/musl/include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/musl/ndk_musl_include/
Dstdint.h98 #define INT16_C(c) c macro
/third_party/mesa3d/src/util/
Du_atomic_test.c133 test_atomic(int16_t, INT16_C(-1))
/third_party/musl/libc-test/src/api/
Dstdint.c88 C(INT16_C(0)) in f()
Dinttypes.c90 C(INT16_C(0)) in f()
/third_party/libuv/include/uv/
Dstdint-msvc2008.h231 #define INT16_C(val) val##i16 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.m4626 # define INT16_C(c) c