Home
last modified time | relevance | path

Searched refs:little_int16_at (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/endian/test/
Dendian_test.cpp221 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()
Dloop_time_test.cpp171 time<int16_t, little_int16_at>(); in test_little_align_int16()
Dendian_operations_test.cpp196 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/
Darithmetic.hpp89 typedef endian_arithmetic<order::little, int16_t, 16, align::yes> little_int16_at; typedef
/third_party/boost/libs/endian/doc/endian/
Darithmetic.adoc372 typedef endian_arithmetic<order::little, int16_t, 16, align::yes> little_int16_at;