/external/chromium_org/skia/ext/ |
convolver_SSE2.cc | 45 // We will load and accumulate with four coefficients per iteration. 57 // Load four pixels => unpack the first two pixels to 16 bits => 143 // Convolves horizontally along four rows. The row data is given in 167 // four pixels in a column per iteration. 173 // We will load and accumulate with four coefficients per iteration. 279 // Output four pixels per iteration (16 bytes). 295 // Load four pixels (16 bytes) together.
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 215 // We will load and accumulate with four coefficients per iteration. 227 // Load four pixels => unpack the first two pixels to 16 bits => 313 // Convolves horizontally along four rows. The row data is given in 337 // four pixels in a column per iteration. 343 // We will load and accumulate with four coefficients per iteration. 449 // Output four pixels per iteration (16 bytes). 465 // Load four pixels (16 bytes) together.
|
/external/chromium_org/third_party/zlib/ |
crc32.c | 8 * instead of four steps with four exclusive-ors. This results in about a 33 /* Find a four-byte integer type for crc32_little() and crc32_big(). */ 47 # undef BYFOUR /* can't find a four-byte integer type! */ 54 /* Definitions for doing the crc four data bytes at a time. */ 106 endian machines, where a word is four bytes. 397 /* put operator for four zero bits in odd */
|
/external/qemu/distrib/zlib-1.2.3/ |
crc32.c | 8 * instead of four steps with four exclusive-ors. This results in about a 33 /* Find a four-byte integer type for crc32_little() and crc32_big(). */ 47 # undef BYFOUR /* can't find a four-byte integer type! */ 54 /* Definitions for doing the crc four data bytes at a time. */ 104 endian machines, where a word is four bytes. 395 /* put operator for four zero bits in odd */
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 215 // We will load and accumulate with four coefficients per iteration. 227 // Load four pixels => unpack the first two pixels to 16 bits => 313 // Convolves horizontally along four rows. The row data is given in 337 // four pixels in a column per iteration. 343 // We will load and accumulate with four coefficients per iteration. 449 // Output four pixels per iteration (16 bytes). 465 // Load four pixels (16 bytes) together.
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/ |
style.css | 114 #calculator-buttons button.four { 118 #calculator-buttons button.four[data-active="touch"], 119 #calculator-buttons button.four[data-active="mouse"]:active {
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_shader_programs_mac.cc | 100 // Writes four source pixels at a time to a full-size Y plane and a half-width 133 // Load the four texture samples. 166 // planes U and V, packed four pixels to a "RGBA" quad.
|
/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser_vms.cc | 98 // On VMS there are four different permission bits: Read, Write, Execute, 116 // We expect four parts of the file protection listing: for System, Owner, 270 // just four columns.
|
/external/chromium_org/third_party/freetype/src/psnames/ |
psmodule.c | 54 /* determine whether the next four characters following are */ 90 /* there must be exactly four hex digits */ 100 /* If the name begins with `u', followed by four to six uppercase */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
chashtst.c | 162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local 187 uhash_puti(hash, (void*)four, 4, &status);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
rune.c | 132 * four character sequence (21-bit value) 215 * four character sequence (21-bit value) 295 * four character sequence (21-bit value)
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aatriangle.c | 176 * - the rectangle formed by the first four points 182 * four dots. The "x" marks the jittered position relative to the 187 /* start with the four corners */
|
/external/chromium_org/third_party/sqlite/src/test/ |
misc3.test | 229 INSERT INTO x2 VALUES(4,'four'); 234 } {1 one cat 2 two {} 3 three {} 4 four dog} 243 } {1 one cat 2 two {} 3 three {} 4 four dog}
|
/external/freetype/src/psnames/ |
psmodule.c | 55 /* determine whether the next four characters following are */ 91 /* there must be exactly four hex digits */ 101 /* If the name begins with `u', followed by four to six uppercase */
|
/external/icu4c/test/cintltst/ |
chashtst.c | 162 static const UChar four[6] = {0x0066, 0x006F, 0x0075, 0x0072, 0}; /* L"four" */ local 187 uhash_puti(hash, (void*)four, 4, &status);
|
/external/libvorbis/doc/ |
02-bitpacking.tex | 33 octet (eight bits) and a word to be a group of two, four or eight 194 \item Although these four bits were originally written as a single 195 four-bit integer, reading some other combination of bit-widths from the
|
/external/mesa3d/src/mesa/swrast/ |
s_aatriangle.c | 176 * - the rectangle formed by the first four points 182 * four dots. The "x" marks the jittered position relative to the 187 /* start with the four corners */
|
/external/stlport/test/unit/ |
alg_test.cpp | 352 m[4] = "four"; 356 values.push_back( "four" ); 363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
|
/ndk/tests/device/test-gnustl-full/unit/ |
alg_test.cpp | 352 m[4] = "four"; 356 values.push_back( "four" ); 363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
|
/ndk/tests/device/test-stlport/unit/ |
alg_test.cpp | 352 m[4] = "four"; 356 values.push_back( "four" ); 363 CPPUNIT_ASSERT( i->second == "four" || i->second == "ten" );
|
/system/core/init/ |
readme.txt | 5 The Android Init Language consists of four broad classes of statements, 63 This is a device-critical service. If it exits more than four times in 64 four minutes, the device will reboot into recovery mode.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
fenv-softfloat.h | 41 * - definitions of FE_* constants for the five exceptions and four
|
/bionic/tests/ |
stack_protector_test.cpp | 61 // four random zero bytes, but it should be vanishingly unlikely.
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
ConfigurationScreenLayoutTest.java | 49 // Check that all four orientations report the same configuration value.
|
/dalvik/vm/jdwp/ |
ExpandBuf.cpp | 141 * Append four big-endian bytes.
|