Searched refs:big_int8_t (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/endian/test/ |
D | endian_test.cpp | 159 big_int8_t big_8; in check_data() 308 VERIFY_SIZE( sizeof( big_int8_t ), 1 ); in check_size() 392 big_int8_t v0; in check_alignment() 523 VERIFY_BIG_REPRESENTATION( big_int8_t ); in check_representation_and_range_and_ops() 524 VERIFY_VALUE_AND_OPS( big_int8_t, int_least8_t, 0x7e ); in check_representation_and_range_and_ops() 525 VERIFY_VALUE_AND_OPS( big_int8_t, int_least8_t, -0x80 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 22 big_int8_t big_8;
|
D | endian_operations_test.cpp | 202 Test<T1, be::big_int8_t>::test(); in op_test_aux() 275 op_test_aux<Test, be::big_int8_t>(); in op_test()
|
/third_party/boost/boost/endian/ |
D | arithmetic.hpp | 109 typedef endian_arithmetic<order::big, int_least8_t, 8> big_int8_t; typedef
|
/third_party/boost/libs/endian/doc/endian/ |
D | arithmetic.adoc | 283 typedef endian_arithmetic<order::big, int_least8_t, 8> big_int8_t;
|