Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h122 #define ROP_SSDxPDxaxn(D,S,P) (~((S)^(((S)^(D))&((P)^(D))))) macro
H A DRopFunctions.c573 return ROP_SSDxPDxaxn(D,S,P); in DoRop_SSDxPDxaxn()