Home
last modified time | relevance | path

Searched refs:INT_PTR (Results 1 – 25 of 28) sorted by relevance

12

/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Sources/
DBrowserDialog.cpp261 INT_PTR lo; in OnServiceAdd()
262 INT_PTR hi; in OnServiceAdd()
263 INT_PTR mid; in OnServiceAdd()
317 INT_PTR hi; in OnServiceRemove()
318 INT_PTR lo; in OnServiceRemove()
319 INT_PTR mid; in OnServiceRemove()
/external/ms-tpm-20-ref/TPMCmd/Simulator/src/
DTcpServer.c64 # define INT_PTR intptr_t macro
250 int PortNumber = (int)(INT_PTR)port; in PlatformSvcRoutine()
308 (LPVOID)(INT_PTR)port, 0, (LPDWORD)&ThreadId); in PlatformSignalService()
321 (LPVOID)(INT_PTR)port); in PlatformSignalService()
449 (LPVOID)(INT_PTR)NULL, 0, (LPDWORD)&ThreadId); in ActTimeService()
458 (LPVOID)(INT_PTR)NULL); in ActTimeService()
/external/lzma/CPP/Windows/Control/
DDialog.h143 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
144INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindo… in Create()
146 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
149 bool End(INT_PTR result) { return BOOLToBool(::EndDialog(_window, result)); } in End()
DPropertyPage.h15 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &…
DDialog.cpp19 static INT_PTR APIENTRY DialogProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam) in DialogProcedure()
203 INT_PTR CModalDialog::Create(LPCTSTR templateName, HWND parentWindow) in Create()
234 INT_PTR CModalDialog::Create(LPCWSTR templateName, HWND parentWindow) in Create()
DPropertyPage.cpp19 static INT_PTR APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM… in MyProperyPageProcedure()
47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &… in MyPropertySheet()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc74 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
446 INT_PTR CALLBACK About(HWND dlg, in About()
453 return (INT_PTR)TRUE; in About()
458 return (INT_PTR)TRUE; in About()
463 return (INT_PTR)FALSE; in About()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_context.c182 dhglrc = (DHGLRC)(INT_PTR)context; in wglCreateContextAttribsARB()
183 share_dhglrc = (DHGLRC)(INT_PTR)hShareContext; in wglCreateContextAttribsARB()
/external/llvm-project/clang/test/Frontend/
Dnoderef.cpp152 typedef int *INT_PTR; in conversion_sequences() typedef
153 int *x5 = INT_PTR(x); in conversion_sequences()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
DComboDialog.h25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
DOverwriteDialog.h54 INT_PTR Create(HWND parent = 0)
DProgressDialog2.h262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
DProgressDialog2.cpp935 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
937 INT_PTR res = 0; in Create()
DBrowseDialog.cpp144 INT_PTR Create(HWND parent = 0) { return CModalDialog::Create(IDD_BROWSE, parent); } in Create()
DExtractCallback.cpp209 INT_PTR writeAnswer = dialog.Create(*ProgressDialog); in AskOverwrite()
/external/llvm-project/clang/test/SemaCXX/
Dconversion-function.cpp45 typedef INT* INT_PTR; typedef
52 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
/external/clang/test/SemaCXX/
Dconversion-function.cpp45 typedef INT* INT_PTR; typedef
52 operator INT_PTR*(); // expected-error{{conversion function cannot be redeclared}}
/external/swiftshader/src/Vulkan/
Dmain.cpp22 static INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.h94 INT_PTR Create(HWND aWndParent = 0)
/external/angle/src/libGLESv2/
Dglobal_state.cpp181 INT_PTR CALLBACK DebuggerWaitDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) in DebuggerWaitDialogProc()
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp339 INT_PTR nResponse = dlg.DoModal(); in InitInstance()
/external/deqp/framework/delibs/debase/
DdeDefs.h176 typedef INT_PTR deIntptr;
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1231 INT_PTR CALLBACK
1580 INT_PTR CALLBACK
1882 INT_PTR CALLBACK
2037 INT_PTR CALLBACK

12