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

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 109 typedef unsigned long DWORD; /* dw */
188 typedef DWORD *PDWORD; /* dw */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 109 typedef unsigned long DWORD; /* dw */
188 typedef DWORD *PDWORD; /* dw */
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmdef.h 83 typedef DWORD D3DRMRENDERQUALITY, *LPD3DRMRENDERQUALITY;
174 typedef DWORD D3DRMSAVEOPTIONS;
217 typedef DWORD D3DRMANIMATIONOPTIONS;
225 typedef DWORD D3DRMLOADOPTIONS;
248 DWORD dSize;
257 typedef DWORD D3DRMMAPPING, D3DRMMAPPINGFLAG, *LPD3DRMMAPPING;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMDEF.H 83 typedef DWORD D3DRMRENDERQUALITY, *LPD3DRMRENDERQUALITY;
174 typedef DWORD D3DRMSAVEOPTIONS;
217 typedef DWORD D3DRMANIMATIONOPTIONS;
225 typedef DWORD D3DRMLOADOPTIONS;
248 DWORD dSize;
257 typedef DWORD D3DRMMAPPING, D3DRMMAPPINGFLAG, *LPD3DRMMAPPING;
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 192 DWORD result = VirtualQuery(page, &memoryInformation, sizeof(memoryInformation));
198 DWORD protect = memoryInformation.Protect & ~(PAGE_GUARD | PAGE_NOCACHE);
205 static inline void* getLowerStackBound(char* currentPage, DWORD pageSize)
221 static inline void* getUpperStackBound(char* currentPage, DWORD pageSize)
239 DWORD pageSize = systemInfo.dwPageSize;
242 char* currentPage = reinterpret_cast<char*>(reinterpret_cast<DWORD>(thisFrame) & ~(pageSize - 1));
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 89 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
125 movd DWORD Ptr [edi-4], mm0
129 mov eax, DWORD PTR [esi] // eax = 00 01 02 03
165 movd DWORD Ptr [edi+1], mm0
224 movd DWORD PTR [edi], mm0 // write output 00 xx xx xx
233 movd DWORD PTR [edi+5], mm2 // write ouput 05 xx xx xx
245 movd DWORD PTR [edi+1], mm0 // write output 01 02 03 04
257 movd DWORD PTR [edi-4], mm2 // writeoutput 06 07 08 09
275 movd DWORD PTR [edi], mm0 // write output 00 xx xx xx
284 movd DWORD PTR [edi+5], mm2 // write ouput 05 xx xx x
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_ssse3.asm 48 movsxd rdx, DWORD PTR arg(5) ;table index
58 cmp esi, DWORD PTR [rax]
66 movsxd rax, dword ptr arg(1) ;src_pixels_per_line
67 movsxd rcx, dword ptr arg(4) ;output_height
69 movsxd rdx, dword ptr arg(3) ;output_pitch
125 movsxd rax, dword ptr arg(1) ;src_pixels_per_line
126 movsxd rcx, dword ptr arg(4) ;output_height
128 movsxd rdx, dword ptr arg(3) ;output_pitch
191 movsxd rdx, DWORD PTR arg(5) ;table index
206 movsxd rax, dword ptr arg(1) ;src_pixels_per_lin
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winsvc.c 67 DWORD buflen, val;
140 DWORD val, buflen, i;
202 DWORD namelen;
239 static DWORD svc_thread(LPDWORD param)
341 static void WINAPI service_ctrl_handler(DWORD control_code)
362 static void WINAPI service_start(DWORD argc, LPTSTR *argv)
364 DWORD id;
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 126 DWORD ret_bytes = 0;
191 DWORD ret_bytes = 0;
283 DWORD ret_bytes = 0;
298 DWORD ret_bytes = 0;
313 DWORD ret_bytes = 0;
  /external/libusb_aah/libusb/os/
threads_windows.c 44 DWORD result;
55 DWORD result;
133 DWORD timeout_ms) {
136 DWORD r2,tid = GetCurrentThreadId();
183 DWORD millis;
windows_usb.h 238 const DWORD reg_prop; // SPDRP registry key to use to retreive list
277 DLL_DECLARE_PREFIXED(WINAPI, HDEVINFO, p, SetupDiGetClassDevsA, (const GUID*, PCSTR, HWND, DWORD));
278 DLL_DECLARE_PREFIXED(WINAPI, BOOL, p, SetupDiEnumDeviceInfo, (HDEVINFO, DWORD, PSP_DEVINFO_DATA));
280 const GUID*, DWORD, PSP_DEVICE_INTERFACE_DATA));
282 PSP_DEVICE_INTERFACE_DETAIL_DATA_A, DWORD, PDWORD, PSP_DEVINFO_DATA));
284 DLL_DECLARE_PREFIXED(WINAPI, HKEY, p, SetupDiOpenDevRegKey, (HDEVINFO, PSP_DEVINFO_DATA, DWORD, DWORD, DWORD, REGSAM));
286 PSP_DEVINFO_DATA, DWORD, PDWORD, PBYTE, DWORD, PDWORD))
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 38 DWORD incnt;
40 volatile DWORD outcnt;
42 volatile DWORD errcnt;
87 DWORD retval, which;
420 DWORD bytes_returned;
421 DWORD flags;
585 static DWORD
588 DWORD in_done;
605 static DWORD
608 DWORD bufsize = 1024
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 186 DWORD written;
210 DWORD readcount = 0;
223 DWORD readcount;
  /external/chromium/base/
time_win_unittest.cc 21 static DWORD Ticker() {
46 DWORD rv = WaitForSingleObject(g_rollover_test_start, INFINITE);
100 DWORD rv = WaitForSingleObject(threads[index], INFINITE);
  /external/chromium/chrome/browser/
platform_util_win.cc 42 DWORD flags);
102 DWORD message_length = FormatMessage(
143 DWORD size = 0;
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_delegate_win.cc 18 DWORD value_size = 0;
19 DWORD key_type = 0;
136 DWORD value = 0;
  /external/chromium/crypto/
hmac_win.cc 127 DWORD key_size;
190 static_cast<DWORD>(data.size()), 0))
193 DWORD sha1_size = digest_length;
  /external/chromium/net/http/
des.cc 183 DWORD key_size;
204 DWORD cipher_mode = CRYPT_MODE_ECB;
213 DWORD hash_len = 8;
  /external/chromium/third_party/libjingle/source/talk/base/
win32.cc 116 DWORD full_len = ::GetFullPathName(wfilename, 0, NULL, NULL);
163 DWORD size;
172 DWORD count = *GetSidSubAuthorityCount(til->Label.Sid);
  /external/valgrind/unittest/
thread_wrappers_win.h 209 DWORD thr_id;
219 static DWORD WINAPI ThreadBody(MyThread *my_thread) {
227 DWORD ret_;
  /external/webkit/Source/WebCore/platform/network/
ResourceHandle.h 45 typedef unsigned long DWORD;
164 static void CALLBACK internetStatusCallback(HINTERNET, DWORD_PTR, DWORD, LPVOID, DWORD);
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp 88 DWORD acpCodePages;
91 DWORD fontCodePages;
94 DWORD actualCodePages;
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 88 DWORD handleCount = 1;
91 DWORD interval = absoluteTimeToWaitTimeoutInterval(absoluteTime);
98 DWORD result = ::MsgWaitForMultipleObjectsEx(handleCount, &handle, interval, QS_SENDMESSAGE, 0);
SharedMemoryWin.cpp 68 static bool getDuplicatedHandle(HANDLE sourceHandle, DWORD sourcePID, HANDLE& duplicatedHandle)
133 static DWORD accessRights(SharedMemory::Protection protection)
163 DWORD desiredAccess = accessRights(protection);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 183 DWORD written;
207 DWORD readcount = 0;
220 DWORD readcount;

Completed in 3352 milliseconds

1 2 3 4 5 6 7 8 91011>>