/external/llvm/test/CodeGen/Mips/cconv/ |
memory-layout.ll | 26 @dword = global i64 283686952306183, align 1 51 ; ALL-LABEL: dword: 53 ; ALL: .size dword, 8
|
/external/llvm/test/MC/Disassembler/X86/ |
intel-syntax.txt | 114 # CHECK: vpgatherdd xmm10, dword ptr [r15 + 2*xmm9], xmm8 135 # CHECK: movabs eax, dword ptr [-6066930261531658096] 150 # CHECK: movabs dword ptr [-6066930261531658096], eax
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_atomic.h | 214 lock dec dword ptr [eax] 226 lock inc dword ptr [eax] 235 lock dec dword ptr [eax]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_reg.h | 109 /* Dword 1 */ 137 /* scale in dword 1 */ 145 /* Dword 1 */ 178 /* Dword 1 */ 182 /* Dword 2 */ 185 /* Dword 3 */ 188 /* Dword 4 */ 206 /* Dword 1 */ 220 /* Dword 2 */ 222 /* Dword 3 * [all...] |
/external/pdfium/core/src/fxcrt/ |
fxcrt_windows.cpp | 49 WINBASEAPI BOOL WINAPI SetFilePointerEx(HANDLE hFile, LARGE_INTEGER liDistanceToMove, PLARGE_INTEGER lpNewFilePointer, DWORD dwMoveMethod);
145 if (!::ReadFile(m_hFile, pBuffer, (DWORD)szBuffer, (LPDWORD)&szRead, NULL)) {
156 if (!::WriteFile(m_hFile, pBuffer, (DWORD)szBuffer, (LPDWORD)&szWrite, NULL)) {
|
/external/skia/tools/ |
CrashHandler.cpp | 99 const DWORD code = e->ExceptionRecord->ExceptionCode; 123 const DWORD machineType = IMAGE_FILE_MACHINE_I386; 128 const DWORD machineType = IMAGE_FILE_MACHINE_AMD64;
|
/external/zlib/src/contrib/masmx86/ |
inffas32.asm | 271 cmp dword ptr [inflate_fast_use_mmx],2
281 xor dword ptr [esp],0200000h
309 mov dword ptr [inflate_fast_use_mmx],2
312 mov dword ptr [inflate_fast_use_mmx],3
555 cmp dword ptr [esp+48],0
643 movd mm4,dword ptr [esp+0]
645 movd mm5,dword ptr [esp+4]
659 movd mm7,dword ptr [esi]
716 movd mm7,dword ptr [esi]
837 cmp dword ptr [esp+48],0 [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_cmdbuf.h | 130 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address 135 * "mask" determines which bits of the target DWORD will be updated with the so 139 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/
|
/hardware/intel/img/psb_video/src/ |
pnw_cmdbuf.h | 151 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address 156 * "mask" determines which bits of the target DWORD will be updated with the so 160 uint32_t *addr_in_dst_buffer,/*addr of dst_buffer for the DWORD*/
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
certmod.h | 99 void __RPC_STUB ICertManageModule_GetProperty_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 101 void __RPC_STUB ICertManageModule_SetProperty_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); 103 void __RPC_STUB ICertManageModule_Configure_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
|
comdef.h | 49 DWORD HelpContext() const throw(); 101 inline DWORD _com_error::HelpContext() const throw() { 102 DWORD dwHelpContext = 0;
|
d3dx9xof.h | 29 typedef DWORD D3DXF_FILEFORMAT; 34 typedef DWORD D3DXF_FILESAVEOPTIONS; 38 typedef DWORD D3DXF_FILELOADOPTIONS;
|
snmp.h | 165 WINBOOL SNMP_FUNC_TYPE SnmpExtensionInit(DWORD dwUptimeReference,HANDLE *phSubagentTrapEvent,AsnObjectIdentifier *pFirstSupportedRegion); 173 typedef WINBOOL (SNMP_FUNC_TYPE *PFNSNMPEXTENSIONINIT)(DWORD dwUpTimeReference,HANDLE *phSubagentTrapEvent,AsnObjectIdentifier *pFirstSupportedRegion); 203 DWORD SNMP_FUNC_TYPE SnmpSvcGetUptime();
|
winsmcrd.h | 29 typedef ULONG DWORD; 162 DWORD dwProtocol; 163 DWORD cbPciLength;
|
wsdtypes.h | 106 DWORD EventType; 309 DWORD EncodedName; 310 DWORD OperationCount;
|
wspiapi.h | 56 struct addrinfo * WINAPI WspiapiNewAddrInfo (int iSocketType,int iProtocol,WORD wPort,DWORD dwAddress); 88 DWORD dwAddress = 0; 105 WspiapiNewAddrInfo (int iSocketType,int iProtocol, WORD wPort,DWORD dwAddress)
|
mmreg.h | [all...] |
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
Win32PipeStream.cpp | 183 DWORD written; 205 DWORD readcount = 0; 218 DWORD readcount;
|
/external/chromium_org/v8/src/base/platform/ |
platform-win32.cc | 326 static DWORD init_ticks; 337 DWORD ticks_now = timeGetTime(); 356 DWORD elapsed = ticks_now - init_ticks; 593 DWORD path_result = 0; 809 DWORD old_protect; 815 DWORD oldprotect; 877 PAGE_READWRITE, 0, static_cast<DWORD>(size), NULL); 894 PAGE_READWRITE, 0, static_cast<DWORD>(size), NULL); 958 typedef DWORD (__stdcall *DLL_FUNC_TYPE(SymGetOptions))(VOID); 959 typedef DWORD (__stdcall *DLL_FUNC_TYPE(SymSetOptions))(IN DWORD SymOptions) [all...] |
/external/chromium_org/chrome/installer/util/ |
google_update_settings.cc | 177 // DWORD read from the registry and returns true if |value| is within range. 180 const DWORD value, 237 DWORD value = 0; 270 DWORD value = consented ? 1 : 0; 344 const DWORD eula_accepted = consented ? 1 : 0; 585 DWORD size = static_cast<DWORD>(value.size()) * sizeof(wchar_t); 605 DWORD value = 0; 634 DWORD value = 0; 687 DWORD value = 0 [all...] |
/external/chromium_org/remoting/host/setup/ |
daemon_controller_delegate_win.cc | 64 DaemonController::State ConvertToDaemonState(DWORD service_state) { 90 DWORD OpenService(ScopedScHandle* service_out) { 96 DWORD error = GetLastError(); 104 DWORD error = GetLastError(); 151 DWORD error = OpenService(&service);
|
/external/chromium_org/remoting/host/win/ |
host_service.cc | 376 BOOL WINAPI HostService::ConsoleControlHandler(DWORD event) { 395 DWORD WINAPI HostService::ServiceControlHandler(DWORD control, 396 DWORD event_type, 423 VOID WINAPI HostService::ServiceMain(DWORD argc, WCHAR* argv[]) {
|
unprivileged_process_delegate.cc | 154 DWORD window_station_flags = 0; 160 DWORD desired_access = 364 DWORD pid = GetProcessId(worker_process_.Get()); 365 if (pid != static_cast<DWORD>(peer_pid)) { 401 DWORD desired_access =
|
/external/chromium_org/rlz/win/lib/ |
rlz_value_store_registry.cc | 194 DWORD size = sizeof(value); 254 DWORD value; 291 DWORD size = arraysize(buffer); 310 DWORD value; 339 DWORD value;
|
/external/chromium_org/sandbox/win/src/ |
process_policy_test.cc | 65 DWORD last_error = GetLastError(); 90 DWORD last_error = GetLastError(); 162 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory); 230 DWORD error = ::GetLastError(); 297 DWORD ret = ::GetCurrentDirectory(MAX_PATH, current_directory);
|