Lines Matching full:swapped
320 uint32_t Swapped = (Value & 0xFFFF0000) >> 16;321 Swapped |= (Value & 0x0000FFFF) << 16;322 return Swapped;405 // but with 16-bit halfwords swapped.621 // swapped.