Searched refs:eight (Results 1 - 25 of 32) sorted by relevance

12

/external/srec/config/en.us/tcp/
H A Dchange_sample_rate2.tcp12 recognize_nist dallas/0000/S072.nwf 0 0 oh eight four zero nine two five one eight five
13 recognize_nist dallas/0000/S074.nwf 0 0 eight six one oh five six six two six two
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven
20 recognize_nist dallas/0000/S086.nwf 0 0 six eight seven two one oh eight five zero seven
21 recognize_nist dallas/0000/S088.nwf 0 0 four two zero eight five nine oh nine four zero
23 recognize_nist dallas/0300/S052.nwf 0 0 zero seven nine five two five seven six nine eight
24 recognize_nist dallas/0300/S053.nwf 0 0 eight thre
[all...]
/external/libcxx/test/utilities/utility/forward/
H A Dforward.pass.cpp25 struct eight {one _[8];}; struct
33 eight test(const A&&);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight byte
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight byte
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_impl_mmx.asm97 movq mm0, [rax] ; Copy eight bytes to mm0
98 movq mm1, [rbx] ; Copy eight bytes to mm1
116 movq mm1, [rbx] ; Copy eight bytes to mm1
122 movq mm0, [rax] ; Copy eight bytes to mm0
140 movq mm1, [rbx] ; Copy eight bytes to mm1
145 movq mm0, [rax] ; Copy eight bytes to mm0
163 movq mm1, [rbx] ; Copy eight bytes to mm1
168 movq mm0, [rax] ; Copy eight bytes to mm0
186 movq mm1, [rbx] ; Copy eight bytes to mm1
191 movq mm0, [rax] ; Copy eight byte
[all...]
/external/openssl/crypto/bn/
H A Dbn_prime.pl97 $eight=$i;
106 printf "#define NUMPRIMES %d\n",$eight;
/external/libvorbis/doc/
H A D02-bitpacking.tex13 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
H A D06-floor0.tex35 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 bits each;
H A D08-residue.tex89 As an example, assume a partition vector of size eight, to be encoded
118 As an example, assume a partition vector of size eight, to be encoded
209 bitmap being eight bits):
H A D04-codec.tex111 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
612 for greater-than-eight channels remains 'left to the implementation'.
646 \item[eight channels]
651 \item[greater than eight channels]
H A D03-codebook.tex30 system's native byte width is eight bits. This is not universally
32 relating to non-eight-bit bytes.
H A D05-comment.tex33 The comment header is logically a list of eight-bit-clean vectors; the
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
H A Dstyle.css83 #calculator-buttons button.eight {
87 #calculator-buttons button.eight[data-active="touch"],
88 #calculator-buttons button.eight[data-active="mouse"]:active {
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkspeedsql.tcl26 set ones {zero one two three four five six seven eight nine
H A Dspeedtest2.tcl90 set ones {zero one two three four five six seven eight nine
H A Dspeedtest.tcl99 set ones {zero one two three four five six seven eight nine
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c177 const __m128i eight = _mm_set1_epi16(8); local
214 pixelFilter_p = _mm_add_epi16(eight,
567 const __m256i eight = _mm256_set1_epi16(8); local
606 pixelFilter_p = _mm256_add_epi16(eight,
H A Dvp9_loopfilter_intrin_sse2.c157 const __m128i eight = _mm_set1_epi16(8); local
192 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
590 const __m128i eight = _mm_set1_epi16(8); local
634 f_lo = _mm_add_epi16(_mm_add_epi16(p5_lo, eight), f_lo);
642 f_hi = _mm_add_epi16(_mm_add_epi16(p5_hi, eight), f_hi);
H A Dvp9_idct_intrin_sse2.c25 const __m128i eight = _mm_set1_epi16(8); local
120 input2 = _mm_add_epi16(input2, eight);
121 input3 = _mm_add_epi16(input3, eight);
267 const __m128i eight = _mm_set1_epi16(8); local
295 in[0] = _mm_add_epi16(in[0], eight);
296 in[1] = _mm_add_epi16(in[1], eight);
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_avx2.c177 const __m128i eight = _mm_set1_epi16(8); local
214 pixelFilter_p = _mm_add_epi16(eight,
567 const __m256i eight = _mm256_set1_epi16(8); local
606 pixelFilter_p = _mm256_add_epi16(eight,
H A Dvp9_loopfilter_intrin_sse2.c170 const __m128i eight = _mm_set1_epi16(8); local
205 pixelFilter_p = _mm_add_epi16(eight, _mm_add_epi16(pixelFilter_p,
566 const __m128i eight = _mm_set1_epi16(8); local
620 c = _mm_add_epi16(_mm_add_epi16(p5, eight), c);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc390 AddError("Expected eight hex digits up to 10ffff for \\U escape "
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java714 // Y3 = eight(Y3);
849 ECFieldElement Y3 = S.subtract(X3).multiply(M).subtract(eight(T));
1015 protected ECFieldElement eight(ECFieldElement x) method in class:ECPoint.Fp
1102 ECFieldElement _8T = eight(T);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java611 public static final Integer eight = new Integer(8); field in class:JSR166TestCase
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp132 constexpr int eight = 8; member in namespace:DefaultArguments
137 static_assert(Sum(1, eight, &twentyseven) == 36, "");
138 static_assert(Sum(1, 2, &four, eight) == 15, "");

Completed in 497 milliseconds

12