HomeSort by relevance Sort by last modified time
    Searched full:dword (Results 76 - 100 of 906) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
ddraw.h 84 extern HRESULT WINAPI DirectDrawCreateClipper( DWORD dwFlags, LPDIRECTDRAWCLIPPER FAR *lplpDDClipper, IUnknown FAR *pUnkOuter );
111 DWORD dwColorSpaceLowValue; // low boundary of color space that is to
113 DWORD dwColorSpaceHighValue; // high boundary of color space that is
125 DWORD dwSize; // size of structure
126 DWORD dwDDFX; // FX operations
127 DWORD dwROP; // Win32 raster operations
128 DWORD dwDDROP; // Raster operations new for DirectDraw
129 DWORD dwRotationAngle; // Rotation angle for blt
130 DWORD dwZBufferOpCode; // ZBuffer compares
131 DWORD dwZBufferLow; // Low limit of Z buffer
    [all...]
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
DDRAW.H 84 extern HRESULT WINAPI DirectDrawCreateClipper( DWORD dwFlags, LPDIRECTDRAWCLIPPER FAR *lplpDDClipper, IUnknown FAR *pUnkOuter );
111 DWORD dwColorSpaceLowValue; // low boundary of color space that is to
113 DWORD dwColorSpaceHighValue; // high boundary of color space that is
125 DWORD dwSize; // size of structure
126 DWORD dwDDFX; // FX operations
127 DWORD dwROP; // Win32 raster operations
128 DWORD dwDDROP; // Raster operations new for DirectDraw
129 DWORD dwRotationAngle; // Rotation angle for blt
130 DWORD dwZBufferOpCode; // ZBuffer compares
131 DWORD dwZBufferLow; // Low limit of Z buffer
    [all...]
  /external/chromium/base/synchronization/
waitable_event_win.cc 50 DWORD result = WaitForSingleObject(handle_, INFINITE);
63 DWORD result = WaitForSingleObject(handle_, static_cast<DWORD>(timeout));
86 DWORD result =
87 WaitForMultipleObjects(static_cast<DWORD>(count),
  /external/webkit/Source/WebKit/win/
MemoryStream.h 65 /* [in] */ DWORD dwOrigin,
78 /* [in] */ DWORD grfCommitFlags);
85 /* [in] */ DWORD dwLockType);
90 /* [in] */ DWORD dwLockType);
94 /* [in] */ DWORD grfStatFlag);
  /external/chromium/base/threading/
platform_thread_win.cc 17 const DWORD kVCThreadNameException = 0x406D1388;
20 DWORD dwType; // Must be 0x1000.
22 DWORD dwThreadID; // Thread ID (-1=caller thread).
23 DWORD dwFlags; // Reserved for future use, must be zero.
31 DWORD __stdcall ThreadFunc(void* params) {
109 RaiseException(kVCThreadNameException, 0, sizeof(info)/sizeof(DWORD),
141 DWORD result = WaitForSingleObject(thread_handle, INFINITE);
  /external/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 96 movsxd rax, DWORD PTR arg(1) ;[source_stride]
97 movsxd rdx, DWORD PTR arg(3) ;[recon_stride]
201 movd DWORD PTR [rax], xmm7
202 movd DWORD PTR [rdi], xmm1
235 movsxd rax, DWORD PTR arg(1) ;[src_stride]
236 movsxd rdx, DWORD PTR arg(3) ;[ref_stride]
309 movd DWORD PTR [rsp], xmm7 ;Sum
310 movd DWORD PTR [rsp+4], xmm1 ;SSE
313 movsxd rdx, dword ptr [rsp]
316 movsxd rax, dword ptr [rsp + 4
    [all...]
variance_impl_mmx.asm 51 movsxd rax, dword ptr [rsp]
52 movsxd rcx, dword ptr [rsp+4]
93 movsxd rcx, dword ptr arg(1) ;[source_stride]
94 movsxd rdx, dword ptr arg(3) ;[recon_stride]
292 movsxd rax, DWORD PTR [rsp]
293 movsxd rcx, DWORD PTR [rsp+4]
297 mov dword ptr [rsi], eax
298 mov dword ptr [rdi], edx
341 movsxd rcx, dword ptr arg(1) ;[source_stride]
342 movsxd rdx, dword ptr arg(3) ;[recon_stride
    [all...]
sad_sse3.asm 32 movsxd rax, dword ptr arg(1) ; src_stride
33 movsxd rdx, dword ptr arg(3) ; ref_stride
103 movsxd rbx, dword ptr arg(1) ; src_stride
104 movsxd rbp, dword ptr arg(3) ; ref_stride
514 movd mm0, DWORD PTR [src_ptr]
515 movd mm1, DWORD PTR [ref_ptr]
517 movd mm2, DWORD PTR [src_ptr+src_stride]
518 movd mm3, DWORD PTR [ref_ptr+ref_stride]
523 movd mm4, DWORD PTR [ref_ptr+1]
524 movd mm5, DWORD PTR [ref_ptr+2
    [all...]
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 20 DWORD pre_header_size; // Size of this header structure. Always 12.
21 DWORD header_size; // Size of the real Header: sizeof(Header) +
23 DWORD data_size; // Size of the data referenced by the entries.
28 DWORD fixed_header_size; // The size of this structure without the entries:
30 DWORD item_count; // Number of entries. It should always be 2. One for
33 DWORD unknown[2]; // Two unknown DWORDs.
37 DWORD offset; // Offset where the data referenced by this entry is
40 DWORD string_length; // The length of the data string.
119 input.cbData = static_cast<DWORD>((data.size()) *
124 url_key.cbData = static_cast<DWORD>((lower_case_url.size() + 1)
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-wince-glue.c 67 DWORD nbytes;
68 DWORD n1;
69 DWORD type;
141 DWORD n1, nbytes, type;
399 HANDLE OpenFileMappingA(DWORD dwDesiredAccess,
403 DWORD flProtect = 0;
430 MoveFileExA (LPCSTR lpExistingFileName, LPCSTR lpNewFileName, DWORD dwFlags)
445 SetHandleInformation (HANDLE hObject, DWORD dwMask, DWORD dwFlags)
456 DWORD
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 50 movd mm2, dword ptr arg(6) ;flimit
57 movsxd rcx, DWORD PTR arg(4) ;rows
58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
148 cmp edx, dword ptr arg(5) ;cols
235 mov DWORD PTR [rdi+rdx-4], eax ; store previous four bytes
239 cmp edx, dword ptr arg(5) ;cols
242 mov DWORD PTR [rdi+rdx-4], eax
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
283 mov eax, dword ptr arg(4) ;flimi
    [all...]
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
145 movsxd rdx, dword ptr arg(3) ;pixels_per_line
150 movsxd rcx, DWORD PTR arg(5) ;output_height
151 movsxd rax, DWORD PTR arg(2) ;output_pitch ; destination pitch?
228 movsxd rax, dword ptr arg(2) ;xoffset
237 movsxd rdx, dword ptr arg(5) ;dst_pitch
241 movsxd rax, dword ptr arg(3) ;yoffse
    [all...]
  /external/zlib/contrib/masmx86/
match686.asm 42 cur_match equ dword ptr[esp+NbStack-0]
43 str_s equ dword ptr[esp+NbStack-4]
44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
45 adrret equ dword ptr[esp+NbStack-8]
46 pushebp equ dword ptr[esp+NbStack-12]
47 pushedi equ dword ptr[esp+NbStack-16]
48 pushesi equ dword ptr[esp+NbStack-20]
49 pushebx equ dword ptr[esp+NbStack-24]
51 chain_length equ dword ptr [esp+NbStack-28]
52 limit equ dword ptr [esp+NbStack-32]
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wince/
MemoryManager.cpp 97 bool MemoryManager::onIdle(DWORD& timeLimitMs)
102 LPVOID MemoryManager::virtualAlloc(LPVOID lpAddress, DWORD dwSize, DWORD flAllocationType, DWORD flProtect)
107 BOOL MemoryManager::virtualFree(LPVOID lpAddress, DWORD dwSize, DWORD dwFreeType)
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osThreadWin.cpp 56 DWORD retval;
78 DWORD retval;
92 DWORD WINAPI
osProcessWin.cpp 70 DWORD _exitStatus;
91 DWORD status = WaitForSingleObject(m_proc.hProcess, 0);
126 DWORD exitStatus = 1;
164 DWORD ret = WaitForSingleObject(process, 0);
  /external/chromium/base/
sha1_win.cc 33 static_cast<DWORD>(str.length()), 0)) {
38 DWORD hash_len = 0;
39 DWORD buffer_size = sizeof hash_len;
  /external/chromium/base/win/
pe_image.h 31 PVOID section_start, DWORD section_size,
39 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal,
40 DWORD hint, LPCSTR name, PVOID function,
56 DWORD ordinal, LPCSTR name, DWORD hint,
109 DWORD GetImageDirectoryEntrySize(UINT directory) const;
212 virtual PVOID RVAToAddr(DWORD rva) const;
216 bool ImageRVAToOnDiskOffset(DWORD rva, DWORD *on_disk_offset) const;
220 bool ImageAddrToOnDiskOffset(LPVOID address, DWORD *on_disk_offset) const
    [all...]
  /external/chromium/chrome/browser/rlz/
rlz_unittest.cc 32 DWORD recorded_value = 0;
47 DWORD value = 0;
54 DWORD recorded_value = 0;
  /external/expat/xmlwf/
win32filemap.c 32 DWORD size;
33 DWORD sizeHi;
43 if (size == (DWORD)-1) {
  /external/llvm/test/CodeGen/X86/
store_op_load_fold2.ll 19 ; CHECK: and {{E..}}, DWORD PTR [360]
20 ; CHECK: and DWORD PTR [356], {{E..}}
21 ; CHECK: mov DWORD PTR [360], {{E..}}
  /external/webkit/Tools/DumpRenderTree/win/
DraggingInfo.h 58 DWORD performedDropEffect() const { return m_performedDropEffect; }
59 void setPerformedDropEffect(DWORD effect) { m_performedDropEffect = effect; }
64 DWORD m_performedDropEffect;
  /hardware/ti/omap3/dspbridge/inc/
rmstypes.h 38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rmstypes.h 38 typedef DWORD RMS_WORD;
39 typedef DWORD RMS_CHAR;
40 typedef DWORD RMS_STATUS;
  /development/host/windows/usb/api/
adb_api_private_defines.h 44 AdbInstanceEnumEntry(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
60 void Set(const wchar_t* dev_name, GUID cls_id, DWORD flgs) {
96 DWORD flags() const {
108 DWORD flags_;

Completed in 903 milliseconds

1 2 34 5 6 7 8 91011>>