/reactos/sdk/include/reactos/libs/libmpg123/ |
H A D | mpg123lib_intern.h | 78 # define REAL_MUL_ASM(x, y, radix) \ argument 91 # define REAL_MUL_SCALE_LAYER3_ASM(x, y, radix) \ argument 105 # define REAL_MUL_ASM(x, y, radix) \ argument 119 # define REAL_MUL_SCALE_LAYER3_ASM(x, y, radix) \ argument 137 # define REAL_MUL_ASM(x, y, radix) \ argument 191 # define REAL_MUL_SYNTH(x, y) REAL_MUL(x, y) 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 [all …]
|
/reactos/sdk/include/crt/ |
H A D | math.h | 32 double x,y; member 240 _Check_return_ __CRT_INLINE double hypot(_In_ double x, _In_ double y) { return _hypot(x, y); } in hypot() 241 _Check_return_ __CRT_INLINE float hypotf(_In_ float x, _In_ float y) { return _hypotf(x, y); } in hypotf() 339 _Check_return_ inline float atan2(_In_ float y, _In_ float x) throw() { return atan2f(y, x); } in atan2() 341 _Check_return_ inline float copysign(_In_ float x, _In_ float y) throw() { return _copysignf(x, y);… in copysign() 347 _Check_return_ inline float fmod(_In_ float x, _In_ float y) throw() { return fmodf(x, y); } in fmod() 348 _Check_return_ inline float frexp(_In_ float x, _Out_ int * y) throw() { return frexpf(x, y); } in frexp() 349 _Check_return_ inline float hypot(_In_ float x, _In_ float y) throw() { return _hypotf(x, y); } in hypot() 350 _Check_return_ inline float ldexp(_In_ float x, _In_ int y) throw() { return ldexpf(x, y); } in ldexp() 353 _Check_return_ inline float modf(_In_ float x, _Out_ float * y) throw() { return modff(x, y); } in modf() [all …]
|
H A D | mingw_math.h | 518 #define isgreater(x, y) __builtin_isgreater(x, y) argument 519 #define isgreaterequal(x, y) __builtin_isgreaterequal(x, y) argument 520 #define isless(x, y) __builtin_isless(x, y) argument 521 #define islessequal(x, y) __builtin_islessequal(x, y) argument 522 #define islessgreater(x, y) __builtin_islessgreater(x, y) argument 523 #define isunordered(x, y) __builtin_isunordered(x, y) argument 529 __fp_unordered_compare (long double x, long double y){ in __fp_unordered_compare() 537 #define isgreater(x, y) ((__fp_unordered_compare(x, y) & 0x4500) == 0) argument 538 #define isless(x, y) ((__fp_unordered_compare (y, x) & 0x4500) == 0) argument 540 #define islessequal(x, y) ((__fp_unordered_compare(y, x) & FP_INFINITE) == 0) argument [all …]
|
/reactos/sdk/include/psdk/ |
H A D | ntverp.h | 38 #define VER_PRODUCTVERSION_MAJORMINOR2(x,y) \ argument 40 #define VER_PRODUCTVERSION_MAJORMINOR1(x,y) \ argument 48 #define LVER_PRODUCTVERSION_MAJORMINOR2(x,y)\ argument 50 #define LVER_PRODUCTVERSION_MAJORMINOR1(x,y)\ argument 90 #define VER_PRODUCTVERSION_STR2(x,y) \ argument 92 #define VER_PRODUCTVERSION_STR1(x,y) \ argument 100 #define LVER_PRODUCTVERSION_STR2(x,y) \ argument 102 #define LVER_PRODUCTVERSION_STR1(x,y) \ argument
|
/reactos/sdk/lib/3rdparty/cardlib/ |
H A D | cardrgnmouse.cpp | 34 CardRegion *CardWindow::GetBestStack(int x, int y, int w, int h) in GetBestStack() 65 bool CardRegion::IsPointInStack(int x, int y) in IsPointInStack() 76 int CardRegion::GetNumDragCards(int x, int y) in GetNumDragCards() 218 bool CardRegion::OnLButtonDblClk(int x, int y) in OnLButtonDblClk() 228 bool CardRegion::OnLButtonDown(int x, int y) in OnLButtonDown() 279 void CardRegion::ClickRelease(int x, int y) in ClickRelease() 287 bool CardRegion::OnLButtonUp(int x, int y) in OnLButtonUp() 378 bool CardRegion::OnMouseMove(int x, int y) in OnMouseMove() 424 void CardRegion::MoveDragCardTo(HDC hdc, int x, int y) in MoveDragCardTo() 500 long dx, dy, x , y; in ZoomCard() local [all …]
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/um/ |
H A D | fxdeviceum.hpp | 82 #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 137 #define WRITE_REGISTER_ULONG64(x, y) { \ argument 142 #define WRITE_REGISTER_BUFFER_UCHAR(x, y, z) { \ argument 152 #define WRITE_REGISTER_BUFFER_USHORT(x, y, z) { \ argument [all …]
|
/reactos/drivers/network/lan/include/ |
H A D | memtrack.h | 7 #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/sdk/lib/crt/math/libm_sse2/ |
H A D | log_special.c | 45 static float _logf_special_common(float x, float y, U32 code, unsigned int op, char *name) in _logf_special_common() 86 float _logf_special(float x, float y, U32 code) in _logf_special() 91 float _log10f_special(float x, float y, U32 code) in _log10f_special() 96 static double _log_special_common(double x, double y, U32 code, unsigned int op, char *name) in _log_special_common() 125 double _log_special(double x, double y, U32 code) in _log_special() 130 double _log10_special(double x, double y, U32 code) in _log10_special()
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | SetLayout.c | 14 for (int y = start_y; y < end_y; y++) in copy() local 92 for (int y = 0; y < width; y++) in nomirror_test() local 157 for (int y = 0; y < WIDTH; y++) in START_TEST() local 182 for (int y = 0; y < WIDTH; y++) in START_TEST() local 199 for (int y = 0; y < WIDTH; y++) in START_TEST() local 240 for (int y = 0; y < WIDTH; y++) in START_TEST() local
|
/reactos/sdk/lib/cryptlib/ |
H A D | sha1.c | 30 #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 D | md5.c | 161 #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
|
/reactos/base/setup/usetup/ |
H A D | consup.c | 183 OUT PSHORT y) in CONSOLE_GetCursorXY() 229 IN SHORT y) in CONSOLE_SetCursorXY() 278 IN SHORT y, in CONSOLE_InvertTextXY() 300 IN SHORT y, in CONSOLE_NormalTextXY() 322 IN SHORT y, in CONSOLE_SetTextXY() 359 IN SHORT y, in CONSOLE_SetInputTextXY() 400 IN SHORT y, in CONSOLE_SetUnderlinedTextXY() 540 IN SHORT y, in CONSOLE_SetInvertedTextXY() 568 IN SHORT y, in CONSOLE_SetHighlightedTextXY() 597 IN SHORT y, in CONSOLE_PrintTextXY() [all …]
|
/reactos/dll/opengl/mesa/ |
H A D | depth.c | 194 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() 890 GLint y; in gl_clear_depth_buffer() local
|
H A D | vbfill.c | 568 static void vertex2f_feedback( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_feedback() 586 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in vertex4() 681 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_color_tex2() 704 GLfloat x, GLfloat y, GLfloat z ) in vertex3f_color_tex4() 815 static void vertex2f_normal( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_normal() 836 static void vertex2f_color_tex2( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_color_tex2() 858 static void vertex2f_color_tex4( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_color_tex4() 880 static void vertex2f_color( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_color() 901 static void vertex2f_index( GLcontext *ctx, GLfloat x, GLfloat y ) in vertex2f_index() 1079 GLfloat x, GLfloat y, GLfloat z, GLfloat w ) in gl_vertex4f_nop() [all …]
|
H A D | alphabuf.c | 155 void gl_write_alpha_span( GLcontext* ctx, GLuint n, GLint x, GLint y, in gl_write_alpha_span() 177 void gl_write_mono_alpha_span( GLcontext* ctx, GLuint n, GLint x, GLint y, in gl_write_mono_alpha_span() 200 GLuint n, const GLint x[], const GLint y[], in gl_write_alpha_pixels() 223 GLuint n, const GLint x[], const GLint y[], in gl_write_mono_alpha_pixels() 247 GLuint n, GLint x, GLint y, GLubyte alpha[] ) in gl_read_alpha_span() 258 GLuint n, const GLint x[], const GLint y[], in gl_read_alpha_pixels()
|
H A D | span.c | 97 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 D | stencil.c | 208 GLuint n, GLint x, GLint y, in apply_stencil_op_to_span() 340 GLuint n, GLint x, GLint y, GLubyte mask[] ) in gl_stencil_span() 515 GLuint n, GLint x, GLint y, const GLdepth z[], in gl_depth_stencil_span() 572 const GLint y[], in apply_stencil_op_to_pixels() 703 GLuint n, const GLint x[], const GLint y[], in gl_stencil_pixels() 883 GLuint n, const GLint x[], const GLint y[], in gl_depth_stencil_pixels() 939 GLuint n, GLint x, GLint y, GLubyte stencil[] ) in gl_read_stencil_span() 958 GLuint n, GLint x, GLint y, in gl_write_stencil_span() 1010 GLint y; in gl_clear_stencil_buffer() local
|
/reactos/base/applications/mstsc/ |
H A D | bsops.c | 79 bs_get_pixel(int x, int y) in bs_get_pixel() 108 bs_set_pixel(int x, int y, int pixel, int rop, int use_clip) in bs_set_pixel() 141 get_bs_ptr(int x, int y) in get_bs_ptr() 189 bs_set_clip(int x, int y, int cx, int cy) in bs_set_clip() 210 bs_is_pixel_on(char * data, int x, int y, int width, int bpp) in bs_is_pixel_on() 246 bs_set_pixel_on(char * data, int x, int y, int width, int bpp, in bs_set_pixel_on() 331 bs_warp_coords(int * x, int * y, int * cx, int * cy, in bs_warp_coords() 386 bs_rect(int x, int y, int cx, int cy, int colour, int rop) in bs_rect() 469 bs_screenblt(int rop, int x, int y, int cx, int cy, in bs_screenblt() 560 bs_memblt(int opcode, int x, int y, int cx, int cy, in bs_memblt() [all …]
|
/reactos/modules/rostests/tests/winhello/ |
H A D | winhello.c | 224 ULONG x, y; in MainWndProc() local 247 ULONG x, y; in MainWndProc() local 270 ULONG x, y; in MainWndProc() local 293 ULONG x, y; in MainWndProc() local 316 ULONG x, y; in MainWndProc() local 339 ULONG x, y; in MainWndProc() local 365 int y; in MainWndProc() local
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/ |
H A D | vnc.c | 102 vncwinClipRect(int *x, int *y, int *cx, int *cy) in vncwinClipRect() 368 ui_move_pointer(int x, int y) in ui_move_pointer() 501 int x, y; in ui_create_glyph() local 553 ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip() 578 /* dest */ int x, int y, int cx, int cy) in ui_destblt() 601 /* dest */ int x, int y, int cx, int cy, in ui_patblt() 693 /* dest */ int x, int y, int cx, int cy, in ui_memblt() 732 /* dest */ int x, int y, int cx, int cy, in ui_triblt() 1019 #define GETPIXEL(buf,x,y) \ argument 1021 #define SETPIXEL(buf,x,y,p) \ argument [all …]
|
/reactos/dll/win32/windowscodecs/ |
H A D | converter.c | 151 INT x, y; in copypixels_to_32bppBGRA() local 218 INT x, y; in copypixels_to_32bppBGRA() local 281 INT x, y; in copypixels_to_32bppBGRA() local 341 INT x, y; in copypixels_to_32bppBGRA() local 383 INT x, y; in copypixels_to_32bppBGRA() local 436 INT x, y; in copypixels_to_32bppBGRA() local 479 INT x, y; in copypixels_to_32bppBGRA() local 527 INT x, y; in copypixels_to_32bppBGRA() local 1304 INT x, y; in copypixels_to_32bppGrayFloat() local 1386 INT x, y; in copypixels_to_8bppGray() local [all …]
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | svgawin.c | 104 int y; member 135 int y; member 195 int get_pixel(int x, int y) in get_pixel() 217 void set_pixel(int x, int y, int pixel, int op) in set_pixel() 540 int contains_mouse(int x, int y, int cx, int cy) in contains_mouse() 1101 void ui_set_clip(int x, int y, int cx, int cy) in ui_set_clip() 1206 int x, int y, in ui_draw_text() 1536 void ui_move_pointer(int x, int y) in ui_move_pointer() 1553 void ui_paint_bitmap(int x, int y, int cx, int cy, in ui_paint_bitmap() 1604 int y; in ui_set_cursor() local [all …]
|
/reactos/win32ss/drivers/displays/vga/vgavideo/ |
H A D | vgavideo.c | 163 VOID vgaPutPixel(INT x, INT y, UCHAR c) in vgaPutPixel() 176 VOID vgaPutByte(INT x, INT y, UCHAR c) in vgaPutByte() 208 IN INT y) in vgaGetPixel() 231 BOOL vgaHLine(INT x, INT y, INT len, UCHAR c) in vgaHLine() 308 BOOL vgaVLine(INT x, INT y, INT len, UCHAR c) in vgaVLine() 352 void DIB_BltFromVGA(int x, int y, int w, int h, void *b, int Dest_lDelta) in DIB_BltFromVGA() 579 vgaReadScan( int x, int y, int w, void *b ) in vgaReadScan() 655 vgaWriteScan ( int x, int y, int w, void *b ) in vgaWriteScan() 709 void DFB_BltFromVGA(int x, int y, int w, int h, void *b, int bw) in DFB_BltFromVGA() 802 void DFB_BltToVGA(int x, int y, int w, int h, void *b, int bw) in DFB_BltToVGA() [all …]
|
/reactos/sdk/include/vcruntime/mingw32/ |
H A D | intrin_arm.h | 189 char y; in _InterlockedAnd8() local 206 short y; in _InterlockedAnd16() local 223 long y; in _InterlockedAnd() local 240 char y; in _InterlockedOr8() local 257 short y; in _InterlockedOr16() local 274 long y; in _InterlockedOr() local 291 char y; in _InterlockedXor8() local 308 short y; in _InterlockedXor16() local 325 long y; in _InterlockedXor() local
|
/reactos/base/services/nfsd/ |
H A D | tree.h | 283 #define SPLAY_FIND(name, x, y) name##_SPLAY_FIND(x, y) argument 726 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument 727 #define RB_REMOVE(name, x, y) name##_RB_REMOVE(x, y) argument 728 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument 729 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument 730 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) argument 731 #define RB_PREV(name, x, y) name##_RB_PREV(y) argument 740 #define RB_FOREACH_FROM(x, name, y) \ argument 745 #define RB_FOREACH_SAFE(x, name, head, y) \ argument 755 #define RB_FOREACH_REVERSE_FROM(x, name, y) \ argument [all …]
|