Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 25 of 114) sorted by relevance

12345

/reactos/win32ss/reactx/dxg/
H A Ddxg_driver.h9 PVOID p2, in DxD3dContextCreate()
49 PVOID p2, in DxD3dDrawPrimitives2()
73 PVOID p2, in DxDdAddAttachedSurface()
84 PVOID p2, in DxDdAlphaBlt()
95 PVOID p2) in DxDdAttachSurface()
105 PVOID p2) in DxDdBeginMoCompFrame()
115 PVOID p2, in DxDdBlt()
126 PVOID p2) in DxDdColorControl()
136 PVOID p2) in DxDdCreateMoComp()
162 PVOID p2) in DxDdDestroyMoComp()
[all …]
/reactos/win32ss/drivers/watchdog/
H A Dwatchdog.c21 PVOID p2, in WdAllocateWatchdog()
31 PVOID p2, in WdAllocateDeferredWatchdog()
57 LARGE_INTEGER p2, in WdStartWatch()
67 PVOID p2, in WdStartDeferredWatch()
77 ULONG p2) in WdStopWatch()
110 PVOID p2) in WdResumeWatch()
119 PVOID p2) in WdResumeDeferredWatch()
160 PVOID p2) in WdAttachContext()
201 PVOID p2) in WdCompleteEvent()
/reactos/sdk/include/reactos/libs/libjpeg/
H A Djerror.h216 #define ERREXIT2(cinfo,code,p1,p2) \ argument
221 #define ERREXIT3(cinfo,code,p1,p2,p3) \ argument
227 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \ argument
234 #define ERREXIT6(cinfo,code,p1,p2,p3,p4,p5,p6) \ argument
258 #define WARNMS2(cinfo,code,p1,p2) \ argument
272 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ argument
277 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ argument
282 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ argument
287 #define TRACEMS5(cinfo,lvl,code,p1,p2,p3,p4,p5) \ argument
293 #define TRACEMS8(cinfo,lvl,code,p1,p2,p3,p4,p5,p6,p7,p8) \ argument
/reactos/dll/opengl/mesa/
H A Dxform.c102 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2]; in gl_xform_points_4fv() local
110 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2], p3 = p[i][3]; in gl_xform_points_4fv() local
123 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2], p3 = p[i][3]; in gl_xform_points_4fv() local
131 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2], p3 = p[i][3]; in gl_xform_points_4fv() local
157 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2]; in gl_xform_points_3fv() local
169 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2]; in gl_xform_points_3fv() local
177 GLfloat p0 = p[i][0], p1 = p[i][1], p2 = p[i][2]; in gl_xform_points_3fv() local
/reactos/dll/3rdparty/libpng/
H A Dpngdebug.h66 # define png_debug2(l,m,p1,p2) \ argument
97 # define png_debug2(l,m,p1,p2) \ argument
128 # define png_debug2(l,m,p1,p2) \ argument
151 # define png_debug2(l, m, p1, p2) ((void)0) argument
/reactos/win32ss/reactx/dxapi/
H A Dmain.c125 PVOID p2, in DxApiInitialize()
140 PVOID p2, in DxAutoflipUpdate()
152 PVOID p2) in DxEnableIRQ()
161 PVOID p2) in DxLoseObject()
170 PVOID p2, in DxUpdateCapture()
/reactos/sdk/lib/ucrt/stdlib/
H A Dlfind.cpp20 #define __COMPARE(context, p1, p2) (*compare)(context, p1, p2) argument
22 #define __COMPARE(context, p1, p2) (*compare)(p1, p2) argument
H A Dlsearch.cpp22 #define __COMPARE(context, p1, p2) (*compare)(context, p1, p2) argument
24 #define __COMPARE(context, p1, p2) (*compare)(p1, p2) argument
H A Dbsearch.cpp45 #define __COMPARE(context, p1, p2) (*compare)(context, p1, p2) argument
47 #define __COMPARE(context, p1, p2) (*compare)(p1, p2) argument
/reactos/dll/win32/pidgen/
H A Dmain.c46 int WINAPI PIDGenSimpA(LPCSTR str, int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) in PIDGenSimpA()
53 int WINAPI PIDGenSimpW(const WCHAR* str, int p1, int p2, int p3, int p4, int p5, int p6, int p7, in… in PIDGenSimpW()
/reactos/sdk/lib/crt/mem/
H A Dmemcmp.c12 const unsigned char *p1 = s1, *p2 = s2; in memcmp() local
H A Dmemicmp.c26 const unsigned char *p1 = s1, *p2 = s2; in _memicmp() local
/reactos/modules/rostests/winetests/comctl32/
H A Ddpa.c93 static INT CALLBACK CB_CmpLT(PVOID p1, PVOID p2, LPARAM lp) in CB_CmpLT()
99 static INT CALLBACK CB_CmpGT(PVOID p1, PVOID p2, LPARAM lp) in CB_CmpGT()
111 static PVOID CALLBACK CB_MergeInsertSrc(UINT op, PVOID p1, PVOID p2, LPARAM lp) in CB_MergeInsertSrc()
118 static PVOID CALLBACK CB_MergeDeleteOddSrc(UINT op, PVOID p1, PVOID p2, LPARAM lp) in CB_MergeDeleteOddSrc()
/reactos/base/applications/winhlp32/
H A Dcallback.c108 static WORD CALLBACK WHD_LLInfoFromBag(HANDLE bag, WORD opt, LPWORD p1, LPLONG p2, LPLONG p3) in WHD_LLInfoFromBag()
114 static WORD CALLBACK WHD_LLInfoFromFile(HANDLE fs, LPSTR name, WORD opt, LPWORD p1, LPLONG p2, LPLO… in WHD_LLInfoFromFile()
/reactos/base/shell/cmd/
H A Decho.c34 TCHAR *p2; in OnOffCommand() local
/reactos/drivers/network/tcpip/lwip/test/unit/core/
H A Dtest_pbuf.c73 struct pbuf *p1, *p2, *p3; in START_TEST() local
211 struct pbuf *p1, *p2, *p3, *rest2=NULL, *rest3=NULL; in START_TEST() local
H A Dtest_mem.c33 void *p1, *p2; in START_TEST() local
/reactos/sdk/include/vcruntime/
H A Dms_sal.h2123 #define _Pre2_impl_(p1,p2) argument
2124 #define _Pre3_impl_(p1,p2,p3) argument
2128 #define _Post2_impl_(p1,p2) argument
2129 #define _Post3_impl_(p1,p2,p3) argument
2132 #define _Ret2_impl_(p1,p2) argument
2133 #define _Ret3_impl_(p1,p2,p3) argument
2136 #define _Deref_pre2_impl_(p1,p2) argument
2137 #define _Deref_pre3_impl_(p1,p2,p3) argument
2140 #define _Deref_post2_impl_(p1,p2) argument
2144 #define _Deref_ret2_impl_(p1,p2) argument
[all …]
/reactos/modules/rostests/apitests/atl/
H A DCAtlList.cpp92 POSITION p2 = list.FindIndex(2); in test_SwapElements() local
/reactos/modules/rostests/apitests/kernel32/
H A DSetUnhandledExceptionFilter.c28 LPTOP_LEVEL_EXCEPTION_FILTER p1, p2; in TestSetUnhandledExceptionFilter() local
/reactos/modules/rostests/winetests/winmm/
H A Dmidi.c69 #define test_notification(hwnd, command, m1, p2) test_notification_dbg(hwnd, command, m1, p2, __LIN… argument
70 static void test_notification_dbg(HWND hwnd, const char* command, UINT m1, DWORD_PTR p2, int line) in test_notification_dbg()
554 …ALLBACK time_stamp_callback(HMIDIOUT hmo, UINT msg, DWORD_PTR instance, DWORD_PTR p1, DWORD_PTR p2) in time_stamp_callback()
/reactos/sdk/tools/mkisofs/schilytools/mkisofs/
H A Dhash.c111 struct file_hash *p2; in debug_hash() local
465 register char *p2; local
/reactos/modules/rosapps/applications/net/ncftp/sio/
H A DStrAddr.c60 char *hostcp, *atsign, *colon, *cp, *p2; in AddrStrToAddr() local
/reactos/modules/rosapps/applications/sysutils/utils/sdkparse/
H A Dsdkparse.cpp197 char* p2; in get_hdrguardtext() local
460 char* p2 = p + 6; in findend() local
543 char* p2 = skip_ws ( end ); in findend() local
/reactos/dll/win32/shell32/shellrecyclebin/
H A Drecyclebin_generic.cpp192 …eBinGeneric_IsEqualFileIdentity(const RECYCLEBINFILEIDENTITY *p1, const RECYCLEBINFILEIDENTITY *p2) in RecycleBinGeneric_IsEqualFileIdentity()

12345