/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/ |
H A D | eui64.h | 60 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) argument 61 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument 63 #define eui64_zero(e) (e).e32[0] = (e).e32[1] = 0; argument 67 #define eui64_magic(e) do { \ argument 75 #define eui64_magic_ne(x, y) do { \ argument 89 #define eui64_set32(e, l) do { \ argument 93 #define eui64_setlo32(e, l) eui64_set32(e, l) argument
|
/reactos/ntoskrnl/ke/arm/ |
H A D | ke_i.h | 51 #define e PVOID macro 59 #define SYSCALL(x, y) typedef NTSTATUS (*PKI_SYSCALL_##x##PARAM)y; argument 82 #define e g[0x0D] macro 90 #define SYSCALL(x, y) \ argument
|
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/ |
H A D | qtwin.cpp | 234 void QMyMainWindow::mouseMoveEvent(QMouseEvent * e) in mouseMoveEvent() 244 void QMyMainWindow::mousePressEvent(QMouseEvent * e) in mousePressEvent() 289 void QMyMainWindow::wheelEvent(QWheelEvent * e) in wheelEvent() 306 int GetScanCode(QKeyEvent* e) in GetScanCode() 428 void QMyMainWindow::keyPressEvent(QKeyEvent* e) in keyPressEvent() 441 void QMyMainWindow::keyReleaseEvent(QKeyEvent* e) in keyReleaseEvent() 466 void QMyMainWindow::closeEvent(QCloseEvent * e) in closeEvent() 472 bool QMyMainWindow::event(QEvent * e) in event() 519 void QMyScrollView::keyPressEvent(QKeyEvent * e) in keyPressEvent() 525 void QMyScrollView::keyReleaseEvent(QKeyEvent * e) in keyReleaseEvent() [all …]
|
H A D | qtewin.cpp | 696 void QMyScrollView::keyPressEvent(QKeyEvent* e) in keyPressEvent() 714 void QMyScrollView::keyReleaseEvent(QKeyEvent* e) in keyReleaseEvent() 732 void QMyScrollView::showEvent(QShowEvent* e) in showEvent() 750 void QMyScrollView::timerEvent(QTimerEvent * e) in timerEvent() 865 void QMyMainWindow::timerEvent(QTimerEvent * e) in timerEvent() 939 void QMyMainWindow::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent() 941 int x, y; in mouseMoveEvent() local 960 void QMyMainWindow::mousePressEvent(QMouseEvent* e) in mousePressEvent() 977 void QMyMainWindow::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent() 993 void QMyMainWindow::wheelEvent(QWheelEvent* e) in wheelEvent() [all …]
|
/reactos/sdk/lib/3rdparty/freetype/include/freetype/ |
H A D | fttypes.h | 357 FT_F2Dot14 y; member 581 #define FT_ERR_XCAT( x, y ) x ## y argument 582 #define FT_ERR_CAT( x, y ) FT_ERR_XCAT( x, y ) argument 586 #define FT_ERR( e ) FT_ERR_CAT( FT_ERR_PREFIX, e ) argument 591 #define FT_ERR_EQ( x, e ) \ argument 593 #define FT_ERR_NEQ( x, e ) \ argument
|
/reactos/dll/opengl/glu32/src/libtess/ |
H A D | sweep.c | 94 #define MAX(x,y) ((x) >= (y) ? (x) : (y)) argument 95 #define MIN(x,y) ((x) <= (y) ? (x) : (y)) argument 183 GLUhalfEdge *e; in TopLeftRegion() local 275 GLUhalfEdge *e = reg->eUp; in FinishRegion() local 300 GLUhalfEdge *e, *ePrev; in FinishLeftRegions() local 355 GLUhalfEdge *e, *ePrev; in AddRightEdges() local 579 GLUhalfEdge *e; in CheckForLeftSplice() local 626 GLUhalfEdge *e; in CheckForIntersect() local 1134 GLUhalfEdge *e; in AddSentinel() local 1204 GLUhalfEdge *e, *eNext, *eLnext; in RemoveDegenerateEdges() local [all …]
|
H A D | tess.c | 83 typedef struct { GLUhalfEdge e, eSym; } EdgePair; member 268 gluTessNormal( GLUtesselator *tess, GLdouble x, GLdouble y, GLdouble z ) in gluTessNormal() 347 GLUhalfEdge *e; in AddVertex() 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 44 ULONG a, b, c, d, e; in SHA1Transform() local
|
H A D | tomcrypt.h | 87 #define STORE32H(x, y) \ argument 91 #define LOAD32H(x, y) \ argument 110 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | \ argument 116 #define MIN(x, y) ( ((x)<(y))?(x):(y) ) argument 163 int x, y; member 458 mp_int e, d, N, p, q, qP, dP, dQ; member
|
/reactos/win32ss/user/user32/controls/ |
H A D | edit.c | 1116 INT y = 0; in EDIT_EM_PosFromChar() local 2037 INT y = (short)HIWORD(pos); local 2055 INT e; local 2100 INT e; local 2129 INT y = (short)HIWORD(pos); local 2157 INT y = (short)HIWORD(pos); local 2338 INT e = 0; local 2342 INT y; local 2684 UINT e; local 3778 INT e; local [all …]
|
/reactos/dll/win32/comctl32/ |
H A D | edit.c | 1020 INT y = 0; in EDIT_EM_PosFromChar() local 1884 INT y = (short)HIWORD(pos); in EDIT_MoveDown_ML() local 1902 INT e; in EDIT_MoveEnd() local 1947 INT e; in EDIT_MoveHome() local 1976 INT y = (short)HIWORD(pos); in EDIT_MovePageDown_ML() local 2004 INT y = (short)HIWORD(pos); in EDIT_MovePageUp_ML() local 2185 INT e = 0; in EDIT_PaintLine() local 2189 INT y; in EDIT_PaintLine() local 2499 UINT e; in EDIT_EM_ReplaceSel() local 3537 INT e; in EDIT_WM_LButtonDown() local [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/polarssl/ |
H A D | sha1.c | 116 #define P(a,b,c,d,e,x) \ in sha1_process() argument 127 #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
|
/reactos/dll/win32/rsaenh/ |
H A D | sha2.c | 141 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) argument 142 #define Maj(x,y,z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument 290 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 301 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument 310 #define ROUND256(a,b,c,d,e,f,g,h) \ argument 322 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 380 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 617 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 628 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument 637 #define ROUND512(a,b,c,d,e,f,g,h) \ argument [all …]
|
H A D | tomcrypt.h | 87 #define STORE32H(x, y) \ argument 91 #define LOAD32H(x, y) \ argument 110 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | \ argument 116 #define MIN(x, y) ( ((x)<(y))?(x):(y) ) argument 163 int x, y; member 458 mp_int e, d, N, p, q, qP, dP, dQ; member
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | ripemd160.c | 178 #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 186 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_internal_ripemd160_process() argument 194 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument
|
H A D | sha1.c | 194 #define P(a,b,c,d,e,x) \ in mbedtls_internal_sha1_process() argument 207 #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/dll/directx/wine/d3dxof/ |
H A D | mszip.c | 57 …G fdi_Ziphuft_build(cab_ULONG *b, cab_ULONG n, cab_ULONG s, const cab_UWORD *d, const cab_UWORD *e, in fdi_Ziphuft_build() 74 cab_LONG y; /* number of dummy codes added */ in fdi_Ziphuft_build() local 241 register cab_ULONG e; /* table entry flag/number of extra bits */ in fdi_Zipinflate_codes() local 545 static cab_LONG fdi_Zipinflate_block(cab_LONG *e, fdi_decomp_state *decomp_state) /* e == last bloc… in fdi_Zipinflate_block() 585 cab_LONG e; /* last block flag */ in ZIPfdi_decomp() local
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | libm_inlines.h | 47 static inline void splitDouble(double x, int *e, double *m) in splitDouble() 67 static inline void splitDouble_2(double x, int *e, double *m) in splitDouble_2() 98 static inline void splitFloat(float x, int *e, float *m) in splitFloat() 750 double y; in scaleUpDouble1024() local 816 float y; in scaleUpFloat128() local 902 double r1, r2, c, y, p, q, r, twop, z, rtc, rtc_lead, rtc_trail; in sqrt_amd_inline() local 903 int e, denorm = 0, index; in sqrt_amd_inline() local 1261 float r1, r2, c, y, p, q, r, twop, z, rtc, rtc_lead, rtc_trail; in sqrtf_amd_inline() local 1262 int e, denorm = 0, index; in sqrtf_amd_inline() local
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | texture.c | 149 static BOOL compare_uint(unsigned int x, unsigned int y, unsigned int max_diff) in compare_uint() 1099 DWORD x, y, m; in test_D3DXFillTexture() local 1100 DWORD v[4], e[4]; in test_D3DXFillTexture() local 1343 static float get_cube_coord(enum cube_coord coord, unsigned int x, unsigned int y, unsigned int siz… in get_cube_coord() 1370 DWORD x, y, f, m; in test_D3DXFillCubeTexture() local 1371 DWORD v[4], e[4]; in test_D3DXFillCubeTexture() local 1494 DWORD x, y, z, m; in test_D3DXFillVolumeTexture() local 1495 DWORD v[4], e[4]; in test_D3DXFillVolumeTexture() local 1648 unsigned int i, x, y; in test_D3DXCreateTextureFromFileInMemory() local 2360 unsigned int x, y, z; in test_texture_shader() local
|
/reactos/modules/rostests/apitests/gdi32/ |
H A D | CombineTransform.c | 12 float e; member 16 #define ok_flt(x, y) \ argument
|
/reactos/win32ss/user/rtl/ |
H A D | text.c | 47 #define assert(e) ((e) ? (void)0 : _font_assert(#e, __FILE__, __LINE__)) argument 488 const WCHAR *e = str + *len_str; in TEXT_WordBreak() local 894 static void TEXT_DrawUnderscore (HDC hdc, int x, int y, const WCHAR *str, int offset, const RECT *r… in TEXT_DrawUnderscore() 960 INT y, in UserExtTextOutW() 1086 int x = rect->left, y = rect->top; in DrawTextExWorker() local
|
/reactos/modules/rosapps/applications/explorer-old/utility/ |
H A D | window.cpp | 89 DWORD dwStyle, int x, int y, int w, int h, in Create() 104 DWORD dwStyle, int x, int y, int w, int h, in Create() 645 } catch(COMException& e) { in MessageLoop() local 648 } catch(COMException& e) { in MessageLoop() local 804 const ResizeEntry& e = *it; in HandleSize() local 909 int y = pRect->top + (old_b-pRect->bottom)/2; in DrawGrayText() local 1094 int y = textRect.top + (old_b-textRect.bottom)/2; in DrawItem() local 1378 } catch(COMException& e) { in DoModal() local 1386 } catch(COMException& e) { in DoModal() local
|
/reactos/dll/opengl/glu32/src/libnurbs/nurbtess/ |
H A D | partitionY.cc | 73 Int isBelow(directedLine *v, directedLine *e) in isBelow() 89 Int isAbove(directedLine *v, directedLine *e) in isAbove() 230 inline/*static*/ Real intersectHoriz(Real x1, Real y1, Real x2, Real y2, Real y) in intersectHoriz() 310 Real y = Real(0.5)*(Ymax + Ymin); in compEdges() local
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | cpp.c | 160 #define SETNOFAIL(x,y) x = (void*)GetProcAddress(hMsvcrt,y) argument 161 #define SET(x,y) do { SETNOFAIL(x,y); ok(x != NULL, "Export '%s' not found\n", y); } while(0) argument 353 exception e, e2, e3, *pe; in test_exception() local 474 exception e, e2, e3, *pe; in test_bad_typeid() local 591 exception e, e2, e3, *pe; in test_bad_cast() local 716 exception e, e2, *pe; in test___non_rtti_object() local 980 exception e,b; in test_rtti() local
|
/reactos/dll/opengl/glu32/src/libnurbs/internals/ |
H A D | nurbsinterfac.cc | 66 NurbsTessellator::NurbsTessellator( BasicCurveEvaluator &c, BasicSurfaceEvaluator& e) in NurbsTessellator() 226 INREAL x = p[0]; INREAL y = p[1]; INREAL w = p[2]; in pwlcurve() local 241 INREAL x = p[0]; INREAL y = p[1]; in pwlcurve() local
|