Searched defs:step16 (Results 1 – 2 of 2) sorted by relevance
72 uint32_t step16 = x << 16 | x >> 16; in endian_reverse_impl() local87 … uint64_t step16 = (step32 & 0x0000FFFF0000FFFFULL) << 16 | (step32 & 0xFFFF0000FFFF0000ULL) >> 16; in endian_reverse_impl() local
151 uint32_t step16; in by_return_pyry() local