/reactos/win32ss/gdi/diblib/ |
H A D | RopFunctions.c | 6 ULONG FASTCALL DoRop_0(ULONG D, ULONG S, ULONG P) in DoRop_0() 11 ULONG FASTCALL DoRop_DPSoon(ULONG D, ULONG S, ULONG P) in DoRop_DPSoon() 16 ULONG FASTCALL DoRop_DPSona(ULONG D, ULONG S, ULONG P) in DoRop_DPSona() 21 ULONG FASTCALL DoRop_PSon(ULONG D, ULONG S, ULONG P) in DoRop_PSon() 26 ULONG FASTCALL DoRop_SDPona(ULONG D, ULONG S, ULONG P) in DoRop_SDPona() 31 ULONG FASTCALL DoRop_DPon(ULONG D, ULONG S, ULONG P) in DoRop_DPon() 41 ULONG FASTCALL DoRop_PDSaon(ULONG D, ULONG S, ULONG P) in DoRop_PDSaon() 46 ULONG FASTCALL DoRop_SDPnaa(ULONG D, ULONG S, ULONG P) in DoRop_SDPnaa() 56 ULONG FASTCALL DoRop_DPna(ULONG D, ULONG S, ULONG P) in DoRop_DPna() 66 ULONG FASTCALL DoRop_SPna(ULONG D, ULONG S, ULONG P) in DoRop_SPna() [all …]
|
H A D | RopFunctions.h | 9 #define ROP_0(D,S,P) 0 /* BLACKNESS */ argument 12 #define ROP_PSon(D,S,P) (~((P)|(S))) argument 14 #define ROP_DPon(D,S,P) (~((D)|(P))) argument 19 #define ROP_DPna(D,S,P) ((D)&(~(P))) argument 21 #define ROP_SPna(D,S,P) ((S)&(~(P))) argument 24 #define ROP_Pn(D,S,P) (~(P)) argument 69 #define ROP_PSx(D,S,P) ((P)^(S)) argument 169 #define ROP_DPa(D,S,P) ((D)&(P)) argument 179 #define ROP_D(D,S,P) (D) argument 259 #define ROP_DPo(D,S,P) ((D)|(P)) argument [all …]
|
H A D | MaskPaint.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,0,0) argument
|
H A D | MaskSrcPaint.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,S,0) argument
|
H A D | BitBlt_DSTINVERT.c | 9 #define _DibDoRop(pBltData, M, D, S, P) ROP_DSTINVERT(D,S,P) argument
|
H A D | BitBlt_MERGEPAINT.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_MERGEPAINT(D,S,P) argument
|
H A D | BitBlt_NOTPATCOPY.c | 11 #define _DibDoRop(pBltData, M, D, S, P) (~(P)) argument
|
H A D | BitBlt_NOTSRCCOPY.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_NOTSRCCOPY(D,S,P) argument
|
H A D | BitBlt_NOTSRCERASE.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_NOTSRCERASE(D,S,P) argument
|
H A D | BitBlt_SRCERASE.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_SRCERASE(D,S,P) argument
|
H A D | BitBlt_SRCINVERT.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_SRCINVERT(D,S,P) argument
|
H A D | MaskSrcBlt.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,S,0) argument
|
H A D | BitBlt_SRCAND.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_SRCAND(D,S,P) argument
|
H A D | BitBlt_SRCPAINT.c | 11 #define _DibDoRop(pBltData, M, D, S, P) ROP_SRCPAINT(D,S,P) argument
|
H A D | SrcPaint.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[0](D,S,0) argument
|
H A D | MaskBlt.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](D,S,P) argument
|
H A D | MaskPatBlt.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[M](0,0,P) argument
|
H A D | PatPaint.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[0](D,0,P) argument
|
H A D | BitBlt.c | 11 #define _DibDoRop(pBltData, M, D, S, P) pBltData->apfnDoRop[0](D,S,P) argument
|
/reactos/dll/win32/winsta/ |
H A D | query.c | 58 PVOID D, in WinStationQueryEnforcementCore() 115 PVOID D, in WinStationEnumerate_IndexedA() 125 PVOID D, in WinStationEnumerate_IndexedW() 143 PVOID D) in WinStationGetAllProcesses() 152 PVOID D, in WinStationGetLanAdapterNameA() 163 PVOID D, in WinStationGetLanAdapterNameW() 182 PVOID D, in WinStationGetInitialApplication() 192 PVOID D, in WinStationGetProcessSid() 217 PVOID D) in WinStationGetUserProfile() 227 PVOID D) in _WinStationGetApplicationInfo()
|
H A D | ws.c | 28 PVOID D, in WinStationBroadcastSystemMessage() 51 PVOID D) in WinStationCheckLoopBack() 66 PVOID D, in WinStationConnectCallback() 83 PVOID D, in WinStationConnectW() 108 PVOID D, in WinStationNtsdDebug() 134 PVOID D, in WinStationSendMessageA() 149 PVOID D, in WinStationSendMessageW() 177 PVOID D, in WinStationSetInformationA() 187 PVOID D, in WinStationSetInformationW() 205 PVOID D, in WinStationShadow() [all …]
|
H A D | server.c | 27 PVOID D) in WinStationCloseServer() 52 PVOID D) in ServerQueryInetConnectorInformationA() 61 PVOID D) in ServerQueryInetConnectorInformationW() 84 PVOID D, in _WinStationShadowTarget()
|
H A D | security.c | 67 PVOID D) in ServerLicensingGetPolicyInformationA() 76 PVOID D) in ServerLicensingGetPolicyInformationW() 99 PVOID D) in WinStationActivateLicense() 108 PVOID D) in WinStationGenerateLicense()
|
H A D | logon.c | 44 PVOID D, in WinStationNegotiateSession() 77 PVOID D) in WinStationUserLoginAccessCheck() 106 PVOID D, in _WinStationNotifyLogon()
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | rsa_internal.c | 94 mbedtls_mpi const *E, mbedtls_mpi const *D, in mbedtls_rsa_deduce_primes() 231 mbedtls_mpi *D ) in mbedtls_rsa_deduce_private_exponent() 275 const mbedtls_mpi *D, const mbedtls_mpi *DP, in mbedtls_rsa_validate_crt() 363 const mbedtls_mpi *Q, const mbedtls_mpi *D, in mbedtls_rsa_validate_params() 484 const mbedtls_mpi *D, mbedtls_mpi *DP, in mbedtls_rsa_deduce_crt()
|