/external/jpeg/ |
jccolor.c | 65 /* We allocate one big table and divide it up into eight parts, instead of 66 * doing eight alloc_small requests. This lets us use a single table base 68 * machines (more than can hold all eight addresses, anyway).
|
/external/stlport/src/ |
iostream.cpp | 51 // (2) Call the constructors for the eight global stream objects. 58 // Definitions of the eight global I/O objects that are declared in 88 // Definitions of the eight global I/O objects that are declared in
|
/external/wpa_supplicant_8/src/wps/ |
wps_common.c | 203 * @pin: Seven digit PIN (i.e., eight digit PIN without the checksum digit) 222 * @pin: Eight digit PIN (i.e., including the checksum digit) 233 * Returns: Eight digit PIN (i.e., including the checksum digit)
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 51 // (2) Call the constructors for the eight global stream objects. 58 // Definitions of the eight global I/O objects that are declared in 88 // Definitions of the eight global I/O objects that are declared in
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 586 // i.e. split the sixteen 8-bit values from mask into two sets of eight 629 // resultLo and resultHi contain eight 16-bit components (two pixels) each. 672 // i.e. split the sixteen 8-bit values from mask into two sets of eight 707 // resultLo and resultHi contain eight 16-bit components (two pixels) each. 741 // Set srcA_sse to contain eight copies of srcA, padded with zero. 809 // Set srcA_sse to contain eight copies of srcA, padded with zero. [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_SSE2.cpp | 586 // i.e. split the sixteen 8-bit values from mask into two sets of eight 629 // resultLo and resultHi contain eight 16-bit components (two pixels) each. 672 // i.e. split the sixteen 8-bit values from mask into two sets of eight 707 // resultLo and resultHi contain eight 16-bit components (two pixels) each. 741 // Set srcA_sse to contain eight copies of srcA, padded with zero. 809 // Set srcA_sse to contain eight copies of srcA, padded with zero. [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
varint_bigendian_test.cc | 236 // For a 63-bit non-negative VarintBE, a series of eight FFs is valid, because 237 // the largest allowable 63-bit value is expressed as eight FF bytes followed
|
/external/chromium_org/chrome/common/extensions/api/ |
serial.idl | 18 enum DataBits { seven, eight }; 46 // <code>"eight"</code> will be passed by default.
|
/external/chromium_org/sdch/open-vcdiff/src/ |
varint_bigendian_test.cc | 236 // For a 63-bit non-negative VarintBE, a series of eight FFs is valid, because 237 // the largest allowable 63-bit value is expressed as eight FF bytes followed
|
/external/open-vcdiff/src/ |
varint_bigendian_test.cc | 236 // For a 63-bit non-negative VarintBE, a series of eight FFs is valid, because 237 // the largest allowable 63-bit value is expressed as eight FF bytes followed
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 69 test("eight", std::string("8")); 145 test(L"eight", std::wstring(L"8"));
|
/art/runtime/jdwp/ |
jdwp_expand_buf.cc | 145 * Append eight big-endian bytes.
|
/bionic/libc/upstream-netbsd/libc/regex/ |
cname.h | 149 { "eight", '8' },
|
/docs/source.android.com/src/devices/tech/dalvik/ |
instruction-formats.jd | 36 "<code>op</code>" is used to indicate the position of an eight-bit 50 consists of the opcode in the low eight bits and a pair of four-bit 51 values in the high eight bits; and the second word consists of a single 161 each four bits of the field. For example, an eight-bit field labeled
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 142 {"eigth", "eight"},
|
/external/chromium/chrome/common/ |
multi_process_lock_unittest.cc | 84 std::string name("This is a name that is longer than one hundred and eight "
|
/external/chromium_org/base/memory/ |
manual_constructor.h | 59 // You can pass up to eight constructor arguments as arguments of Init().
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
skia_utils_gtk2.cc | 20 // To get back, we can just right shift by eight
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
controller.js | 62 inputs.byButton['eight'] = inputs.byKey['56'] = '8';
|
/external/chromium_org/sync/internal_api/public/base/ |
unique_position.cc | 395 // A repeated character block is encoded into eight bytes and represents between 408 // A plain data block is encoded into eight bytes and represents exactly eight 562 // Output up to eight bytes without any encoding.
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
translit_rules.txt | 112 \uE06E>\u09EE; # DIGIT EIGHT
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/cso/ |
sampler.rst | 56 * ``PIPE_TEX_FILTER_LINEAR``: Two, four or eight texels (depending on the
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
config.h | 119 * eight because of various vertex attribute bitvectors.
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
des.pod | 103 (eight bytes at a time) encryption mode.
|
enc_writ.c | 142 rnum=((len+7)/8*8); /* round up to nearest eight */
|