Home | History | Annotate | Download | only in priv

Lines Matching refs:w2

63 static inline ULong mk16x4 ( UShort w3, UShort w2, 
65 UInt hi32 = (((UInt)w3) << 16) | ((UInt)w2);
92 UChar w3, UChar w2,
96 UInt lo32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)
1175 static inline UInt mk16x2 ( UShort w1, UShort w2 ) {
1176 return (((UInt)w1) << 16) | ((UInt)w2);
1186 static inline UInt mk8x4 ( UChar w3, UChar w2,
1188 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16)