Lines Matching refs:w1
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);
1175 static inline UInt mk16x2 ( UShort w1, UShort w2 ) {
1176 return (((UInt)w1) << 16) | ((UInt)w2);
1187 UChar w1, UChar w0 ) {
1189 | (((UInt)w1) << 8) | (((UInt)w0) << 0);