/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | CPUID.cpp | 104 DWORD_PTR processAffinityMask = 1; in coreCount() 105 DWORD_PTR systemAffinityMask = 1; in coreCount() 133 DWORD_PTR processAffinityMask = 1; in processAffinity() 134 DWORD_PTR systemAffinityMask = 1; in processAffinity()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/winmm/ |
D | SDL_winmm.c | 68 CaptureSound(HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in CaptureSound() 69 DWORD_PTR dwParam1, DWORD_PTR dwParam2) in CaptureSound() 84 FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound() 85 DWORD_PTR dwParam1, DWORD_PTR dwParam2) in FillSound() 306 (DWORD_PTR) CaptureSound, (DWORD_PTR) this, in WINMM_OpenDevice() 313 (DWORD_PTR) FillSound, (DWORD_PTR) this, in WINMM_OpenDevice()
|
/third_party/libuv/src/win/ |
D | dl.c | 80 DWORD_PTR args[1]; in uv__format_fallback_error() 81 args[0] = (DWORD_PTR) errorno; in uv__format_fallback_error() 94 DWORD_PTR arg; in uv__dlerror() 123 arg = (DWORD_PTR) filename; in uv__dlerror()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | CPUID.cpp | 235 DWORD_PTR processAffinityMask = 1; in detectCoreCount() 236 DWORD_PTR systemAffinityMask = 1; in detectCoreCount() 264 DWORD_PTR processAffinityMask = 1; in detectAffinity() 265 DWORD_PTR systemAffinityMask = 1; in detectAffinity()
|
/third_party/gstreamer/gstplugins_good/sys/waveform/ |
D | gstwaveformsink.c | 80 void CALLBACK waveOutProc (HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, 81 DWORD_PTR dwParam1, DWORD_PTR dwParam2); 364 &wfx, (DWORD_PTR) waveOutProc, (DWORD_PTR) wfsink, CALLBACK_FUNCTION); in gst_waveform_sink_prepare() 557 UINT uMsg, DWORD_PTR dwInstance, DWORD_PTR dwParam1, DWORD_PTR dwParam2) in waveOutProc()
|
/third_party/glib/gio/win32/ |
D | winhttp.h | 138 DWORD_PTR dwResult; 171 typedef VOID (CALLBACK *WINHTTP_STATUS_CALLBACK)(HINTERNET,DWORD_PTR,DWORD,LPVOID,DWORD); 217 BOOL WINAPI WinHttpSendRequest(HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR); 221 …STATUS_CALLBACK WINAPI WinHttpSetStatusCallback(HINTERNET,WINHTTP_STATUS_CALLBACK,DWORD,DWORD_PTR);
|
D | gwinhttpvfs.h | 66 BOOL (WINAPI *pWinHttpSendRequest) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR);
|
/third_party/flutter/skia/third_party/externals/sdl/premake/config/ |
D | SDL_config_windows.template.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_config_winrt.h | 65 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 66 #define DWORD_PTR DWORD macro
|
D | SDL_config_windows.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2008/ |
D | SDL_config_premake.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2010/ |
D | SDL_config_premake.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/ |
D | SDL_config_premake.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2012/ |
D | SDL_config_premake.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/third_party/boost/libs/coroutine/performance/ |
D | bind_processor_windows.cpp | 20 if ( ::SetThreadAffinityMask( ::GetCurrentThread(), ( DWORD_PTR)1 << n) == 0) in bind_to_processor()
|
/third_party/boost/libs/coroutine2/performance/ |
D | bind_processor_windows.cpp | 20 if ( ::SetThreadAffinityMask( ::GetCurrentThread(), ( DWORD_PTR)1 << n) == 0) in bind_to_processor()
|
/third_party/pulseaudio/src/modules/ |
D | module-waveout.c | 301 static void CALLBACK chunk_done_cb(HWAVEOUT hwo, UINT msg, DWORD_PTR inst, DWORD param1, DWORD para… in chunk_done_cb() 317 static void CALLBACK chunk_ready_cb(HWAVEIN hwi, UINT msg, DWORD_PTR inst, DWORD param1, DWORD para… in chunk_ready_cb() 619 …result = waveInOpen(&hwi, input_device, &wf, (DWORD_PTR) chunk_ready_cb, (DWORD_PTR) u, CALLBACK_F… in pa__init() 639 …result = waveOutOpen(&hwo, output_device, &wf, (DWORD_PTR) chunk_done_cb, (DWORD_PTR) u, CALLBACK_… in pa__init()
|
/third_party/glib/glib/ |
D | gthread.c | 1071 DWORD_PTR process_cpus; in g_get_num_processors() 1072 DWORD_PTR system_cpus; in g_get_num_processors()
|
/third_party/flutter/engine/flutter/fml/ |
D | thread.cc | 86 reinterpret_cast<DWORD_PTR*>(&info)); in SetCurrentThreadName()
|
/third_party/boost/libs/winapi/test/run/ |
D | basic_types_abi.cpp | 62 BOOST_WINAPI_TEST_TYPE_SAME(DWORD_PTR); in main()
|
/third_party/libsnd/programs/ |
D | sndfile-play.c | 538 win32_audio_out_callback (HWAVEOUT hwave, UINT msg, DWORD_PTR data, DWORD param1, DWORD param2) in win32_audio_out_callback() 602 error = waveOutOpen (&(audio_data.hwave), WAVE_MAPPER, &wf, (DWORD_PTR) win32_audio_out_callback, in win32_play() 603 (DWORD_PTR) &audio_data, CALLBACK_FUNCTION) ; in win32_play()
|
/third_party/boost/boost/asio/detail/ |
D | win_iocp_io_context.hpp | 218 typedef DWORD_PTR dword_ptr_t;
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | win_iocp_io_context.hpp | 218 typedef DWORD_PTR dword_ptr_t;
|
/third_party/boost/boost/winapi/ |
D | basic_types.hpp | 143 typedef ::DWORD_PTR DWORD_PTR_;
|
/third_party/mesa3d/src/util/ |
D | u_thread.h | 193 DWORD_PTR m = mask[0]; in util_set_thread_affinity()
|