/external/libvpx/vp8/common/ |
threading.h | 25 #define THREAD_FUNCTION DWORD WINAPI 26 #define THREAD_FUNCTION_RETURN DWORD 27 #define THREAD_SPECIFIC_INDEX DWORD 29 #define pthread_attr_t DWORD
|
/external/llvm/test/CodeGen/X86/ |
lea-2.ll | 2 ; RUN: grep {lea EAX, DWORD PTR \\\[... + 4\\*... - 5\\\]}
|
/external/srec/srec/include/ |
sample.h | 55 /* VxWorks simulator defines DWORD and WORD already */ 57 typedef asr_uint32_t DWORD; 70 //typedef DWORD FOURCC; /* a four character code */ 71 #define MAKEFOURCC(ch0, ch1, ch2, ch3) ((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | ((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 )) 81 DWORD nSamplesPerSec; 82 DWORD nAvgBytesPerSec;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GlyphPageTreeNodeWinCE.cpp | 31 DWORD getKnownFontCodePages(const wchar_t* family); 42 DWORD fontCodePages = fontData->platformData().codePages(); 47 DWORD actualCodePages = getCharCodePages(buffer[i], lastPos); 60 DWORD actualCodePages;
|
/external/webkit/Source/WebCore/platform/win/ |
WCDataObject.h | 52 virtual HRESULT STDMETHODCALLTYPE EnumFormatEtc(DWORD dwDirection, IEnumFORMATETC** ppenumFormatEtc); 53 virtual HRESULT STDMETHODCALLTYPE DAdvise(FORMATETC*, DWORD, IAdviseSink*, DWORD*); 54 virtual HRESULT STDMETHODCALLTYPE DUnadvise(DWORD);
|
FileSystemWin.cpp | 117 DWORD error = GetLastError(); 164 static String storageDirectory(DWORD pathIdentifier) 180 static String cachedStorageDirectory(DWORD pathIdentifier) 182 static HashMap<DWORD, String> directories; 184 HashMap<DWORD, String>::iterator it = directories.find(pathIdentifier); 243 DWORD desiredAccess = 0; 244 DWORD creationDisposition = 0; 275 DWORD bytesWritten; 314 DWORD written; 315 if (!WriteFile(tempFileHandle, CFDataGetBytePtr(data), static_cast<DWORD>(CFDataGetLength(data)), &written, 0) [all...] |
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/ |
PluginInfoStoreWin.cpp | 112 DWORD nameLen = WTF_ARRAY_LENGTH(name); 127 DWORD pluginsDirectorySize = sizeof(pluginsDirectoryStr); 128 DWORD type; 146 DWORD pluginDirectorySize = ::ExpandEnvironmentStringsW(L"%SYSTEMDRIVE%\\PFiles\\Plugins", pluginDirectoryStr, WTF_ARRAY_LENGTH(pluginDirectoryStr)); 151 DWORD type; 153 DWORD installationDirectorySize = sizeof(installationDirectoryStr); 163 DWORD type; 165 DWORD installationDirectorySize = sizeof(installationDirectoryStr); 190 DWORD nameLen = WTF_ARRAY_LENGTH(name); 204 DWORD type [all...] |
/external/libvpx/vp8/common/x86/ |
subpixel_sse2.asm | 51 movsxd rcx, dword ptr arg(4) ;output_height 52 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 54 movsxd r8, dword ptr arg(5) ;output_width 121 add rdi, DWORD Ptr arg(5) ;[output_width] 171 movsxd rcx, dword ptr arg(4) ;output_height 172 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; Pitch for Source 174 movsxd r8, dword ptr arg(5) ;output_width 298 add rdi, DWORD Ptr arg(5) ;[output_width] 343 movsxd rdx, dword ptr arg(3) ;pixels_per_line 351 movsxd rcx, DWORD PTR arg(5) ;[output_height [all...] |
/external/llvm/lib/Support/Windows/ |
Signals.inc | 49 DWORD SizeOfStruct; 51 DWORD LineNumber; 57 DWORD SizeOfStruct; 59 DWORD Size; 60 DWORD Flags; 61 DWORD MaxNameLength; 73 DWORD ThCallbackStack; 74 DWORD ThCallbackBStore; 75 DWORD NextCallback; 76 DWORD FramePointer [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbdefs.h | 167 typedef DWORD DSP_STATUS; /* API return code type */ 350 DWORD dwCmd; 351 DWORD dwArg1; 352 DWORD dwArg2; 358 DWORD cbStruct; 375 DWORD cbStruct; 393 DWORD cbStruct; 417 DWORD cbStruct; 431 DWORD cbStruct; 444 DWORD cbStruct [all...] |
cfg.h | 105 OUT DWORD * pdwAutoStart); 112 * pdwVersion: Ptr to DWORD to contain version number upon return. 124 extern DSP_STATUS CFG_GetCDVersion(OUT DWORD * pdwVersion); 141 * DSP_SOK: *pdwValue is set to the retrieved DWORD. 145 OUT DWORD * pdwValue); 227 * DSP_SOK: *pdwValue is set to the retrieved DWORD(non-Zero). 230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType); 322 * DSP_SOK: The Private DWORD was successfully set. 325 IN DWORD dwValue) [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdefs.h | 161 typedef DWORD DSP_STATUS; /* API return code type */ 344 DWORD dwCmd; 345 DWORD dwArg1; 346 DWORD dwArg2; 352 DWORD cbStruct; 369 DWORD cbStruct; 385 DWORD cbStruct; 408 DWORD cbStruct; 420 DWORD cbStruct; 433 DWORD cbStruct [all...] |
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
osThread.h | 41 static DWORD WINAPI thread_main(void *p_arg); 49 DWORD m_threadId;
|
/external/chromium/base/ |
process_win.cc | 28 DWORD priority = GetPriority(); 37 DWORD priority = value ? BELOW_NORMAL_PRIORITY_CLASS : NORMAL_PRIORITY_CLASS;
|
platform_file_win.cc | 19 DWORD disposition = 0; 50 DWORD access = (flags & PLATFORM_FILE_READ) ? GENERIC_READ : 0; 56 DWORD sharing = (flags & PLATFORM_FILE_EXCLUSIVE_READ) ? 0 : FILE_SHARE_READ; 60 DWORD create_flags = 0; 84 DWORD last_error = GetLastError(); 124 DWORD bytes_read; 146 DWORD bytes_written;
|
/external/qemu/audio/ |
dsound_template.h | 46 DWORD blen1, 47 DWORD blen2 64 DWORD pos, 65 DWORD len, 68 DWORD *blen1p, 69 DWORD *blen2p, 76 DWORD blen1 = 0, blen2 = 0; 77 DWORD flag;
|
/external/quake/quake/src/WinQuake/ |
conproc.cpp | 33 DWORD RequestProc (DWORD dwNichts);
46 DWORD dwID;
95 DWORD RequestProc (DWORD dwNichts)
98 DWORD dwRet;
198 DWORD dwRead;
221 DWORD dwWritten;
|
/external/zlib/contrib/testzlib/ |
testzlib.c | 41 DWORD dwEdx,dwEax;
93 DWORD GetMsecSincePerfCounter(LARGE_INTEGER beginTime64,BOOL fComputeTimeQueryPerf)
97 DWORD dwLog=16+0;
98 DWORD dwRet;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
158 DWORD dwGetTick,dwMsecQP;
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_window_detector.cc | 73 DWORD top_level_window_thread_id = 76 DWORD child_window_process_id = 0; 77 DWORD child_window_thread_id = 93 DWORD result = 0; 145 DWORD process_id_check = 0;
|
/external/libvpx/vp8/encoder/x86/ |
sad_sse4.asm | 176 movsxd rax, dword ptr arg(1) ;src_stride 177 movsxd rdx, dword ptr arg(3) ;ref_stride 218 movsxd rax, dword ptr arg(1) ;src_stride 219 movsxd rdx, dword ptr arg(3) ;ref_stride 256 movsxd rax, dword ptr arg(1) ;src_stride 257 movsxd rdx, dword ptr arg(3) ;ref_stride 294 movsxd rax, dword ptr arg(1) ;src_stride 295 movsxd rdx, dword ptr arg(3) ;ref_stride 335 movsxd rax, dword ptr arg(1) ;src_stride 336 movsxd rdx, dword ptr arg(3) ;ref_strid [all...] |
/external/wpa_supplicant/ |
crypto_cryptoapi.c | 44 (*CertCreateCertificateContext)(DWORD dwCertEncodingType, 46 DWORD cbCertEncoded) 50 (*CryptImportPublicKeyInfo)(HCRYPTPROV hCryptProv, DWORD dwCertEncodingType, 107 DWORD err = GetLastError(); 135 DWORD hlen; 182 DWORD dlen; 185 DWORD len; 188 DWORD mode = CRYPT_MODE_ECB; 265 DWORD len; 268 DWORD mode = CRYPT_MODE_ECB [all...] |
/external/zlib/contrib/masmx86/ |
gvmat32.asm | 56 cur_match equ dword ptr[esp+NbStack-0]
57 str_s equ dword ptr[esp+NbStack-4]
58 ; 5 dword on top (ret,ebp,esi,edi,ebx)
59 adrret equ dword ptr[esp+NbStack-8]
60 pushebp equ dword ptr[esp+NbStack-12]
61 pushedi equ dword ptr[esp+NbStack-16]
62 pushesi equ dword ptr[esp+NbStack-20]
63 pushebx equ dword ptr[esp+NbStack-24]
65 chain_length equ dword ptr [esp+NbStack-28]
66 limit equ dword ptr [esp+NbStack-32] [all...] |
/external/chromium/base/win/ |
pe_image_unittest.cc | 16 DWORD ordinal, 17 DWORD hint, 30 DWORD ordinal, 32 DWORD hint, 44 DWORD section_size, 98 int GetExpectedValue(Value value, DWORD os) { 162 DWORD os = pe.GetNTHeaders()->OptionalHeader.MajorOperatingSystemVersion;
|
/external/qemu/android/utils/ |
mapfile.c | 36 DWORD win32_share; 37 DWORD win32_desired_access = GENERIC_READ; 38 DWORD win32_disposition = OPEN_EXISTING; 39 DWORD win32_flags; 114 DWORD read_bytes; 165 DWORD win32_prot; 166 DWORD win32_map;
|
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 40 #define TIME_WRAP_VALUE (~(DWORD)0) 68 mov eax, dword ptr hires_now 69 mov edx, dword ptr hires_now+4 70 sub eax, dword ptr hires_start_ticks 71 sbb edx, dword ptr hires_start_ticks+4 82 mov ebx, dword ptr hires_ticks_per_second 84 mov dword ptr ticks, eax
|