HomeSort by relevance Sort by last modified time
    Searched refs:DWORD (Results 276 - 300 of 676) sorted by null

<<11121314151617181920>>

  /external/chromium/crypto/
rsa_private_key_win.cc 30 DWORD flags = CRYPT_EXPORTABLE;
137 DWORD blob_length = 0;
189 DWORD key_info_len;
205 DWORD encoded_length;
  /external/chromium/net/disk_cache/
mapped_file_win.cc 21 static_cast<DWORD>(size), NULL);
  /external/chromium/third_party/libjingle/source/talk/base/
criticalsection.h 77 TRACK_OWNER(DWORD thread_); // The section's owning thread id
  /external/chromium/ui/gfx/
point.cc 22 Point::Point(DWORD point) {
  /external/compiler-rt/test/Unit/
clear_cache_test.c 51 DWORD dummy_oldProt;
  /external/libusb_aah/libusb/os/
poll_windows.h 34 #define HasOverlappedIoCompletedSync(lpOverlapped) (((DWORD)(lpOverlapped)->Internal) == STATUS_COMPLETED_SYNCHRONOUSLY)
threads_windows.h 31 DWORD tid;
  /external/libvpx/libvpx/vp8/common/
threading.h 22 #define THREAD_FUNCTION DWORD WINAPI
23 #define THREAD_FUNCTION_RETURN DWORD
24 #define THREAD_SPECIFIC_INDEX DWORD
26 #define pthread_attr_t DWORD
  /external/libvpx/libvpx/vp8/common/x86/
sad_mmx.asm 36 movsxd rax, dword ptr arg(1) ;src_stride
37 movsxd rdx, dword ptr arg(3) ;ref_stride
128 movsxd rax, dword ptr arg(1) ;src_stride
129 movsxd rdx, dword ptr arg(3) ;ref_stride
200 movsxd rax, dword ptr arg(1) ;src_stride
201 movsxd rdx, dword ptr arg(3) ;ref_stride
270 movsxd rax, dword ptr arg(1) ;src_stride
271 movsxd rdx, dword ptr arg(3) ;ref_stride
273 movd mm0, DWORD PTR [rsi]
274 movd mm1, DWORD PTR [rdi
    [all...]
sad_sse2.asm 32 movsxd rax, dword ptr arg(1) ;src_stride
33 movsxd rdx, dword ptr arg(3) ;ref_stride
106 movsxd rbx, dword ptr arg(1) ;src_stride
107 movsxd rdx, dword ptr arg(3) ;ref_stride
169 movsxd rbx, dword ptr arg(1) ;src_stride
170 movsxd rdx, dword ptr arg(3) ;ref_stride
221 movsxd rax, dword ptr arg(1) ;src_stride
222 movsxd rdx, dword ptr arg(3) ;ref_stride
224 movd mm0, DWORD PTR [rsi]
225 movd mm1, DWORD PTR [rdi
    [all...]
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
jitprofiling.c 87 static DWORD threadLocalStorageHandle = 0;
282 DWORD dNameLength = 0;
310 DWORD envret = 0;
326 DWORD envret = 0;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_config_win32.h 51 #define DWORD_PTR DWORD
  /external/webkit/Source/JavaScriptCore/wtf/
OSAllocatorWin.cpp 34 static inline DWORD protection(bool writable, bool executable)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Blit.h 73 HRESULT (WINAPI IDirect3DDevice9::*createShader)(const DWORD *, D3DShaderType **),
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
LayerChangesFlusher.cpp 107 DWORD threadID = ::GetCurrentThreadId();
  /external/webkit/Source/WebCore/platform/graphics/win/
DIBPixelData.cpp 78 DWORD bytesWritten = 0;
SimpleFontDataWin.cpp 92 DWORD len = GetGlyphOutline(hdc, 'x', GGO_METRICS, &gm, 0, 0, &mat);
162 DWORD acpCodePages;
165 DWORD fontCodePages;
168 DWORD actualCodePages;
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 51 DWORD count = 0;
NetworkStateNotifierWin.cpp 43 DWORD size = 0;
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumWin.cpp 96 DWORD attr = PlatformBridge::databaseGetFileAttributes(fileName);
  /external/webkit/Source/WebCore/platform/win/
LoggingWin.cpp 36 DWORD length = GetEnvironmentVariableA(channel.defaultName, 0, 0);
  /external/webkit/Source/WebCore/platform/wince/
FileSystemWinCE.cpp 164 DWORD fileAttr = GetFileAttributes(folder.charactersWithNullTermination());
239 DWORD desiredAccess = 0;
240 DWORD creationDisposition = 0;
269 DWORD bytesWritten;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebUIDelegatePrivate.idl 60 HRESULT doDragDrop([in] IWebView* sender, [in] IDataObject* dataObject, [in] IDropSource* dropSource, [in] DWORD okEffect, [out, retval] DWORD* performedEffect);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 43 static DWORD draggingSourceOperationMaskToDragCursors(DragOperation op)
45 DWORD result = DROPEFFECT_NONE;
145 DWORD okEffect = draggingSourceOperationMaskToDragCursors(m_webView->page()->dragController()->sourceDragOperation());
146 DWORD effect = DROPEFFECT_NONE;
  /external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp 102 DWORD error = ::GetLastError();
120 DWORD WorkQueue::workThreadCallback(void* context)
278 DWORD WINAPI WorkQueue::unregisterWaitAndDestroyItemCallback(void* context)
286 DWORD error = ::GetLastError();

Completed in 1385 milliseconds

<<11121314151617181920>>