Searched refs:native_int24_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 197 native_int24_t native_24; in check_data() 346 VERIFY_SIZE( sizeof( native_int24_t ), 3 ); in check_size() 454 native_int24_t v3; in check_alignment() 643 VERIFY_NATIVE_REPRESENTATION( native_int24_t ); in check_representation_and_range_and_ops() 644 VERIFY_VALUE_AND_OPS( native_int24_t, int_least32_t, 0x7ffffe ); in check_representation_and_range_and_ops() 645 VERIFY_VALUE_AND_OPS( native_int24_t, int_least32_t, -0x800000 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 60 native_int24_t native_24;
|
D | endian_operations_test.cpp | 225 Test<T1, be::native_int24_t>::test(); in op_test_aux() 309 op_test_aux<Test, be::native_int24_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 151 typedef endian_arithmetic<order::native, int_least32_t, 24> native_int24_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 333 typedef endian_arithmetic<order::native, int_least32_t, 24> native_int24_t;
|