Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h32 #define ROP_SSPxDSxaxn(D,S,P) (~((S)^(((S)^(P))&((D)^(S))))) macro
H A DRopFunctions.c123 return ROP_SSPxDSxaxn(D,S,P); in DoRop_SSPxDSxaxn()