/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.c | 57 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/ |
D | FileStreams.h | 23 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error) = 0; 24 virtual void InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) = 0; 65 UINT_PTR CallbackRef;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.h | 131 virtual HRESULT InFileStream_On_Error(UINT_PTR val, DWORD error); 132 virtual void InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val);
|
D | UpdateCallback.cpp | 935 HRESULT CArchiveUpdateCallback::InFileStream_On_Error(UINT_PTR val, DWORD error) in InFileStream_On_Error() 956 void CArchiveUpdateCallback::InFileStream_On_Destroy(CInFileStream *stream, UINT_PTR val) in InFileStream_On_Destroy()
|
/third_party/lzma/CPP/Windows/ |
D | Window.h | 269 UINT_PTR SetTimer(UINT_PTR idEvent, UINT elapse, TIMERPROC timerFunc = 0) 271 bool KillTimer(UINT_PTR idEvent) in KillTimer()
|
/third_party/glslang/glslang/Include/ |
D | Common.h | 73 #define UINT_PTR uintptr_t macro 77 #define UINT_PTR uintptr_t macro
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.cpp | 15 static const UINT_PTR kTimerID = 3;
|
D | ProgressDialog.h | 80 UINT_PTR _timer;
|
D | ProgressDialog2.h | 121 UINT_PTR _timer;
|
D | ProgressDialog2.cpp | 23 static const UINT_PTR kTimerID = 3;
|
/third_party/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 280 return reinterpret_cast<void*>(reinterpret_cast<UINT_PTR>(memory) + headerSkip); in allocate()
|
/third_party/openssl/doc/man3/ |
D | SSL_set_fd.pod | 50 On Windows, a socket handle is a 64-bit data type (UINT_PTR), which leads to a
|
/third_party/lzma/C/ |
D | MtDec.c | 851 return (THREAD_FUNC_RET_TYPE)(UINT_PTR)p->exitThreadWRes; in ThreadFunc1() 862 return (THREAD_FUNC_RET_TYPE)(UINT_PTR)res; in ThreadFunc1() 1102 wres = (WRes)(UINT_PTR)res; in MtDec_Code()
|
D | Alloc.c | 265 typedef UINT_PTR UIntPtr;
|
D | 7zTypes.h | 200 typedef unsigned long UINT_PTR; typedef
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | SfxSetup.cpp | 293 UINT32 result = (UINT32)(UINT_PTR)execInfo.hInstApp; in WinMain()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deDefs.h | 177 typedef UINT_PTR deUintptr;
|
/third_party/pulseaudio/src/modules/ |
D | module-waveout.c | 417 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/CPP/Common/ |
D | MyString.h | 168 return (wchar_t)(unsigned)(UINT_PTR)CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper()
|
D | MyString.cpp | 123 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned)c); in MyCharUpper_WIN() 125 return (wchar_t)(unsigned)(UINT_PTR)res; in MyCharUpper_WIN()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | dbghelp.h | 54 typedef BOOL (WINAPI *PSYMBOLSERVERSETOPTIONSPROC)(UINT_PTR,ULONG64); 55 …typedef BOOL (CALLBACK WINAPI *PSYMBOLSERVERCALLBACKPROC)(UINT_PTR action,ULONG64 data,ULONG64 con… 56 typedef UINT_PTR (WINAPI *PSYMBOLSERVERGETOPTIONSPROC)();
|
/third_party/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 579 executeRes = (UINT32)(UINT_PTR)ei.hInstApp; in main()
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsoundsrc.c | 862 mmres = mixerGetDevCaps ((UINT_PTR) dsoundsrc->mixer, in gst_directsound_src_mixer_find()
|
/third_party/glfw/deps/mingw/ |
D | dinput.h | 719 UINT_PTR uAppData; 822 UINT_PTR uData; 1250 UINT_PTR uAppData; 1264 UINT_PTR uAppData;
|