Home
last modified time | relevance | path

Searched +defs:x +defs:d (Results 1 – 25 of 171) sorted by relevance

1234567

/reactos/dll/win32/rsaenh/
H A Dsha2.c69 #define REVERSE32(w,x) { \ argument
74 #define REVERSE64(w,x) { \ argument
134 #define R(b,x) ((x) >> (b)) argument
136 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) argument
138 #define S64(b,x) (((x) >> (b)) | ((x) << (64 - (b)))) argument
141 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument
310 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
508 sha2_word32 *d = (sha2_word32*)digest; in SHA256_Final() local
637 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
871 sha2_word64 *d = (sha2_word64*)digest; in SHA512_Final() local
[all …]
/reactos/sdk/lib/cryptlib/
H A Dmd4.c160 #define rotl32(x,n) (((x) << ((unsigned int)(n))) | ((x) >> (32 - (unsigned int)(n)))) argument
162 #define F( x, y, z ) (((x) & (y)) | ((~x) & (z))) argument
163 #define G( x, y, z ) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) argument
164 #define H( x, y, z ) ((x) ^ (y) ^ (z)) argument
166 #define FF( a, b, c, d, x, s ) { \ argument
170 #define GG( a, b, c, d, x, s ) { \ argument
174 #define HH( a, b, c, d, x, s ) { \ argument
184 register unsigned int a, b, c, d; in MD4Transform() local
H A Dmd5.c161 #define F1( x, y, z ) (z ^ (x & (y ^ z))) argument
162 #define F2( x, y, z ) F1( z, x, y ) argument
163 #define F3( x, y, z ) (x ^ y ^ z) argument
164 #define F4( x, y, z ) (y ^ (x | ~z)) argument
167 #define MD5STEP( f, w, x, y, z, data, s ) \ argument
177 register unsigned int a, b, c, d; in MD5Transform() local
/reactos/sdk/lib/crt/math/ieee754/
H A Dieee754.h16 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
26 #define GET_HIGH_WORD(i,d) \ argument
33 #define GET_LOW_WORD(i,d) \ argument
40 static __inline double __ieee754_sqrt(double x) {return sqrt(x);} in __ieee754_sqrt()
41 static __inline double __ieee754_log(double x) {return log(x);} in __ieee754_log()
42 static __inline double __cos(double x) {return cos(x);} in __cos()
43 static __inline void __sincos(double x, double *s, double *c) in __sincos()
/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h170 #define DbgAllocatePool(x,y) DebugAllocatePool(x,y) argument
172 #define DbgFreePool(x) DebugFreePool(x) argument
177 #define DbgAllocatePool(x,y) ExAllocatePoolWithTag(x,y,'Fnwd') argument
178 #define DbgFreePool(x) ExFreePool(x) argument
185 #define DbgMoveMemory(d, s, l) \ argument
192 #define DbgCopyMemory(d, s, l) \ argument
201 DbgCompareMemory(PVOID d, PVOID s, ULONG l) { in DbgCompareMemory()
212 #define DbgMoveMemory(d, s, l) RtlMoveMemory(d, s, l) argument
213 #define DbgCopyMemory(d, s, l) RtlCopyMemory(d, s, l) argument
259 #define DbgAllocatePool(x,y) ExAllocatePoolWithTag(x,y,'Fnwd') argument
[all …]
/reactos/win32ss/user/user32/windows/
H A Dtext.c92 CharLowerW(LPWSTR x) in CharLowerW()
103 CharPrevW(LPCWSTR start, LPCWSTR x) in CharPrevW()
138 CharNextW(LPCWSTR x) in CharNextW()
202 CharToOemA(LPCSTR s, LPSTR d) in CharToOemA()
213 CharToOemBuffA(LPCSTR s, LPSTR d, DWORD len) in CharToOemBuffA()
233 CharToOemBuffW(LPCWSTR s, LPSTR d, DWORD len) in CharToOemBuffW()
246 CharToOemW(LPCWSTR s, LPSTR d) in CharToOemW()
319 CharUpperW(LPWSTR x) in CharUpperW()
422 OemToCharA(LPCSTR s, LPSTR d) in OemToCharA()
451 OemToCharBuffW(LPCSTR s, LPWSTR d, DWORD len) in OemToCharBuffW()
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/
H A Dmd4.c107 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in md4_process() argument
114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() argument
115 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x; a = S(a,s); } in md4_process() argument
137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() argument
138 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x5A827999; a = S(a,s); } in md4_process() argument
160 #define F(x,y,z) (x ^ y ^ z) in md4_process() argument
161 #define P(a,b,c,d,x,s) { a += F(b,c,d) + x + 0x6ED9EBA1; a = S(a,s); } in md4_process() argument
/reactos/sdk/include/psdk/
H A Dstralign.h169 #define WSTR_ALIGNED_STACK_COPY(d,s) (*(d) = (PCWSTR)(s)) argument
171 #define WSTR_ALIGNED_STACK_COPY(d,s) { PCUWSTR __ua_src; ULONG __ua_size; PWSTR __ua_dst; __ua_src … argument
174 #define ASTR_ALIGNED_STACK_COPY(d,s) (*(d) = (PCSTR)(s)) argument
184 #define TSTR_ALIGNED_STACK_COPY(d,s) WSTR_ALIGNED_STACK_COPY(d,s) argument
185 #define TSTR_ALIGNED(x) WSTR_ALIGNED(x) argument
192 #define TSTR_ALIGNED_STACK_COPY(d,s) ASTR_ALIGNED_STACK_COPY(d,s) argument
193 #define TSTR_ALIGNED(x) TRUE argument
H A Dmapival.h45 #define BAD_STANDARD_OBJ(a,b,c,d) FALSE argument
50 #define FBadGetLastError(a,b,c,d) FALSE argument
52 #define FBadGetProps(a,b,c,d) FALSE argument
54 #define FBadOpenProperty(a,b,c,d,e,f) FALSE argument
55 #define FBadSetProps(a,b,c,d) FALSE argument
57 #define FBadCopyTo(a,b,c,d,e,f,g,h,i,j) FALSE argument
58 #define FBadCopyProps(a,b,c,d,e,f,g,h) FALSE argument
59 #define FBadGetNamesFromIDs(a,b,c,d,e,f) FALSE argument
62 #define ValidateParms(x) do { } while(0) argument
63 #define UlValidateParms(x) do { } while(0) argument
[all …]
/reactos/dll/3rdparty/mbedtls/
H A Daria.c126 static inline uint32_t aria_p1( uint32_t x ) in aria_p1()
135 static inline uint32_t aria_p1( uint32_t x ) in aria_p1()
147 #define ARIA_P1(x) ARIA_P2( ARIA_P3( x ) ) argument
177 static inline uint32_t aria_p3( uint32_t x ) in aria_p3()
186 static inline uint32_t aria_p3( uint32_t x ) in aria_p3()
206 #define ARIA_P3(x) ARIA_P2( ARIA_P1 ( x ) ) argument
233 uint32_t *c, uint32_t *d ) in aria_a()
265 uint32_t *c, uint32_t *d, in aria_sl()
400 uint32_t a, b, c, d; in aria_fo_xor() local
422 uint32_t a, b, c, d; in aria_fe_xor() local
[all …]
H A Dmd4.c168 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_md4_process() argument
175 #define F(x, y, z) (((x) & (y)) | ((~(x)) & (z))) in mbedtls_internal_md4_process() argument
176 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
204 #define F(x,y,z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) in mbedtls_internal_md4_process() argument
205 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
232 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md4_process() argument
233 #define P(a,b,c,d,x,s) \ in mbedtls_internal_md4_process() argument
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dmd5.c51 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument
52 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) argument
53 #define H(x, y, z) (((x) ^ (y)) ^ (z)) argument
54 #define H2(x, y, z) ((x) ^ ((y) ^ (z))) argument
55 #define I(x, y, z) ((y) ^ ((x) | ~(z))) argument
60 #define STEP(f, a, b, c, d, x, t, s) \ argument
103 MD5_u32plus a, b, c, d; in body() local
/reactos/modules/rostests/winetests/winmm/
H A Dmixer.c68 #define TYPE_TO_STR(x) case x: return #x in component_type() argument
97 #define TYPE_TO_STR(x) case x: return #x in target_type() argument
112 #define TYPE_TO_STR(x) case x: return #x in control_type() argument
366 DWORD d,s,ns,nc; in mixer_test_deviceA() local
745 DWORD d,s,ns,nc; in mixer_test_deviceW() local
978 UINT ndev, d; in mixer_testsA() local
998 UINT ndev, d; in mixer_testsW() local
1021 UINT ndev, d; in test_mixerOpen() local
/reactos/ntoskrnl/ke/arm/
H A Dke_i.h50 #define d PVOID macro
59 #define SYSCALL(x, y) typedef NTSTATUS (*PKI_SYSCALL_##x##PARAM)y; argument
81 #define d g[0x0C] macro
90 #define SYSCALL(x, y) \ argument
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Ddef.h72 #define LWIP_MAKEU32(a,b,c,d) (((u32_t)((a) & 0xff) << 24) | \ argument
86 #define lwip_htons(x) ((u16_t)(x)) argument
87 #define lwip_ntohs(x) ((u16_t)(x)) argument
88 #define lwip_htonl(x) ((u32_t)(x)) argument
89 #define lwip_ntohl(x) ((u32_t)(x)) argument
90 #define PP_HTONS(x) ((u16_t)(x)) argument
91 #define PP_NTOHS(x) ((u16_t)(x)) argument
119 #define htons(x) lwip_htons(x) argument
120 #define ntohs(x) lwip_ntohs(x) argument
121 #define htonl(x) lwip_htonl(x) argument
[all …]
/reactos/drivers/network/lan/include/
H A Dmemtrack.h4 #define FOURCC(a,b,c,d) (((a)<<24)|((b)<<16)|((c)<<8)|(d)) argument
7 #define AllocatePacketWithBuffer(x,y,z) AllocatePacketWithBufferX(x,y,z,__FILE__,__LINE__) argument
8 #define FreeNdisPacket(x) FreeNdisPacketX(x,__FILE__,__LINE__) argument
11 #define Track(x,y) argument
14 #define Untrack(x) argument
15 #define TrackTag(x) argument
16 #define exAllocatePoolWithTag(x,y,z) ExAllocatePoolWithTag(x,y,z) argument
17 #define exAllocatePool(x,y) ExAllocatePool(x,y) argument
18 #define exFreePool(x) ExFreePool(x) argument
19 #define TrackWithTag(w,x,y,z) argument
[all …]
/reactos/sdk/lib/crt/math/
H A Ds_modf.c111 #define EXTRACT_WORDS(ix0,ix1,d) \ argument
121 #define GET_HIGH_WORD(i,d) \ argument
130 #define GET_LOW_WORD(i,d) \ argument
139 #define INSERT_WORDS(d,ix0,ix1) \ argument
150 double modf(double x, double *iptr) in modf()
/reactos/drivers/bus/acpi/acpica/include/
H A Dacmacros.h93 #define ACPI_MOVE_16_TO_32(d, s) {(*(UINT32 *)(void *)(d))=0;\ argument
97 #define ACPI_MOVE_16_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
110 #define ACPI_MOVE_32_TO_64(d, s) {(*(UINT64 *)(void *)(d))=0;\ argument
429 #define ARG_1(x) ((UINT32)(x)) argument
430 #define ARG_2(x) ((UINT32)(x) << (1 * ARG_TYPE_WIDTH)) argument
431 #define ARG_3(x) ((UINT32)(x) << (2 * ARG_TYPE_WIDTH)) argument
432 #define ARG_4(x) ((UINT32)(x) << (3 * ARG_TYPE_WIDTH)) argument
433 #define ARG_5(x) ((UINT32)(x) << (4 * ARG_TYPE_WIDTH)) argument
434 #define ARG_6(x) ((UINT32)(x) << (5 * ARG_TYPE_WIDTH)) argument
517 #define ASL_CV_PRINT_ONE_COMMENT(a,b,c,d) CvPrintOneCommentType (a,b,c,d); argument
[all …]
/reactos/dll/opengl/mesa/
H A Drastpos.c63 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_RasterPos4f()
65 GLfloat v[4], eye[4], clip[4], ndc[3], d; in gl_RasterPos4f() local
167 void gl_windowpos( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_windowpos()
H A Ddepth.c194 GLuint n, GLint x, GLint y, in gl_depth_test_span_generic()
420 GLuint n, GLint x, GLint y, const GLdepth z[], in gl_depth_test_span_less()
448 GLuint n, GLint x, GLint y, in gl_depth_test_span_greater()
490 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_generic()
727 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_less()
753 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_greater()
790 GLuint n, GLint x, GLint y, GLfloat depth[] ) in gl_read_depth_span_float()
821 GLuint n, GLint x, GLint y, GLdepth depth[] ) in gl_read_depth_span_int()
892 GLdepth *d = Z_ADDRESS( ctx, ctx->Buffer->Xmin, y ); in gl_clear_depth_buffer() local
902 GLdepth *d = ctx->Buffer->Depth; in gl_clear_depth_buffer() local
/reactos/sdk/lib/rossym_new/
H A Ddwarfinfo.c159 dwarflookuptag(Dwarf *d, ulong unit, ulong tag, DwarfSym *s) in dwarflookuptag()
178 dwarfseeksym(Dwarf *d, ulong unit, ulong off, DwarfSym *s) in dwarfseeksym()
194 dwarflookupfn(Dwarf *d, ulong unit, ulong pc, DwarfSym *s) in dwarflookupfn()
210 dwarfenumunit(Dwarf *d, ulong unit, DwarfSym *s) in dwarfenumunit()
251 dwarfnextsym(Dwarf *d, DwarfSym *s) in dwarfnextsym()
334 #define ATTR(x) (#x)+9, x argument
335 #define OFFSET(x) offsetof(DwarfAttrs, x), offsetof(DwarfAttrs, have.x) argument
548 getstring(Dwarf *d, DwarfBuf *b, int form, char **s) in getstring()
551 ulong u, x; in getstring() local
609 skipform(Dwarf *d, DwarfBuf *b, int form) in skipform()
[all …]
/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c31 #define QueryDepthSList(x) RtlQueryDepthSList(x) argument
104 #define call_func4(func, a, b, c, d) func(a, b, c, d) argument
792 struct timer_queue_data1 *d = p; in timer_queue_cb2() local
808 struct timer_queue_data1 *d = p; in timer_queue_cb3() local
821 struct timer_queue_data1 *d = p; in timer_queue_cb4() local
846 struct timer_queue_data1 *d = p; in timer_queue_cb6() local
1603 static DWORD WINAPI condvar_producer(LPVOID x) { in condvar_producer()
1631 static DWORD WINAPI condvar_consumer(LPVOID x) { in condvar_consumer()
2024 static DWORD WINAPI srwlock_base_thread1(LPVOID x) in srwlock_base_thread1()
2151 static DWORD WINAPI srwlock_base_thread2(LPVOID x) in srwlock_base_thread2()
[all …]
/reactos/dll/win32/jscript/
H A Dmath.c66 double d; in Math_abs() local
89 double x; in Math_acos() local
112 double x; in Math_asin() local
135 double x; in Math_atan() local
186 double x; in Math_ceil() local
209 double x; in Math_cos() local
232 double x; in Math_exp() local
255 double x; in Math_floor() local
302 DOUBLE max, d; in Math_max() local
336 DOUBLE min, d; in Math_min() local
[all …]
/reactos/dll/3rdparty/libtirpc/tirpc/
H A Dwintirpc.h55 #define bcopy(d,s,l) memcpy(d,s,l) argument
56 #define bzero(d,s) memset(d,0,s) argument
70 #define WINSOCK_HANDLE_HASH(x) (((x) >> 2) % WINSOCK_HANDLE_HASH_SIZE) argument
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Ddeque_test.cpp52 deque<int> d; in deque1() local
82 deque<int> d; in insert() local
158 deque<int> d; in at() local
233 int x, y; member

1234567