Home | History | Annotate | Download | only in priv

Lines Matching defs:hi32

2663    UInt hi32 = toUInt(w64 >> 32);
2664 return toUShort(hi32 >> 16);
2667 UInt hi32 = toUInt(w64 >> 32);
2668 return toUShort(hi32);
2680 UInt hi32 = toUInt(w64 >> 32);
2681 return toUChar(hi32 >> 24);
2684 UInt hi32 = toUInt(w64 >> 32);
2685 return toUChar(hi32 >> 16);
2688 UInt hi32 = toUInt(w64 >> 32);
2689 return toUChar(hi32 >> 8);
2692 UInt hi32 = toUInt(w64 >> 32);
2693 return toUChar(hi32 >> 0);