Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/diblib/
H A DRopFunctions.h256 #define ROP_PDSano(D,S,P) ((P)|(~((D)&(S)))) macro
H A DRopFunctions.c1243 return ROP_PDSano(D,S,P); in DoRop_PDSano()