Lines Matching refs:swapped
293 uint64_t swapped = (Value & 0xFFFF0000) >> 16; in adjustFixupValue() local
294 swapped |= (Value & 0x0000FFFF) << 16; in adjustFixupValue()
295 return swapped; in adjustFixupValue()
316 uint64_t swapped = (Value & 0xFFFF0000) >> 16; in adjustFixupValue() local
317 swapped |= (Value & 0x0000FFFF) << 16; in adjustFixupValue()
318 return swapped; in adjustFixupValue()
352 uint64_t swapped = (out & 0xFFFF0000) >> 16; in adjustFixupValue() local
353 swapped |= (out & 0x0000FFFF) << 16; in adjustFixupValue()
354 return swapped; in adjustFixupValue()
382 uint64_t swapped = (out & 0xFFFF0000) >> 16; in adjustFixupValue() local
383 swapped |= (out & 0x0000FFFF) << 16; in adjustFixupValue()
384 return swapped; in adjustFixupValue()
397 uint32_t swapped = (out & 0xFFFF0000) >> 16; in adjustFixupValue() local
398 swapped |= (out & 0x0000FFFF) << 16; in adjustFixupValue()
399 return swapped; in adjustFixupValue()
513 uint32_t swapped = (Value & 0xFFFF0000) >> 16; in adjustFixupValue() local
514 swapped |= (Value & 0x0000FFFF) << 16; in adjustFixupValue()
515 return swapped; in adjustFixupValue()