Searched refs:big_uint32_at (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 218 big_uint32_at big_align_uint32; in check_data() 369 VERIFY_SIZE( sizeof( big_uint32_at ), 4 ); in check_size() 707 VERIFY_BIG_REPRESENTATION( big_uint32_at ); in check_representation_and_range_and_ops() 708 VERIFY_VALUE_AND_OPS( big_uint32_at, uint_least32_t, 0xffffffff ); in check_representation_and_range_and_ops()
|
D | endian_operations_test.cpp | 194 Test<T1, be::big_uint32_at>::test(); in op_test_aux()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 84 typedef endian_arithmetic<order::big, uint32_t, 32, align::yes> big_uint32_at; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 363 typedef endian_arithmetic<order::big, uint32_t, 32, align::yes> big_uint32_at;
|