Home
last modified time | relevance | path

Searched +defs:z +defs:y (Results 1 – 25 of 118) sorted by relevance

12345

/reactos/sdk/lib/cryptlib/
H A Dsha1.c30 #define f1(x,y,z) (z^(x&(y^z))) argument
31 #define f2(x,y,z) (x^y^z) argument
32 #define f3(x,y,z) ((x&y)|(z&(x|y))) argument
33 #define f4(x,y,z) (x^y^z) argument
35 #define R0(v,w,x,y,z,i) z+=f1(w,x,y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
36 #define R1(v,w,x,y,z,i) z+=f1(w,x,y)+blk1(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
37 #define R2(v,w,x,y,z,i) z+=f2(w,x,y)+blk1(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
38 #define R3(v,w,x,y,z,i) z+=f3(w,x,y)+blk1(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
39 #define R4(v,w,x,y,z,i) z+=f4(w,x,y)+blk1(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
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
H A Dmd4.c162 #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
/reactos/sdk/lib/drivers/wdf/shared/inc/private/um/
H A Dfxdeviceum.hpp82 #define READ_REGISTER_BUFFER_UCHAR(x, y, z) { \ argument
92 #define READ_REGISTER_BUFFER_USHORT(x, y, z) { \ argument
102 #define READ_REGISTER_BUFFER_ULONG(x, y, z) { \ argument
112 #define READ_REGISTER_BUFFER_ULONG64(x, y, z) { \ argument
122 #define WRITE_REGISTER_UCHAR(x, y) { \ argument
127 #define WRITE_REGISTER_USHORT(x, y) { \ argument
132 #define WRITE_REGISTER_ULONG(x, y) { \ argument
142 #define WRITE_REGISTER_BUFFER_UCHAR(x, y, z) { \ argument
152 #define WRITE_REGISTER_BUFFER_USHORT(x, y, z) { \ argument
162 #define WRITE_REGISTER_BUFFER_ULONG(x, y, z) { \ argument
[all …]
/reactos/drivers/network/lan/include/
H A Dmemtrack.h7 #define AllocatePacketWithBuffer(x,y,z) AllocatePacketWithBufferX(x,y,z,__FILE__,__LINE__) argument
11 #define Track(x,y) argument
16 #define exAllocatePoolWithTag(x,y,z) ExAllocatePoolWithTag(x,y,z) argument
17 #define exAllocatePool(x,y) ExAllocatePool(x,y) argument
19 #define TrackWithTag(w,x,y,z) argument
20 #define UntrackFL(x,y,z) argument
/reactos/win32ss/user/ntuser/
H A Dmmcopy.h18 #define MmCopyFromCaller(x,y,z) _MmCopyFromCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z)) argument
19 #define MmCopyToCaller(x,y,z) _MmCopyToCaller((PCHAR)(x),(PCHAR)(y),(UINT)(z)) 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
/reactos/dll/opengl/mesa/
H A Ddepth.c194 GLuint n, GLint x, GLint y, in gl_depth_test_span_generic()
195 const GLdepth z[], 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()
449 const GLdepth z[], in gl_depth_test_span_greater()
491 const GLdepth z[], GLubyte mask[] ) in gl_depth_test_pixels_generic()
727 GLuint n, const GLint x[], const GLint y[], in gl_depth_test_pixels_less()
728 const GLdepth z[], GLubyte mask[] ) in gl_depth_test_pixels_less()
754 const GLdepth z[], GLubyte mask[] ) in gl_depth_test_pixels_greater()
821 GLuint n, GLint x, GLint y, GLdepth depth[] ) in gl_read_depth_span_int()
[all …]
H A Dvbfill.c531 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in vertex4f_feedback()
586 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in vertex4()
612 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_normal_color_tex2()
636 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_normal_color_tex4()
659 static void vertex3f_normal( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in vertex3f_normal()
681 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_color_tex2()
704 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_color_tex4()
726 static void vertex3f_color( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in vertex3f_color()
747 static void vertex3f_index( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in vertex3f_index()
1079 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_vertex4f_nop()
[all …]
H A Dspan.c97 GLuint n, GLint x, GLint y, GLubyte mask[] ) in stipple_polygon_span()
123 GLint n, GLint x, GLint y, GLubyte mask[] ) in clip_span()
168 GLuint n, GLint x, GLint y, GLdepth z[], in gl_write_index_span()
256 GLuint n, GLint x, GLint y, GLdepth z[], in gl_write_monoindex_span()
379 GLuint n, GLint x, GLint y, GLdepth z[], in gl_write_color_span()
532 GLuint n, GLint x, GLint y, GLdepth z[], in gl_write_monocolor_span()
700 GLuint n, GLint x, GLint y, GLdepth z[], in gl_write_texture_span()
851 GLuint n, GLint x, GLint y, in gl_read_color_span()
898 GLuint n, GLint x, GLint y, GLuint indx[] ) in gl_read_index_span()
H A Dpoints.c138 GLfloat x, y, z, w, invq; in feedback_points() local
234 GLint x, y, z; in size1_rgba_points() local
268 GLint x, y, z; in general_ci_points() local
318 GLint x, y, z; in general_rgba_points() local
371 GLint x, y, z; in textured_rgba_points() local
449 GLint x, y, z; in antialiased_rgba_points() local
491 GLint x, y, z; in antialiased_rgba_points() local
H A Drastpos.c63 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_RasterPos4f()
167 void gl_windowpos( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_windowpos()
H A Dmatrix.c516 GLfloat x, y, a, b, c, d; in gl_Frustum() local
558 GLfloat x, y, z; in gl_Ortho() local
814 void gl_rotation_matrix( GLfloat angle, GLfloat x, GLfloat y, GLfloat z, in gl_rotation_matrix()
928 GLfloat angle, GLfloat x, GLfloat y, GLfloat z ) in gl_Rotatef()
940 void gl_Scalef( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in gl_Scalef()
976 void gl_Translatef( GLcontext *ctx, GLfloat x, GLfloat y, GLfloat z ) in gl_Translatef()
1015 GLint x, GLint y, GLsizei width, GLsizei height ) in gl_Viewport()
/reactos/dll/win32/mpr/
H A Dmultinet.c67 DWORD WINAPI MultinetGetErrorTextA( DWORD x, DWORD y, DWORD z ) in MultinetGetErrorTextA()
76 DWORD WINAPI MultinetGetErrorTextW( DWORD x, DWORD y, DWORD z ) in MultinetGetErrorTextW()
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/
H A Dmd5.c118 #define F(x,y,z) (z ^ (x & (y ^ z))) in md5_process() argument
139 #define F(x,y,z) (y ^ (z & (x ^ y))) in md5_process() argument
160 #define F(x,y,z) (x ^ y ^ z) in md5_process() argument
181 #define F(x,y,z) (y ^ (x | ~z)) in md5_process() argument
H A Dsha1.c127 #define F(x,y,z) (z ^ (x & (y ^ z))) in sha1_process() argument
154 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
181 #define F(x,y,z) ((x & y) | (z & (x | y))) in sha1_process() argument
208 #define F(x,y,z) (x ^ y ^ z) in sha1_process() argument
H A Dmd4.c114 #define F(x, y, z) ((x & y) | ((~x) & z)) in md4_process() argument
137 #define F(x,y,z) ((x & y) | (x & z) | (y & z)) in md4_process() argument
160 #define F(x,y,z) (x ^ y ^ z) in md4_process() argument
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dvolume.c42 #define check_pixel_4bpp(box, x, y, z, color) _check_pixel_4bpp(__LINE__, box, x, y, z, color) argument
43 …_check_pixel_4bpp(unsigned int line, const D3DLOCKED_BOX *box, int x, int y, int z, DWORD expected… in _check_pixel_4bpp()
61 int i, x, y, z; in test_D3DXLoadVolumeFromMemory() local
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dpow_special.c46 float _powf_special(float x, float y, float z, U32 code) in _powf_special()
92 double _pow_special(double x, double y, double z, U32 code) in _pow_special()
/reactos/sdk/lib/3rdparty/stlport/src/
H A Dcomplex.cpp167 static complex<_Tp> sqrtT(const complex<_Tp>& z) { in sqrtT()
188 sqrt(const complex<float>& z) { return sqrtT(z); } in sqrt()
191 sqrt(const complex<double>& z) { return sqrtT(z); } in sqrt()
195 sqrt(const complex<long double>& z) { return sqrtT(z); } in sqrt()
202 static complex<_Tp> expT(const complex<_Tp>& z) { in expT()
246 static complex<_Tp> logT(const complex<_Tp>& z) { in logT()
253 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) in log()
270 _Tp y = logr * b._M_im; in powT() local
277 complex<_Tp> z = z_in; in powT() local
290 _Tp y = logi * b; in powT() local
[all …]
/reactos/modules/rostests/tests/terminate/
H A Dterminate.c11 static volatile DWORD z; variable
17 DWORD y=0; in thread_1() local
37 DWORD z = 0; in main() local
/reactos/dll/3rdparty/mbedtls/
H A Dmd5.c182 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_md5_process() argument
203 #define F(x,y,z) ((y) ^ ((z) & ((x) ^ (y)))) in mbedtls_internal_md5_process() argument
224 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_md5_process() argument
245 #define F(x,y,z) ((y) ^ ((x) | ~(z))) in mbedtls_internal_md5_process() argument
H A Dripemd160.c178 #define F1( x, y, z ) ( (x) ^ (y) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
179 #define F2( x, y, z ) ( ( (x) & (y) ) | ( ~(x) & (z) ) ) in mbedtls_internal_ripemd160_process() argument
180 #define F3( x, y, z ) ( ( (x) | ~(y) ) ^ (z) ) in mbedtls_internal_ripemd160_process() argument
181 #define F4( x, y, z ) ( ( (x) & (z) ) | ( (y) & ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
182 #define F5( x, y, z ) ( (x) ^ ( (y) | ~(z) ) ) in mbedtls_internal_ripemd160_process() argument
H A Dsha1.c207 #define F(x,y,z) ((z) ^ ((x) & ((y) ^ (z)))) in mbedtls_internal_sha1_process() argument
234 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
261 #define F(x,y,z) (((x) & (y)) | ((z) & ((x) | (y)))) in mbedtls_internal_sha1_process() argument
288 #define F(x,y,z) ((x) ^ (y) ^ (z)) in mbedtls_internal_sha1_process() argument
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dmpg123lib_intern.h78 # define REAL_MUL_ASM(x, y, radix) \ argument
105 # define REAL_MUL_ASM(x, y, radix) \ argument
137 # define REAL_MUL_ASM(x, y, radix) \ argument
184 # define REAL_MUL_SCALE_LAYER3(x, y, z) REAL_MUL_SCALE_LAYER3_ASM(x, y, 13 + gainpow2_scale[z] - R… argument
186 # define REAL_MUL_SCALE_LAYER3(x, y, z) (((dreal)(x) * (dreal)(y)) >> (13 + gainpow2_scale[z] - RE… argument
195 # define REAL_MUL_SYNTH(x, y) ((x) * (y)) argument
233 # define REAL_MUL(x, y) ((x) * (y)) argument
236 # define REAL_MUL_SYNTH(x, y) ((x) * (y)) argument
239 # define REAL_MUL_15(x, y) ((x) * (y)) argument
245 # define REAL_MUL_SCALE_LAYER3(x, y, z) ((x) * (y)) argument
[all …]

12345