HomeSort by relevance Sort by last modified time
    Searched refs:DWORD (Results 351 - 375 of 462) sorted by null

<<111213141516171819

  /external/chromium/base/
message_loop.h 506 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
  /external/chromium/net/http/
http_auth_sspi_win.cc 146 DWORD ctxt_attr;
  /external/e2fsprogs/intl/
relocatable.c 288 DllMain (HINSTANCE module_handle, DWORD event, LPVOID reserved)
  /external/icu4c/test/intltest/
simplethread.cpp 233 DWORD threadExitCode;
  /external/openssl/crypto/bio/
bss_log.c 249 char pidbuf[DECIMAL_SIZE(DWORD)+4];
  /external/protobuf/src/google/protobuf/stubs/
common.cc 247 DWORD thread_id;
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.c 108 DWORD dwInstance,
  /external/qemu/distrib/sdl-1.2.12/src/main/win32/
SDL_win32_main.c 245 DWORD pathlen;
  /external/qemu/
kqemu.c 168 DWORD temp;
298 DWORD temp;
354 DWORD temp;
699 DWORD temp;
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 449 #define DWORD unsigned long
637 DWORD ConvertTo16(DWORD Address)
1016 DWORD StartAddressL,EndAddressL,StartAddressR,EndAddressR;
    [all...]
  /external/webkit/JavaScriptCore/wtf/
Threading.h 161 bool timedWait(PlatformMutex&, DWORD durationMilliseconds);
  /external/webkit/WebCore/platform/win/
ClipboardWin.cpp 140 DWORD len = fsPathMaxLengthExcludingExtension;
143 len = min<DWORD>(fsPathMaxLengthExcludingExtension, lastComponent.length());
146 len = min<DWORD>(fsPathMaxLengthExcludingExtension, url.length());
259 DWORD written;
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 166 DWORD versionInfoSize, zeroHandle;
  /external/webkit/WebKit/win/
WebLocalizableStrings.cpp 115 DWORD length = ::GetModuleFileNameW(gInstance, pathStr, MAX_PATH);
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 60 HRESULT (WINAPI *DInputCreate)(HINSTANCE hinst, DWORD dwVersion, LPDIRECTINPUT *ppDI, LPUNKNOWN punkOuter);
882 DWORD total_mem;
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 194 DWORD len;
481 DWORD last_modified_len;
  /external/chromium/third_party/icu/source/test/perf/normperf/
normperf.h 23 typedef int DWORD;
24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
  /external/icu4c/test/perf/normperf/
normperf.h 23 typedef int DWORD;
24 inline int FoldStringW(DWORD dwMapFlags, const UChar* lpSrcStr,int cchSrc, UChar* lpDestStr,int cchDest);
  /external/libpcap/
pcap.c 553 return ((int)(DWORD)p->adapter->hFile);
657 DWORD error;
  /external/libvpx/vp8/common/x86/
subpixel_mmx.asm 49 movsxd rcx, dword ptr arg(4) ;output_height
50 movsxd rax, dword ptr arg(5) ;output_width ; destination pitch?
95 add rsi, dword ptr arg(2) ;src_pixels_per_line ; next line
98 movsxd r8, dword ptr arg(2) ;src_pixels_per_line
147 movsxd rdx, dword ptr arg(2) ;pixels_per_line
152 movsxd rcx, DWORD PTR arg(4) ;output_height
153 movsxd rax, DWORD PTR arg(5) ;output_width ; destination pitch?
236 movsxd rdx, dword ptr arg(3) ;pixels_per_line
241 movsxd rcx, DWORD PTR arg(5) ;output_height
242 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch
    [all...]
  /external/libvpx/vp8/encoder/x86/
dct_sse2.asm 27 movsxd rax, DWORD PTR arg(2)
  /external/openssl/crypto/
cryptlib.c 708 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason,
750 DWORD len;
  /external/openssl/crypto/dso/
dso_win32.c 680 typedef HANDLE (WINAPI *CREATETOOLHELP32SNAPSHOT)(DWORD, DWORD);
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 108 BOOL (WINAPI *SHFullScreen)(HWND hwndRequester, DWORD dwState) = 0;
259 TrackMouseTimerProc(HWND hWnd, UINT uMsg, UINT idEvent, DWORD dwTime)
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibevents.c 228 const DWORD val = (DWORD) (wParam & 0xFFF0);

Completed in 746 milliseconds

<<111213141516171819