Searched refs:eight (Results 1 – 25 of 104) sorted by relevance
12345
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_impl_mmx.asm | 96 movq mm0, [rax] ; Copy eight bytes to mm0 97 movq mm1, [rbx] ; Copy eight bytes to mm1 115 movq mm1, [rbx] ; Copy eight bytes to mm1 120 movq mm0, [rax] ; Copy eight bytes to mm0 138 movq mm1, [rbx] ; Copy eight bytes to mm1 143 movq mm0, [rax] ; Copy eight bytes to mm0 161 movq mm1, [rbx] ; Copy eight bytes to mm1 166 movq mm0, [rax] ; Copy eight bytes to mm0 184 movq mm1, [rbx] ; Copy eight bytes to mm1 189 movq mm0, [rax] ; Copy eight bytes to mm0 [all …]
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.c | 19 const __m128i eight = _mm_set1_epi16(8); in vp9_iht4x4_16_add_sse2() local 47 in[0] = _mm_add_epi16(in[0], eight); in vp9_iht4x4_16_add_sse2() 48 in[1] = _mm_add_epi16(in[1], eight); in vp9_iht4x4_16_add_sse2()
|
/external/libcxx/test/std/utilities/utility/forward/ |
D | forward.pass.cpp | 25 struct eight {one _[8];}; struct 33 eight test(const A&&);
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-args-07.ll | 5 ; Up to eight vector return values fit into VRs. 25 ; More than eight vector return values use sret.
|
D | vec-args-06.ll | 5 ; Up to eight vector return values fit into VRs. 38 ; More than eight vector return values use sret.
|
/external/pcre/dist/testdata/ |
D | grepoutput8 | 6 7:X seven
8:X eight
9:X nine
10:X ten
|
D | grepoutput | 74 28:eight 171 eight 202 28-eight 224 eight 246 eight 278 28-eight 301 eight 572 28:eight
|
D | grepinput8 | 5 X seven
X eight
X nine
X ten
|
D | grepinputx | 28 eight
|
/external/libvorbis/doc/ |
D | 02-bitpacking.tex | 13 native word size of eight bits (octets), sixteen bits, thirty-two bits 22 'octet', that is, eight bits. This has not always been the case; 26 modern platforms, this is generally assumed to be eight bits (not 33 octet (eight bits) and a word to be a group of two, four or eight
|
D | 06-floor0.tex | 35 5) [floor0_amplitude_offset] = read an unsigned integer of eight bits 37 …7) array [floor0_book_list] = read a list of [floor0_number_of_books] unsigned integers of eight b…
|
/external/dbus/dbus/ |
D | dbus-types.h | 169 DBus8ByteStruct eight; /**< as 8-byte struct */ member
|
/external/autotest/client/site_tests/power_SuspendStress/ |
D | control.idle | 16 Runs eight minutes of suspend/resume tests where suspend is triggered by idling.
|
D | control.audio | 16 Runs eight minutes of suspend/resume cycles in the background of an audio tone.
|
D | control.disk | 16 Runs eight minutes of suspend/resume cycles in the background of a file I/O bench.
|
D | control.video | 17 Runs eight minutes of suspend/resume cycles in the background of an OpenGL video.
|
D | control.bare | 16 Runs eight minutes of bare suspend/resume cycles without additional workload.
|
D | control.faft | 14 Runs eight minutes of bare suspend/resume cycles without additional workload.
|
/external/toybox/tests/ |
D | cp.test | 81 touch one/{six,seven,eight}
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C5-vs-VFP.ll | 10 ;First eight params goes to d0-d7, ninth one goes to the stack.
|
D | 2013-04-16-AAPCS-C4-vs-VFP.ll | 9 ;First eight params goes to d0-d7, ninth one goes to the stack.
|
/external/autotest/client/tests/dacapo/ |
D | control | 11 memory loads. The suite is the culmination of over five years work at eight
|
/external/curl/docs/ |
D | VERSIONS | 49 (eight bits each). 1.2 would appear as "0x010200" while version 9.11.7
|
/external/icu/icu4c/source/data/translit/ |
D | Latin_InterIndic.txt | 111 $eight=\uE06E; # DIGIT EIGHT 340 8→$eight;
|
/external/icu/icu4c/source/data/rbnf/ |
D | en.txt | 95 "8: eight;",
|
12345