Home
last modified time | relevance | path

Searched refs:DWORD_PTR (Results 1 - 25 of 30) sorted by relevance

12

/third_party/lame/ACM/ddk/
H A Dmsacmdrv.h41 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; typedef
133 DWORD_PTR dwCallback;
134 DWORD_PTR dwInstance;
137 DWORD_PTR dwDriver;
156 DWORD_PTR dwUser;
160 DWORD_PTR dwSrcUser;
164 DWORD_PTR dwDstUser;
169 DWORD_PTR dwDriver; // driver instance data
178 DWORD_PTR dwPrepared;
/third_party/lzma/CPP/Windows/
H A DSystem.h19 UInt32 CountAffinity(DWORD_PTR mask);
25 DWORD_PTR processAffinityMask;
26 DWORD_PTR systemAffinityMask;
43 processAffinityMask |= ((DWORD_PTR)1 << cpuIndex); in CpuSet()
H A DSystemInfo.cpp397 const DWORD_PTR minAdd = (DWORD_PTR)si.lpMinimumApplicationAddress; in SysInfo_To_String()
398 UInt64 maxSize = (UInt64)(DWORD_PTR)si.lpMaximumApplicationAddress + 1; in SysInfo_To_String()
H A DSystem.cpp27 UInt32 CountAffinity(DWORD_PTR mask) in CountAffinity()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.cpp31 const DWORD_PTR res = SHGetFileInfo((LPCTSTR)(const void *)(pidl), FILE_ATTRIBUTE_NORMAL, in GetIconIndexForCSIDL()
52 typedef DWORD_PTR (WINAPI * Func_SHGetFileInfoW)(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags);
66 static DWORD_PTR My_SHGetFileInfoW(LPCWSTR pszPath, DWORD attrib, SHFILEINFOW *psfi, UINT cbFileInfo, UINT uFlags) in My_SHGetFileInfoW()
78 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex()
84 const DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
93 const DWORD_PTR res = ::My_SHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
101 DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &iconIndex, UString *typeName)
108 DWORD_PTR res = ::SHGetFileInfoA(GetSystemString(fileName), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
120 DWORD_PTR res = ::My_SHGetFileInfoW(fileName, FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
H A DSysIconUtils.h50 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
/third_party/skia/third_party/externals/swiftshader/src/System/
H A 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/libuv/src/win/
H A Dthread.c189 DWORD_PTR procmask; in uv_thread_setaffinity()
190 DWORD_PTR sysmask; in uv_thread_setaffinity()
191 DWORD_PTR threadmask; in uv_thread_setaffinity()
192 DWORD_PTR oldthreadmask; in uv_thread_setaffinity()
231 DWORD_PTR procmask; in uv_thread_getaffinity()
232 DWORD_PTR sysmask; in uv_thread_getaffinity()
233 DWORD_PTR threadmask; in uv_thread_getaffinity()
H A Ddl.c79 DWORD_PTR args[1]; in uv__format_fallback_error()
80 args[0] = (DWORD_PTR) errorno; in uv__format_fallback_error()
93 DWORD_PTR arg; in uv__dlerror()
122 arg = (DWORD_PTR) filename; in uv__dlerror()
H A Dcore.c755 return (int)(sizeof(DWORD_PTR) * 8); in uv_cpumask_size()
/third_party/node/deps/uv/src/win/
H A 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/
H A 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/lzma/C/
H A DThreads.h58 typedef DWORD_PTR CAffinityMask;
59 typedef DWORD_PTR CCpuSet;
62 #define CpuSet_Set(p, cpu) *(p) |= ((DWORD_PTR)1 << (cpu))
H A D7zWindows.h54 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; typedef
H A DThreads.c102 // DWORD_PTR prevMask = in Thread_Create_With_Affinity()
103 SetThreadAffinityMask(h, (DWORD_PTR)affinity); in Thread_Create_With_Affinity()
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c303 static void CALLBACK chunk_done_cb(HWAVEOUT hwo, UINT msg, DWORD_PTR inst, DWORD param1, DWORD param2) { in chunk_done_cb()
319 static void CALLBACK chunk_ready_cb(HWAVEIN hwi, UINT msg, DWORD_PTR inst, DWORD param1, DWORD param2) { in chunk_ready_cb()
686 result = waveInOpen(&hwi, input_device, &wf, (DWORD_PTR) chunk_ready_cb, (DWORD_PTR) u, CALLBACK_FUNCTION); in pa__init()
706 result = waveOutOpen(&hwo, output_device, &wf, (DWORD_PTR) chunk_done_cb, (DWORD_PTR) u, CALLBACK_FUNCTION); in pa__init()
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc113 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]); in OutputTraceToStream()
/third_party/lzma/CPP/Common/
H A DMyWindows.h49 #define LOWORD(l) ((WORD)((DWORD_PTR)(l) & 0xffff))
50 #define HIWORD(l) ((WORD)((DWORD_PTR)(l) >> 16))
62 // typedef size_t DWORD_PTR;
/third_party/benchmark/src/
H A Dsysinfo.cc569 DWORD_PTR ret = SetThreadAffinityMask(self, previous_affinity); in ~ThreadAffinityGuard()
608 DWORD_PTR mask = static_cast<DWORD_PTR>(1) << GetCurrentProcessorNumber(); in SetAffinity()
621 DWORD_PTR previous_affinity;
/third_party/libsnd/programs/
H A Dsndfile-play.c540 win32_audio_out_callback (HWAVEOUT hwave, UINT msg, DWORD_PTR data, DWORD param1, DWORD param2) in win32_audio_out_callback()
604 error = waveOutOpen (&(audio_data.hwave), WAVE_MAPPER, &wf, (DWORD_PTR) win32_audio_out_callback, in win32_play()
605 (DWORD_PTR) &audio_data, CALLBACK_FUNCTION) ; in win32_play()
/third_party/mesa3d/src/util/
H A Du_thread.h195 DWORD_PTR m = mask[0]; in util_set_thread_affinity()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h895 #define DWORD_PTR dword macro
938 #define DWORD_PTR dword ptr macro
1011 #define L_CONTENT(a) DWORD_PTR [a]
1018 #define L_CONTENT(a) DWORD_PTR a
1027 #define L_REGIND(a) DWORD_PTR [a]
1035 #define L_REGOFF(a, b) DWORD_PTR [b + a]
1045 #define L_REGBID(b, i, d) DWORD_PTR [b + i + d]
1053 #define L_REGBIS(b, i, s) DWORD_PTR [b + i * s]
1061 #define L_REGBISD(b, i, s, d) DWORD_PTR [b + i * s + d]
1069 #define L_REGDIS(d, i, s) DWORD_PTR [
[all...]
/third_party/ffmpeg/libavutil/
H A Dcpu.c212 DWORD_PTR proc_aff, sys_aff; in av_cpu_count()
/third_party/lame/frontend/
H A Dmain.c122 typedef BOOL(WINAPI * SPAMFunc) (HANDLE, DWORD_PTR); in set_process_affinity()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dthread_utils.c68 #define THREAD_RETURN(val) (unsigned int)((DWORD_PTR)val)

Completed in 20 milliseconds

12