Home | History | Annotate | Download | only in priv

Lines Matching refs:w0

48 static inline ULong mk32x2 ( UInt w1, UInt w0 ) {
49 return (((ULong)w1) << 32) | ((ULong)w0);
64 UShort w1, UShort w0 ) {
66 UInt lo32 = (((UInt)w1) << 16) | ((UInt)w0);
93 UChar w1, UChar w0 ) {
97 | (((UInt)w1) << 8) | (((UInt)w0) << 0);
1187 UChar w1, UChar w0 ) {
1189 | (((UInt)w1) << 8) | (((UInt)w0) << 0);