Searched refs:native_int16_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 196 native_int16_t native_16; in check_data() 345 VERIFY_SIZE( sizeof( native_int16_t ), 2 ); in check_size() 453 native_int16_t v1; in check_alignment() 639 VERIFY_NATIVE_REPRESENTATION( native_int16_t ); in check_representation_and_range_and_ops() 640 VERIFY_VALUE_AND_OPS( native_int16_t, int_least16_t, 0x7ffe ); in check_representation_and_range_and_ops() 641 VERIFY_VALUE_AND_OPS( native_int16_t, int_least16_t, -0x8000 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 59 native_int16_t native_16;
|
D | endian_operations_test.cpp | 224 Test<T1, be::native_int16_t>::test(); in op_test_aux() 308 op_test_aux<Test, be::native_int16_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 150 typedef endian_arithmetic<order::native, int_least16_t, 16> native_int16_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 332 typedef endian_arithmetic<order::native, int_least16_t, 16> native_int16_t;
|