Home
last modified time | relevance | path

Searched defs:step16 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/include/boost/endian/detail/
Dendian_reverse.hpp72 uint32_t step16 = x << 16 | x >> 16; in endian_reverse_impl() local
87 … uint64_t step16 = (step32 & 0x0000FFFF0000FFFFULL) << 16 | (step32 & 0xFFFF0000FFFF0000ULL) >> 16; in endian_reverse_impl() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/endian/test/
Dbenchmark.cpp151 uint32_t step16; in by_return_pyry() local