HomeSort by relevance Sort by last modified time
    Searched refs:dword (Results 126 - 150 of 181) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 189 #define LONG .dword
245 #define PTR .dword
  /external/chromium/net/http/
http_auth_handler_ntlm_portable.cc 186 static void* WriteDWORD(void* buf, uint32 dword) {
189 dword = SWAP32(dword);
191 return WriteBytes(buf, &dword, sizeof(dword));
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 187 static void* WriteDWORD(void* buf, uint32 dword) {
190 dword = SWAP32(dword);
192 return WriteBytes(buf, &dword, sizeof(dword));
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 73 cmp dword ptr [rsp + block_size], 8
181 cmp dword ptr [rsp + block_size], 16
encodeopt.asm 145 movd mm1, dword ptr arg(2) ;dc
223 movd xmm5, dword ptr arg(2) ;dc
  /external/libvpx/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
vp9_quantize_ssse3.asm 22 cmp dword skipm, 0
32 movd m4, dword zbin_oqm ; m4 = zbin_oq
  /external/kernel-headers/original/asm-mips/
asm.h 328 #define LONG .dword
382 #define PTR .dword
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 49 movsxd rdx, dword ptr arg(3) ; dst_stride
144 movsxd rdx, dword ptr arg(3) ; dst_stride
383 movsxd rdx, dword ptr arg(3) ; dst_stride
649 movsxd rdx, dword ptr arg(3) ; dst_stride
679 movsxd rdx, dword ptr arg(3) ; dst_stride
sad_sse3.asm 23 %define height dword ptr arg(4)
33 movsxd rax, dword ptr arg(1) ; src_stride
34 movsxd rdx, dword ptr arg(3) ; ref_stride
46 %define height dword ptr [rsp+xmm_stack_space+8+4*8]
109 movsxd rbx, dword ptr arg(1) ; src_stride
110 movsxd rbp, dword ptr arg(3) ; ref_stride
522 movd mm0, DWORD PTR [src_ptr]
523 movd mm1, DWORD PTR [ref_ptr]
525 movd mm2, DWORD PTR [src_ptr+src_stride]
526 movd mm3, DWORD PTR [ref_ptr+ref_stride
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_32.asm 308 .L5: mov eax,[esi] ; first dword eax = [A][R][G][B]
309 mov ebx,[esi+4] ; second dword ebx = [a][r][g][b]
312 mov ecx,[esi+12] ; third dword ecx = [a][r][g][b]
406 mov eax,[esi] ; first dword eax = [A][R][G][B]
407 mov ebx,[esi+4] ; second dword ebx = [a][r][g][b]
423 mov ecx,[esi+12] ; third dword ecx = [a][r][g][b]
917 ;; This routine writes FOUR pixels at once (dword) and then, if they exist
mmxp2_32.asm 34 push dword %1
35 push dword %1
286 and ecx,DWORD 0fffffff8h ; clear lower three bits
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 58 ;%define scanalign rsp + xx - LocalVarsSize ; dword-misalignment of string r13
90 ;;; assumption that the compiler will dword-align the fields. (Thus,
104 extern window_size:DWORD
110 extern strstart:DWORD
111 extern match_start:DWORD
113 extern prev_length:DWORD ; PrevLen
114 extern max_chain_length:DWORD
115 extern good_match:DWORD
116 extern nice_match:DWORD
238 ;;; dword-aligned
    [all...]
  /bionic/libc/arch-mips/include/machine/
asm.h 189 #define PTR_VAL .dword
  /development/ndk/platforms/android-9/arch-mips/include/machine/
asm.h 189 #define PTR_VAL .dword
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 319 call dword ptr code
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
asm.h 189 #define PTR_VAL .dword
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
asm.h 189 #define PTR_VAL .dword
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
asm.h 189 #define PTR_VAL .dword
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
asm.h 189 #define PTR_VAL .dword
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
asm.h 189 #define PTR_VAL .dword
  /external/chromium_org/third_party/x86inc/
x86inc.asm 62 ; via register, assume that the high dword of that register is filled with 0.
145 ; rNd, rNw, rNb are dword, word, and byte size
146 ; rNm is the original location of arg N (a register or on the stack), dword
160 %define r%1mp dword %6
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref.asm 84 ; local var (dword)
  /external/chromium_org/tools/symsrc/
pefile.py     [all...]

Completed in 1465 milliseconds

1 2 3 4 56 7 8