Home
last modified time | relevance | path

Searched refs:native_int64_t (Results 1 – 5 of 5) sorted by relevance

/external/sdv/vsomeip/third_party/boost/endian/test/
Dendian_test.cpp202 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()
Dendian_in_union_test.cpp65 native_int64_t native_64;
Dendian_operations_test.cpp227 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/
Darithmetic.hpp156 typedef endian_arithmetic<order::native, int_least64_t, 64> native_int64_t; typedef
/external/sdv/vsomeip/third_party/boost/endian/doc/endian/
Darithmetic.adoc337 typedef endian_arithmetic<order::native, int_least64_t, 64> native_int64_t;