Searched defs:rop3 (Results 1 – 3 of 3) sorted by relevance
195 #define ROP2_S(rop3) (rop3 & 0xf) argument196 #define ROP2_P(rop3) ((rop3 & 0x3) | ((rop3 & 0x30) >> 2)) argument
263 #define ROP2_S(rop3) (rop3 & 0xf) argument264 #define ROP2_P(rop3) ((rop3 & 0x3) | ((rop3 & 0x30) >> 2)) argument
31 static const DWORD rop3[256] = variable