Home
last modified time | relevance | path

Searched refs:DWORD_PTR (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/System/
DCPUID.cpp104 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/
DSDL_winmm.c68 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/
Ddl.c80 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/
DCPUID.cpp235 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/
Dgstwaveformsink.c80 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/
Dwinhttp.h138 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);
Dgwinhttpvfs.h66 BOOL (WINAPI *pWinHttpSendRequest) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR);
/third_party/flutter/skia/third_party/externals/sdl/premake/config/
DSDL_config_windows.template.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_config_winrt.h65 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
66 #define DWORD_PTR DWORD macro
DSDL_config_windows.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2008/
DSDL_config_premake.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2010/
DSDL_config_premake.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/
DSDL_config_premake.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/VS2012/
DSDL_config_premake.h50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR)))
51 #define DWORD_PTR DWORD macro
/third_party/boost/libs/coroutine/performance/
Dbind_processor_windows.cpp20 if ( ::SetThreadAffinityMask( ::GetCurrentThread(), ( DWORD_PTR)1 << n) == 0) in bind_to_processor()
/third_party/boost/libs/coroutine2/performance/
Dbind_processor_windows.cpp20 if ( ::SetThreadAffinityMask( ::GetCurrentThread(), ( DWORD_PTR)1 << n) == 0) in bind_to_processor()
/third_party/pulseaudio/src/modules/
Dmodule-waveout.c301 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/
Dgthread.c1071 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/
Dthread.cc86 reinterpret_cast<DWORD_PTR*>(&info)); in SetCurrentThreadName()
/third_party/boost/libs/winapi/test/run/
Dbasic_types_abi.cpp62 BOOST_WINAPI_TEST_TYPE_SAME(DWORD_PTR); in main()
/third_party/libsnd/programs/
Dsndfile-play.c538 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/
Dwin_iocp_io_context.hpp218 typedef DWORD_PTR dword_ptr_t;
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwin_iocp_io_context.hpp218 typedef DWORD_PTR dword_ptr_t;
/third_party/boost/boost/winapi/
Dbasic_types.hpp143 typedef ::DWORD_PTR DWORD_PTR_;
/third_party/mesa3d/src/util/
Du_thread.h193 DWORD_PTR m = mask[0]; in util_set_thread_affinity()

12