Home
last modified time | relevance | path

Searched refs:UINT_PTR (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.c57 return DrvCopyContext( (DHGLRC)(UINT_PTR)hglrcSrc, in wglCopyContext()
58 (DHGLRC)(UINT_PTR)hglrcDst, in wglCopyContext()
67 return (HGLRC)(UINT_PTR)DrvCreateContext(hdc); in wglCreateContext()
76 return (HGLRC)(UINT_PTR)DrvCreateLayerContext( hdc, iLayerPlane ); in wglCreateLayerContext()
83 return DrvDeleteContext((DHGLRC)(UINT_PTR)hglrc ); in wglDeleteContext()
90 return (HGLRC)(UINT_PTR)stw_get_current_context(); in wglGetCurrentContext()
105 return DrvSetContext( hdc, (DHGLRC)(UINT_PTR)hglrc, NULL ) ? TRUE : FALSE; in wglMakeCurrent()
214 return DrvShareLists((DHGLRC)(UINT_PTR)hglrc1, in wglShareLists()
215 (DHGLRC)(UINT_PTR)hglrc2); in wglShareLists()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.h25 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error) = 0; in DECLARE_INTERFACE()
26 virtual void InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) = 0; in DECLARE_INTERFACE()
97 UINT_PTR CallbackRef; in Z7_class_final()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h146 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error) Z7_override;
147 virtual void InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) Z7_override;
H A DUpdateCallback.cpp974 HRESULT CArchiveUpdateCallback::InFileStream_On_Error(UINT_PTR val, DWORD error) in InFileStream_On_Error()
995 void CArchiveUpdateCallback::InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) in InFileStream_On_Destroy()
/third_party/lzma/CPP/Windows/
H A DWindow.h73 typedef unsigned long UINT_PTR, *PUINT_PTR;
76 typedef _W64 unsigned int UINT_PTR, *PUINT_PTR;
348 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = NULL) in SetTimer()
350 bool KillTimer(UINT_PTR idEvent) in KillTimer()
/third_party/glslang/glslang/Include/
H A DCommon.h79 #define UINT_PTR uintptr_t
83 #define UINT_PTR uintptr_t
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h80 UINT_PTR _timer;
H A DProgressDialog.cpp15 static const UINT_PTR kTimerID = 3;
H A DProgressDialog2.h122 UINT_PTR _timer;
H A DProgressDialog2.cpp27 static const UINT_PTR kTimerID = 3;
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp264 return reinterpret_cast<void*>(reinterpret_cast<UINT_PTR>(memory) + headerSkip); in allocate()
/third_party/lzma/C/
H A DMtDec.c824 return (THREAD_FUNC_RET_TYPE)(UINT_PTR)p->exitThreadWRes; in MtDec_ThreadFunc1()
835 return (THREAD_FUNC_RET_TYPE)(UINT_PTR)res; in MtDec_ThreadFunc1()
1075 wres = (WRes)(UINT_PTR)res; in MtDec_Code()
H A DAlloc.c337 typedef UINT_PTR UIntPtr;
H A D7zTypes.h205 typedef unsigned long UINT_PTR; typedef
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp294 UINT32 result = (UINT32)(UINT_PTR)execInfo.hInstApp; in WinMain()
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c417 if (waveOutGetDevCaps((UINT_PTR) u->hwo, &caps, sizeof(caps)) != MMSYSERR_NOERROR) in sink_get_volume_cb()
445 if (waveOutGetDevCaps((UINT_PTR) u->hwo, &caps, sizeof(caps)) != MMSYSERR_NOERROR) in sink_set_volume_cb()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c595 executeRes = (UINT32)(UINT_PTR)ei.hInstApp; in main()
/third_party/lzma/CPP/Common/
H A DMyString.cpp123 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper_WIN()
125 return (wchar_t)(unsigned)(UINT_PTR)res; in MyCharUpper_WIN()
140 wchar_t *res = CharLowerW((LPWSTR)(UINT_PTR)(unsigned)c);
142 return (wchar_t)(unsigned)(UINT_PTR)res;
H A DMyString.h178 return (wchar_t)(unsigned)(UINT_PTR)CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper()
197 return (wchar_t)(unsigned)(UINT_PTR)CharLowerW((LPWSTR)(UINT_PTR)(unsigned)c);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h54 typedef BOOL (WINAPI *PSYMBOLSERVERSETOPTIONSPROC)(UINT_PTR,ULONG64);
55 typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 context);
56 typedef UINT_PTR (WINAPI *PSYMBOLSERVERGETOPTIONSPROC)();
/third_party/glfw/deps/mingw/
H A Ddinput.h719 UINT_PTR uAppData;
822 UINT_PTR uData;
1250 UINT_PTR uAppData;
1264 UINT_PTR uAppData;

Completed in 28 milliseconds