Home | History | Annotate | Download | only in priv

Lines Matching defs:hi32

2441    UInt hi32 = toUInt(w64 >> 32);
2442 return toUShort(hi32 >> 16);
2445 UInt hi32 = toUInt(w64 >> 32);
2446 return toUShort(hi32);
2458 UInt hi32 = toUInt(w64 >> 32);
2459 return toUChar(hi32 >> 24);
2462 UInt hi32 = toUInt(w64 >> 32);
2463 return toUChar(hi32 >> 16);
2466 UInt hi32 = toUInt(w64 >> 32);
2467 return toUChar(hi32 >> 8);
2470 UInt hi32 = toUInt(w64 >> 32);
2471 return toUChar(hi32 >> 0);