Searched refs:little_int8_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 177 little_int8_t little_8; in check_data() 326 VERIFY_SIZE( sizeof( little_int8_t ), 1 ); in check_size() 422 little_int8_t v0; in check_alignment() 579 VERIFY_LITTLE_REPRESENTATION( little_int8_t ); in check_representation_and_range_and_ops() 580 VERIFY_VALUE_AND_OPS( little_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops() 581 VERIFY_VALUE_AND_OPS( little_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 40 little_int8_t little_8;
|
D | endian_operations_test.cpp | 236 Test<T1, be::little_int8_t>::test(); in op_test_aux() 291 op_test_aux<Test, be::little_int8_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 129 typedef endian_arithmetic<order::little, int_least8_t, 8> little_int8_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 307 typedef endian_arithmetic<order::little, int_least8_t, 8> little_int8_t;
|