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

<<61626364656667686970>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.c 96 unsigned dword )
101 *(unsigned *)emit->ptr = dword;
102 emit->ptr += sizeof dword;
  /external/chromium_org/third_party/webrtc/base/
thread.h 66 DWORD key_;
195 DWORD GetId() const {
271 DWORD thread_id_;
winping.cc 137 return sizeof(ICMPV6_ECHO_REPLY) + data_size + 8 + (2 * sizeof(DWORD*));
241 DWORD result = 0;
258 DWORD error = GetLastError();
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 122 * "push dword 4", but not actually want to force the immediate size to
124 * though "dword" was not specified). To indicate the immediate should
126 * "push strict dword 4", which sets this flag.
  /external/chromium_org/ui/gfx/
icon_util.h 157 DWORD dwBytesInRes;
158 DWORD dwImageOffset;
179 DWORD dwBytesInRes;
  /external/clang/lib/Driver/
WindowsToolChain.cpp 97 DWORD valueType;
98 DWORD valueSize = maxLength - 1;
144 DWORD index, size = sizeof(keyName) - 1;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 86 static BOOL WINAPI HandlerRoutine(DWORD ctrlType)
246 DWORD winRes;
293 DWORD d;
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 140 DWORD id;
213 typedef DWORD pipe_condvar;
449 DWORD key;
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c 96 unsigned dword )
101 *(unsigned *)emit->ptr = dword;
102 emit->ptr += sizeof dword;
  /external/openssl/crypto/
x86cpuid.pl 146 &function_begin_B("OPENSSL_rdtsc","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
160 &function_begin_B("OPENSSL_instrument_halt","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
227 &function_begin_B("OPENSSL_wipe_cpu","EXTRN\t_OPENSSL_ia32cap_P:DWORD");
  /external/oprofile/events/x86-64/hammer/
unit_masks 83 0x02 Non-posted write dword
85 0x08 Posted write dword
87 0x20 Read dword (1-16 dwords)
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 34 push dword %1
35 push dword %1
286 and ecx,DWORD 0fffffff8h ; clear lower three bits
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 623 DWORD style;
867 // TODO: read 4 pixels, write DWORD
907 /* read two lines at the same time, write DWORD */
914 *(DWORD*)destPointer =(*line2++ << 16) | *line1++;
923 *(DWORD*)destPointer =(*line1++ << 16) | *line2++;
948 DWORD p = *(DWORD*)srcPointer;
949 *((DWORD*)destPointer) = (p << 16) | (p >> 16);
964 // read two pixels, write DWORD
981 *(DWORD*)destPointer =(*line2++ << 16) | *line1++
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 196 /* Creates a relocation record for a DWORD in the mapped "cmdbuf" at address
201 * "mask" determines which bits of the target DWORD will be updated with the so
205 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/
vsprov.h 75 STDMETHOD_(HRESULT,OnLunStateChange)(THIS_ VDS_LUN_INFORMATION *pSnapshotLuns,VDS_LUN_INFORMATION *pOriginalLuns,DWORD dwCount,DWORD dwFlags) PURE;
77 STDMETHOD_(HRESULT,ResyncLuns)(THIS_ VDS_LUN_INFORMATION *pSourceLuns,VDS_LUN_INFORMATION *pTargetLuns,DWORD dwCount,IVssAsync **ppAsync) PURE;
  /development/host/windows/usb/api/
AdbWinApi.cpp 102 DWORD reason,
  /external/chromium_org/base/debug/
trace_event_win.cc 83 DWORD depth;
trace_event_win.h 119 // Optionally the stack trace, consisting of a DWORD "depth", followed
  /external/chromium_org/base/
logging_win.cc 66 DWORD depth = 0;
  /external/chromium_org/base/test/
test_reg_util_win_unittest.cc 86 DWORD value;
  /external/chromium_org/base/threading/
thread_local_storage_win.cc 66 void NTAPI OnThreadExit(PVOID module, DWORD reason, PVOID reserved) {
  /external/chromium_org/base/win/
event_trace_provider_unittest.cc 46 DWORD data = 0;
object_watcher.cc 35 DWORD wait_flags = WT_EXECUTEINWAITTHREAD | WT_EXECUTEONLYONCE;
win_util.cc 86 DWORD size = sizeof(TOKEN_USER) + SECURITY_MAX_SID_SIZE;
134 DWORD uac_enabled;
270 DWORD osk_path_length = 1024;
300 DWORD buffer_size =
  /external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc 260 HWND FindDialogWindow(DWORD owner_process) {
271 DWORD process_id = 0;
324 DWORD owner_process() { return owner_process_; }
327 DWORD owner_process_;

Completed in 1159 milliseconds

<<61626364656667686970>>