/external/qemu/distrib/sdl-1.2.12/src/timer/win32/ |
D | SDL_systimer.c | 115 static void CALLBACK HandleAlarm(UINT uID, UINT uMsg, DWORD_PTR dwUser, in HandleAlarm() 116 DWORD_PTR dw1, DWORD_PTR dw2) in HandleAlarm()
|
/external/webkit/Source/WebCore/platform/network/win/ |
D | ResourceHandleWin.cpp | 152 void ResourceHandle::internetStatusCallback(HINTERNET internetHandle, DWORD_PTR context, DWORD inte… in internetStatusCallback() 203 HttpEndRequestW(d->m_requestHandle, 0, 0, reinterpret_cast<DWORD_PTR>(this)); in onRequestComplete() 216 …e, &buffers, d->m_loadSynchronously ? 0 : IRF_NO_WAIT, reinterpret_cast<DWORD_PTR>(this))) && buff… in onRequestComplete() 289 … 0, 0, INTERNET_SERVICE_HTTP, flags, reinterpret_cast<DWORD_PTR>(this)); in start() 308 …ttpReferrer.charactersWithNullTermination(), httpAccept, flags, reinterpret_cast<DWORD_PTR>(this)); in start() 342 … HttpSendRequestExW(d->m_requestHandle, &internetBuffers, 0, 0, reinterpret_cast<DWORD_PTR>(this)); in start()
|
/external/bluetooth/glib/gio/win32/ |
D | winhttp.h | 139 DWORD_PTR dwResult; 172 typedef VOID (CALLBACK *WINHTTP_STATUS_CALLBACK)(HINTERNET,DWORD_PTR,DWORD,LPVOID,DWORD); 218 BOOL WINAPI WinHttpSendRequest(HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR); 222 …STATUS_CALLBACK WINAPI WinHttpSetStatusCallback(HINTERNET,WINHTTP_STATUS_CALLBACK,DWORD,DWORD_PTR);
|
D | gwinhttpvfs.h | 70 BOOL (WINAPI *pWinHttpSendRequest) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR);
|
D | gwinhttpvfs.c | 63 …dRequest = (BOOL (WINAPI *) (HINTERNET,LPCWSTR,DWORD,LPVOID,DWORD,DWORD,DWORD_PTR)) GetProcAddress… in lookup_funcs()
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 260 typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR; typedef 266 switch ((DWORD_PTR) i) { in f12() 270 case (DWORD_PTR) ((HF12ITEM) - 65535): in f12()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_config_win32.h | 50 #if ((_MSC_VER <= 1200) && (!defined(DWORD_PTR))) 51 #define DWORD_PTR DWORD macro
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windib/ |
D | SDL_dibaudio.c | 106 static void CALLBACK FillSound(HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in FillSound() 294 (DWORD_PTR)FillSound, (DWORD_PTR)this, CALLBACK_FUNCTION); in DIB_OpenAudio()
|
/external/qemu/audio/ |
D | winaudio.c | 105 winaudio_out_buffer_done (HWAVEOUT hwo, UINT uMsg, DWORD_PTR dwInstance, in winaudio_out_buffer_done() 199 (DWORD_PTR)winaudio_out_buffer_done, (DWORD_PTR) hw, in winaudio_out_init() 356 winaudio_in_buffer_done (HWAVEIN hwi, UINT uMsg, DWORD_PTR dwInstance, in winaudio_in_buffer_done() 443 (DWORD_PTR)winaudio_in_buffer_done, (DWORD_PTR) hw, in winaudio_in_init()
|
/external/chromium/base/debug/ |
D | stack_trace_win.cc | 66 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]); in OutputTraceToStream()
|
/external/webkit/Source/WebCore/platform/network/ |
D | ResourceHandle.h | 46 typedef unsigned long DWORD_PTR; typedef 164 static void CALLBACK internetStatusCallback(HINTERNET, DWORD_PTR, DWORD, LPVOID, DWORD);
|
/external/tcpdump/ |
D | tcpdump.c | 123 static void CALLBACK verbose_stats_dump(UINT, UINT, DWORD_PTR, DWORD_PTR, DWORD_PTR); 1366 void CALLBACK verbose_stats_dump (UINT timer_id _U_, UINT msg _U_, DWORD_PTR arg _U_, in verbose_stats_dump() 1367 DWORD_PTR dw1 _U_, DWORD_PTR dw2 _U_) in verbose_stats_dump()
|
/external/qemu/ |
D | qemu-timer.c | 1120 DWORD_PTR dwUser, DWORD_PTR dw1, in mm_alarm_handler() 1121 DWORD_PTR dw2) in mm_alarm_handler() 1155 (DWORD_PTR)t, /* parameter */ in mm_start_timer() 1194 (DWORD_PTR)t, in mm_rearm_timer()
|
D | os-win32.c | 185 DWORD_PTR mask, smask; in os_setup_early_signal_handling()
|
/external/chromium/base/threading/ |
D | platform_thread_win.cc | 110 reinterpret_cast<DWORD_PTR*>(&info)); in SetName()
|
/external/chromium/chrome/browser/ |
D | process_singleton_win.cc | 117 DWORD_PTR result = 0; in NotifyOtherProcess()
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/ |
D | SDL_syscdrom.c | 116 mci_error = mciSendCommand(SDL_mciID[id], msg, flags, (DWORD_PTR)arg); in SDL_SYS_CDioctl()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateQuickTimeWin.cpp | 72 …lpszUrl, LPCWSTR lpszCookieName, LPCWSTR lpszCookieData, DWORD dwFlags, DWORD_PTR dwReserved), (lp…
|
D | MediaPlayerPrivateQuickTimeVisualContext.cpp | 77 …lpszUrl, LPCWSTR lpszCookieName, LPCWSTR lpszCookieData, DWORD dwFlags, DWORD_PTR dwReserved), (lp…
|