Home
last modified time | relevance | path

Searched refs:ROP_DSPDSaoxxn (Results 1 – 2 of 2) sorted by relevance

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h106 #define ROP_DSPDSaoxxn(D,S,P) (~((D)^((S)^((P)|((D)&(S)))))) macro
H A DRopFunctions.c493 return ROP_DSPDSaoxxn(D,S,P); in DoRop_DSPDSaoxxn()