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

/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/libvpx/vp8/encoder/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/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp127 constexpr int eight = 8; member in namespace:DefaultArguments
132 static_assert(Sum(1, eight, &twentyseven) == 36, "");
133 static_assert(Sum(1, 2, &four, eight) == 15, "");
/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/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_extendframeborders_neon.asm154 ;Do eight rows at one time
425 ;Do eight rows at one time
/external/jpeg/
H A Dconfigure1295 printf("Hmm, it seems 'char' is not eight bits wide on your machine.\n");
/external/qemu/distrib/jpeg-6b/
H A Dconfigure1295 printf("Hmm, it seems 'char' is not eight bits wide on your machine.\n");
/external/dropbear/libtomcrypt/
H A Dcrypt.tex394 lower eight bits contain data. For example, if you want to pass a 256 bit key to a symmetric ciphers setup routine, you
396 special care to work properly on platforms where an \textit{unsigned char} is not eight bits.
398 For the purposes of this library, the term \textit{byte} will refer to an octet or eight bit word. Typically an array of
3671 keySize INTEGER, -- Curve size (in bits) divided by eight
3679 keySize INTEGER, -- Curve size (in bits) divided by eight
4057 ensures that the generator actually generates a prime order group. Tests seven and eight ensure that the public key
4058 is within range and belongs to a group of prime order. Note that test eight does not prove that $g$ generated $y$ only
4884 two phases. First it will perform trial division by the first few primes. Second it will perform eight rounds of the
5268 data type you can perform integer operations with. Ideally it should be four or eight bytes since it must properly divide the size

Completed in 304 milliseconds