Searched refs:ROP_SSPxDSxaxn (Results 1 – 2 of 2) sorted by relevance
/reactos/win32ss/gdi/diblib/ | ||
H A D | RopFunctions.h | 32 #define ROP_SSPxDSxaxn(D,S,P) (~((S)^(((S)^(P))&((D)^(S))))) macro |
H A D | RopFunctions.c | 123 return ROP_SSPxDSxaxn(D,S,P); in DoRop_SSPxDSxaxn() |