Searched refs:little_int40_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 181 little_int40_t little_40; in check_data() 330 VERIFY_SIZE( sizeof( little_int40_t ), 5 ); in check_size() 427 little_int40_t v11; in check_alignment() 595 VERIFY_LITTLE_REPRESENTATION( little_int40_t ); in check_representation_and_range_and_ops() 596 VERIFY_VALUE_AND_OPS( little_int40_t, int_least64_t, 0x7ffffffffeLL ); in check_representation_and_range_and_ops() 597 VERIFY_VALUE_AND_OPS( little_int40_t, int_least64_t, -0x8000000000LL ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 44 little_int40_t little_40;
|
D | endian_operations_test.cpp | 238 Test<T1, be::little_int40_t>::test(); in op_test_aux() 295 op_test_aux<Test, be::little_int40_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 133 typedef endian_arithmetic<order::little, int_least64_t, 40> little_int40_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 311 typedef endian_arithmetic<order::little, int_least64_t, 40> little_int40_t;
|