/external/pdfium/core/src/fxge/fontdata/chromefontdata/ |
FoxitFixedBold.c | 101 0xb, 0xb7, 0xc, 0x32, 0xc, 0x86, 0xc, 0xfa, 138 0x31, 0x65, 0x32, 0x14, 0x32, 0xc5, 0x33, 0x60, 170 0x32, 0x6, 0x82, 0xfb, 0x62, 0x5, 0xfb, 0x4, 231 0x32, 0x27, 0x54, 0x27, 0xfb, 0xb, 0x1a, 0xfb, 237 0xef, 0x32, 0xef, 0x1e, 0x29, 0x6, 0xd7, 0xfb, 318 0x5f, 0x59, 0x68, 0x32, 0x30, 0x1a, 0xfb, 0x21, [all...] |
/external/scrypt/lib/crypto/ |
crypto_scrypt-sse.c | 202 uint32_t * X32 = (void *)X; 209 X32[k * 16 + i] = 251 X32[k * 16 + i]);
|
/frameworks/base/libs/androidfw/tests/data/basic/ |
split_de_fr_arsc.h | 10 0x32, 0x00, 0x00, 0x00, 0x07, 0x00, 0x65, 0x00, 0x73, 0x00, 0x73, 0x00, 13 0x32, 0x00, 0x00, 0x00, 0x00, 0x02, 0x20, 0x01, 0x6c, 0x03, 0x00, 0x00, 54 0x73, 0x00, 0x74, 0x00, 0x32, 0x00, 0x00, 0x00, 0x02, 0x02, 0x10, 0x00,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_mvref_common.c | 94 // 16X32 98 // 32X32 102 // 64X32
|
/external/flac/libFLAC/ |
bitreader.c | 455 FLAC__uint32 x8, x32 = 0; local 459 if(!FLAC__bitreader_read_raw_uint32(br, &x32, 8)) 464 x32 |= (x8 << 8); 468 x32 |= (x8 << 16); 472 x32 |= (x8 << 24); 474 *val = x32;
|
/external/libhevc/common/ |
ihevc_itrans_recon_32x32.c | 24 * Contains function definitions for inverse transform and reconstruction 32x32 54 * This function performs Inverse transform and reconstruction for 32x32 62 * Input 32x32 coefficients 65 * Temporary 32x32 buffer for storing inverse 71 * Prediction 32x32 block 74 * Output 32x32 block [all...] |
/external/llvm/test/MC/Disassembler/Hexagon/ |
ld.txt | 31 0x03 0x40 0x45 0x85 0xf0 0xff 0xd5 0x32 85 0x03 0x40 0x45 0x85 0xf1 0xff 0x15 0x32 155 0x03 0x40 0x45 0x85 0xf1 0xff 0x55 0x32 209 0x03 0x40 0x45 0x85 0xf1 0xff 0x35 0x32 263 0x03 0x40 0x45 0x85 0xf1 0xff 0x75 0x32 317 0x03 0x40 0x45 0x85 0xf1 0xff 0x95 0x32
|
/external/strace/ |
syscall.c | 343 # define PERSONALITY_NAMES {"64 bit", "32 bit", "x32"} 344 # elif defined X32 345 # define PERSONALITY_NAMES {"x32", "32 bit"} 1080 #if defined(LINUX_MIPSN32) || defined(X32) 1179 #elif defined X32 1181 * current_wordsize is 4 even in personality 0 (native X32) [all...] |
/development/ndk/platforms/android-3/include/linux/ |
pci_regs.h | 118 #define PCI_IO_LIMIT_UPPER16 0x32 145 #define PCI_CB_IO_LIMIT_0_HI 0x32
|
/external/compiler-rt/lib/builtins/ |
fp_lib.h | 53 // 32x32 --> 64 bit multiply 87 // Each of the component 32x32 -> 64 products
|
/external/icu/icu4c/source/data/mappings/ |
ibm-1006_P100-1995.ucm | 71 <U0032> \x32 |0 381 <UFF12> \x32 |1
|
ibm-1098_P100-1995.ucm | 71 <U0032> \x32 |0 408 <UFF12> \x32 |1
|
ibm-864_X110-1999.ucm | 71 <U0032> \x32 |0 416 <UFF12> \x32 |1
|
ibm-868_P100-1995.ucm | 71 <U0032> \x32 |0 412 <UFF12> \x32 |1
|
windows-874-2000.ucm | 87 <U0032> \x32 |0 354 <UFF12> \x32 |1
|
/external/libchrome/base/containers/ |
hash_tables.h | 198 // h32(x32, y32) = (h64(x32, y32) * rand_odd64 + rand16 * 2^16) % 2^64 / 2^32
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
scale_common.cc | 426 int dst_width, int x32, int dx) { 427 int64 x = (int64)(x32); 479 int dst_width, int x32, int dx) { 480 int64 x = (int64)(x32); 757 int dst_width, int x32, int dx) { 758 int64 x = (int64)(x32); 828 int dst_width, int x32, int dx) { 829 int64 x = (int64)(x32); [all...] |
/external/libyuv/files/source/ |
scale_common.cc | 454 int dst_width, int x32, int dx) { 455 int64 x = (int64)(x32); 508 int dst_width, int x32, int dx) { 509 int64 x = (int64)(x32); 786 int dst_width, int x32, int dx) { 787 int64 x = (int64)(x32); 858 int dst_width, int x32, int dx) { 859 int64 x = (int64)(x32); [all...] |
/external/llvm/test/MC/Disassembler/ARM/ |
arm-tests.txt | 91 0xd9 0xe0 0x32 0x60 358 0x14 0x0 0x32 0xf9
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
ppc64-encoding-fp.txt | 115 0xfc 0x43 0x01 0x32 121 0xec 0x43 0x01 0x32
|
/external/llvm/test/Transforms/Inline/ |
inline-cold.ll | 142 %x32 = add i32 %x31, %a32 145 %x41 = add i32 %x32, %a41
|
/external/v8/src/x64/ |
deoptimizer-x64.cc | 335 // Zero out the high-32 bit of PC for x32 port. 344 // Zero out the high-32 bit of FP for x32 port.
|
/frameworks/base/libs/androidfw/tests/data/overlay/ |
overlay_arsc.h | 6 0x65, 0x00, 0x73, 0x00, 0x74, 0x00, 0x32, 0x00, 0x2d, 0x00, 0x6f, 0x00, 43 0x74, 0x00, 0x32, 0x00, 0x00, 0x00, 0x0d, 0x00, 0x69, 0x00, 0x6e, 0x00,
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
ssd.h | 69 { 0x00, 0x32, 0x49, 0x79, 0x41, 0x3E, 0x00, 0x00 }, 88 { 0x00, 0x26, 0x49, 0x49, 0x49, 0x32, 0x00, 0x00 },
|
/packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/ |
SendTestMessages.java | 242 (byte)0x32, (byte)0xBD, (byte)0x2E, (byte)0x77, (byte)0x83, (byte)0xE0, (byte)0x61, 243 (byte)0x32, (byte)0x39, (byte)0xED, (byte)0x3E, (byte)0x37, (byte)0x1A, (byte)0x8D, 262 (byte)0xF2, (byte)0x32, (byte)0xBD, (byte)0x2E, (byte)0x77, (byte)0x83, 263 (byte)0xE0, (byte)0x61, (byte)0x32, (byte)0x39, (byte)0xED, (byte)0x3E, 276 (byte)0x00, (byte)0x53, (byte)0x00, (byte)0x32, (byte)0x00, (byte)0x20, (byte)0x00, 295 (byte)0x00, (byte)0x43, (byte)0x00, (byte)0x53, (byte)0x00, (byte)0x32, 355 (byte)0x00, (byte)0x43, (byte)0x00, (byte)0x53, (byte)0x00, (byte)0x32, (byte)0x00, 375 (byte)0x00, (byte)0x32, (byte)0x00, (byte)0x20, (byte)0x00, (byte)0x6D, [all...] |