/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
|
/reactos/drivers/filesystems/btrfs/ |
H A D | blake2b-ref.c | 48 static void blake2b_set_lastnode( blake2b_state *S ) in blake2b_set_lastnode() 54 static int blake2b_is_lastblock( const blake2b_state *S ) in blake2b_is_lastblock() 59 static void blake2b_set_lastblock( blake2b_state *S ) in blake2b_set_lastblock() 66 static void blake2b_increment_counter( blake2b_state *S, const uint64_t inc ) in blake2b_increment_counter() 72 static void blake2b_init0( blake2b_state *S ) in blake2b_init0() 81 static void blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param() 97 static void blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() 141 static void blake2b_compress( blake2b_state *S, const uint8_t block[BLAKE2B_BLOCKBYTES] ) in blake2b_compress() 185 static int blake2b_update( blake2b_state *S, const void *pin, size_t inlen ) in blake2b_update() 212 static int blake2b_final( blake2b_state *S, void *out, size_t outlen ) in blake2b_final() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/src/autofit/ |
H A D | afstyles.h | 44 #define STYLE_LATIN( s, S, f, F, ds, df, C ) \ argument 53 #define META_STYLE_LATIN( s, S, ds ) \ argument 448 #define STYLE_DEFAULT_INDIC( s, S, d ) \ argument
|
H A D | afranges.h | 29 #define SCRIPT( s, S, d, h, H, ss ) \ argument 35 #define SCRIPT( s, S, d, h, H, ss ) \ argument
|
H A D | afglobal.c | 45 #define SCRIPT( s, S, d, h, H, ss ) \ argument 58 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 87 #define SCRIPT( s, S, d, h, H, ss ) \ argument 101 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument 119 #define STYLE( s, S, d, ws, sc, ss, c ) #s, argument
|
H A D | afpic.c | 125 #define SCRIPT( s, S, d, h, H, sss ) \ in autofit_module_class_pic_init() argument 133 #define STYLE( s, S, d, ws, sc, bss, c ) \ in autofit_module_class_pic_init() argument
|
H A D | afglobal.h | 37 #define SCRIPT( s, S, d, h, H, ss ) \ argument 47 #define STYLE( s, S, d, ws, sc, ss, c ) \ argument
|
/reactos/drivers/filesystems/cdfs/ |
H A D | cddata.h | 181 #define ASSERT_STRUCT(S,T) NT_ASSERT( SafeNodeType( S ) == (T) ) argument 182 #define ASSERT_OPTIONAL_STRUCT(S,T) NT_ASSERT( ((S) == NULL) || (SafeNodeType( S ) == (T))… argument 237 #define DebugBreakOnStatus(S) { NOTHING; } argument 239 #define ASSERT_STRUCT(S,T) { NOTHING; } argument 240 #define ASSERT_OPTIONAL_STRUCT(S,T) { NOTHING; } argument
|
/reactos/sdk/lib/3rdparty/stlport/test/compiler/ |
H A D | movable.cpp | 7 struct S : struct
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/ |
H A D | pnppriv.hpp | 189 #define SET_TRI_STATE_FROM_STATE_BITS(state, S, FieldName) \ argument 221 #define GET_PNP_STATE_BITS_FROM_STRUCT(S, FieldName)\ argument 226 #define GET_PNP_CAP_BITS_FROM_STRUCT(S, FieldName) \ argument 231 #define GET_POWER_CAP_BITS_FROM_STRUCT(S, FieldName)\ argument
|
/reactos/drivers/filesystems/udfs/ |
H A D | udffs.h | 184 #define try_return(S) { S; goto try_exit; } argument 185 #define try_return1(S) { S; goto try_exit1; } argument 186 #define try_return2(S) { S; goto try_exit2; } argument 312 #define UDFRaiseStatus(IC,S) { \ argument 317 #define UDFNormalizeAndRaiseStatus(IC,S) { \ argument
|
/reactos/sdk/lib/rtl/ |
H A D | network.c | 154 RtlIpv4AddressToStringA( in RtlIpv4AddressToStringA() 236 RtlIpv4AddressToStringW( in RtlIpv4AddressToStringW() 479 RtlIpv6AddressToStringA( in RtlIpv6AddressToStringA() 539 RtlIpv6AddressToStringW( in RtlIpv6AddressToStringW() 657 PWCHAR S = Buffer; in RtlIpv6AddressToStringExW() local
|