Searched refs:native_int64_t (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/endian/test/ |
D | endian_test.cpp | 202 native_int64_t native_64; in check_data() 351 VERIFY_SIZE( sizeof( native_int64_t ), 8 ); in check_size() 462 native_int64_t v31; in check_alignment() 663 VERIFY_NATIVE_REPRESENTATION( native_int64_t ); in check_representation_and_range_and_ops() 664 VERIFY_VALUE_AND_OPS( native_int64_t, int_least64_t, 0x7ffffffffffffffeLL ); in check_representation_and_range_and_ops() 665 VERIFY_VALUE_AND_OPS( native_int64_t, int_least64_t, -0x7fffffffffffffffLL-1 ); in check_representation_and_range_and_ops()
|
D | endian_in_union_test.cpp | 65 native_int64_t native_64;
|
D | endian_operations_test.cpp | 227 Test<T1, be::native_int64_t>::test(); in op_test_aux() 314 op_test_aux<Test, be::native_int64_t>(); in op_test()
|
/external/sdv/vsomeip/third_party/boost/endian/include/boost/endian/ |
D | arithmetic.hpp | 156 typedef endian_arithmetic<order::native, int_least64_t, 64> native_int64_t; typedef
|
/external/sdv/vsomeip/third_party/boost/endian/doc/endian/ |
D | arithmetic.adoc | 337 typedef endian_arithmetic<order::native, int_least64_t, 64> native_int64_t;
|