HomeSort by relevance Sort by last modified time
    Searched full:dword (Results 1651 - 1675 of 2679) sorted by null

<<61626364656667686970>>

  /external/lzma/CPP/Windows/
Time.cpp 121 ft.dwLowDateTime = (DWORD)v;
122 ft.dwHighDateTime = (DWORD)(v >> 32);
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.c 36 DWORD n;
41 (DWORD) inErrorCode,
  /external/mesa3d/src/gallium/drivers/i915/
i915_prim_emit.c 65 * have a couple of slots at the beginning (1-dword header, 4-dword
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pbuffer.c 79 DWORD dwExStyle;
80 DWORD dwStyle;
  /external/openssl/crypto/perlasm/
x86nasm.pl 71 sub ::DWP { &get_mem("DWORD",@_); }
75 sub ::DWC { (($::mwerks)?"":"DWORD ")."@_"; }
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 136 # define zstrerror() gz_strwinerror((DWORD)GetLastError())
214 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_getenv.c 72 bufferlen = GetEnvironmentVariable(name, SDL_envmem, (DWORD)SDL_envmemlen);
83 GetEnvironmentVariable(name, SDL_envmem, (DWORD)SDL_envmemlen);
  /external/qemu/distrib/zlib-1.2.8/
gzguts.h 120 # define zstrerror() gz_strwinerror((DWORD)GetLastError())
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 141 DWORD dwVersionMS;
142 DWORD dwVersionLS;
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 37 PCRITICAL_SECTION, DWORD);
155 const DWORD result = WaitForMultipleObjects(2, // Wait on 2 events.
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 108 DWORD val, i;
120 DWORD namelen;
  /external/zlib/src/
gzguts.h 120 # define zstrerror() gz_strwinerror((DWORD)GetLastError())
198 char ZLIB_INTERNAL *gz_strwinerror OF((DWORD error));
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 31 typedef Relocation::DWord DWord;
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64PLT.cpp 90 AArch64Relocator::DWord imm = helper_get_page_address(got_ent2_base) -
130 AArch64Relocator::DWord imm = helper_get_page_address(GOTEntryAddress) -
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
encodeopt.asm 145 movd mm1, dword ptr arg(2) ;dc
223 movd xmm5, dword ptr arg(2) ;dc
temporal_filter_apply_sse2.asm 73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs.h 187 static inline void radeon_cs_write_dword(struct radeon_cs *cs, uint32_t dword)
189 cs->packets[cs->cdw++] = dword;
  /hardware/intel/img/psb_video/src/
psb_cmdbuf.h 140 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address
145 * "mask" determines which bits of the target DWORD will be updated with the so
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdaipp.h 183 typedef DWORD MSDAIPP_SYNC_FLAGS;
215 void __RPC_STUB ISynchronizeRow_Synchronize_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase);
vds.h 799 DWORD dwPercentCompleted;
876 DWORD dwDeviceType;
877 DWORD dwMediaType;
886 DWORD dwSignature;
    [all...]
wsdhost.h 96 STDMETHOD_(HRESULT,Init)(THIS_ LPCWSTR pszLocalId,DWORD dwHostAddressCount) PURE;
143 DWORD dwHostAddressCount,
  /system/core/libutils/
FileMap.cpp 105 DWORD protect = readOnly ? PAGE_READONLY : PAGE_READWRITE;
122 (DWORD)(adjOffset),
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 263 typedef HANDLE (__stdcall *FuncType_GdiAddFontMemResourceEx)(PVOID pbFont, DWORD cbFont, PVOID pdv, DWORD *pcFonts);
268 return ((FuncType_GdiAddFontMemResourceEx)m_pGdiAddFontMemResourceEx)((PVOID)pFontdata, (DWORD)size, (PVOID)pdv, (DWORD*)num_face);
279 static GpBrush* _GdipCreateBrush(DWORD argb)
    [all...]
  /external/chromium_org/printing/
emf_win.cc 397 DCHECK_EQ(record()->nSize, sizeof(DWORD) * 2 + sizeof(XFORM));
410 sizeof(DWORD) * 2 + sizeof(XFORM) + sizeof(DWORD));
412 const DWORD* option = reinterpret_cast<const DWORD*>(xform + 1);

Completed in 903 milliseconds

<<61626364656667686970>>