Searched refs:little_int16_at (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 221 little_int16_at little_align_int16; in check_data() 373 VERIFY_SIZE(sizeof(little_int16_at), 2); in check_size() 493 little_int16_at v0; in check_alignment() 713 VERIFY_LITTLE_REPRESENTATION( little_int16_at ); in check_representation_and_range_and_ops() 714 VERIFY_VALUE_AND_OPS( little_int16_at, int_least16_t, 0x7ffe ); in check_representation_and_range_and_ops() 715 VERIFY_VALUE_AND_OPS( little_int16_at, int_least16_t, -0x8000 ); in check_representation_and_range_and_ops()
|
D | loop_time_test.cpp | 171 time<int16_t, little_int16_at>(); in test_little_align_int16()
|
D | endian_operations_test.cpp | 196 Test<T1, be::little_int16_at>::test(); in op_test_aux() 271 op_test_aux<Test, be::little_int16_at>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 89 typedef endian_arithmetic<order::little, int16_t, 16, align::yes> little_int16_at; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 372 typedef endian_arithmetic<order::little, int16_t, 16, align::yes> little_int16_at;
|