Home | History | Annotate | Download | only in priv

Lines Matching full:hi32

2454    UInt hi32 = toUInt(w64 >> 32);
2455 return toUShort(hi32 >> 16);
2458 UInt hi32 = toUInt(w64 >> 32);
2459 return toUShort(hi32);
2471 UInt hi32 = toUInt(w64 >> 32);
2472 return toUChar(hi32 >> 24);
2475 UInt hi32 = toUInt(w64 >> 32);
2476 return toUChar(hi32 >> 16);
2479 UInt hi32 = toUInt(w64 >> 32);
2480 return toUChar(hi32 >> 8);
2483 UInt hi32 = toUInt(w64 >> 32);
2484 return toUChar(hi32 >> 0);