/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_mb_offset.h | 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 50 x10 = *((uint32*)(ref += lx)); /* D C B A */ 54 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */ 55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */ 65 /* process x12 & x10 */ 66 x10 = sad_4pixel(x10, x12, x9); 68 x5 = x5 + x10; /* accumulate low bytes * 134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 157 MVN x10, x10, lsr #SHIFT; local 158 BIC x10, x10, x11, lsl #(32-SHIFT); local 177 LDR x10, [ref], lx ; local 180 MVN x10, x10, lsr #SHIFT; local 181 BIC x10, x10, x11, lsl #(32-SHIFT); local 202 RSBS x11, dmin, x10, lsr #16 local 226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad.cpp | 66 int32 x10; local 72 x10 = simd_sad_mb(ref, blk, dmin, lx); 74 return x10;
|
sad_inline.h | 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 105 x10 = *((uint32*)(ref += lx)); 113 /* process x12 & x10 */ 114 x10 = sad_4pixel(x10, x12, x9); 116 x5 = x5 + x10; /* accumulate low bytes */ 117 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ 118 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes * 256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 294 LDR x10, [ref], lx ; local 320 RSBS x11, dmin, x10, lsr #16; local 430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 53 x10 = *((uint32*)(ref += lx)); /* D C B A */ 57 x10 = ((uint32)x10 >> SHIFT); /* 0 0 0 D */ 58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */ 68 /* process x12 & x10 */ 69 x10 = sad_4pixel(x10, x12, x9); 71 x5 = x5 + x10; /* accumulate low bytes * 137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local 161 MVN x10, x10, lsr #SHIFT; local 162 BIC x10, x10, x11, lsl #(32-SHIFT); local 181 LDR x10, [ref], lx ; local 184 MVN x10, x10, lsr #SHIFT; local 185 BIC x10, x10, x11, lsl #(32-SHIFT); local 206 RSBS x11, dmin, x10, lsr #16 local 230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
sad.cpp | 80 int32 x10; local 88 x10 = simd_sad_mb(ref, blk, dmin, lx); 90 return x10;
|
sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 108 x10 = *((uint32*)(ref += lx)); 116 /* process x12 & x10 */ 117 x10 = sad_4pixel(x10, x12, x9); 119 x5 = x5 + x10; /* accumulate low bytes */ 120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */ 121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes * 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local 297 LDR x10, [ref], lx ; local 323 RSBS x11, dmin, x10, lsr #16; local 448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
RC2Engine.java | 47 (byte)0x5, (byte)0xdf, (byte)0x29, (byte)0x10, (byte)0x67, (byte)0x6c, (byte)0xba, (byte)0xc9, 210 int x76, x54, x32, x10; local 215 x10 = ((in[inOff + 1] & 0xff) << 8) + (in[inOff + 0] & 0xff); 219 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1); 220 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2); 221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3); 222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5); 225 x10 += workingKey[x76 & 63] 267 int x76, x54, x32, x10; local [all...] |
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 45 struct S10 *x10; variable in typeref:struct:S10
|
struct2.c | 42 struct S10 *x10; variable in typeref:struct:S10
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 133 x10 = j10; 142 QUARTERROUND( x2, x6,x10,x14) 144 QUARTERROUND( x0, x5,x10,x15) 159 x10 = PLUS(x10,j10); 177 x10 = XOR(x10,U8TO32_LITTLE(m + 40)); 201 U32TO8_LITTLE(c + 40,x10);
|
/external/clang/test/CodeGen/ |
override-layout.c | 88 // CHECK: Type: struct X10 89 struct X10 { 141 struct X10 x10; local 142 typedef int X10array[sizeof(struct X10)]; 143 x10.y = sizeof(struct X10);
|
/external/clang/test/Parser/ |
cxx-decl.cpp | 3 const char const *x10; // expected-error {{duplicate 'const' declaration specifier}} variable
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 76 x10 equ r10d
define
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_Interpolate_Chroma_s.s | 79 x10 RN 9 label 151 ;// x10 x11 x12 161 LDRB x10, [pSrc1, #+0] 171 ORR x11x10, x10, x11, LSL #16
|
/external/boringssl/src/crypto/chacha/ |
chacha_vec.c | 186 x9, x10, x11, x12, x13, x14, x15; local 210 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7]; 227 QROUND_WORDS( x2, x6,x10,x14) 229 QROUND_WORDS( x0, x5,x10,x15) 261 op[10] = REVW_BE(REVW_BE(ip[10]) ^ (x10 + kp[6]));
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_dct.c | 360 tran_high_t x10 = input[5]; local 378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; 395 x10 = fdct_round_shift(s2 - s10); 413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; 430 x10 = fdct_round_shift(s10 + s14); 448 s10 = x10; 465 x10 = s8 - s10; 477 s10 = cospi_16_64 * (x10 + x11) [all...] |
/external/speex/libspeex/ |
filters.c | 503 spx_word16_t x10, x20; local 506 x10 = xx1[N2-2-i]; 522 y2 = MAC16_16(MAC16_16(y2, a0, x10), NEG16(a0), x20); 523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20); 527 y2 = ADD32(y2,MULT16_16(a0, x10-x20)); 528 y3 = ADD32(y3,MULT16_16(a1, x10+x20)); 532 x10 = xx1[N2+j-i]; 537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20); 538 y1 = MAC16_16(MAC16_16(y1, a1, x10), a1, x20); 542 y0 = ADD32(y0,MULT16_16(a0, x10-x20)) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest2.java | 621 public void x10() { method in class:SerializationStressTest2.NonPublicClassTest 696 public void x10() { method in class:SerializationStressTest2.SInterfaceTest 745 public void x10() { method in class:SerializationStressTest2.SuperclassTest 775 public void x10() { method in class:SerializationStressTest2.SuperclassTest2 777 super.x10(); [all...] |
/external/clang/test/Analysis/ |
dead-stores.c | 563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}} local
|
/external/clang/test/FixIt/ |
fixit.cpp | 84 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 111 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} local 112 (void)x10; 131 if (int x10 >= 0) { (void)x10; } // expected-error {{invalid '>=' at end of declaration; did you mean '='?}}
|
/external/libvpx/libvpx/vpx_dsp/ |
inv_txfm.c | 593 tran_high_t x10 = input[5]; local 601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { 620 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 621 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; 637 x10 = WRAPLOW(dct_const_round_shift(s2 - s10), 8); 655 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 656 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; 672 x10 = WRAPLOW(dct_const_round_shift(s10 + s14), 8); 690 s10 = x10; 707 x10 = WRAPLOW(check_range(s8 - s10), 8) 1832 tran_low_t x10 = input[5]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans16_dspr2.c | 1068 int x10 = input[5]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans16_dspr2.c | 927 int x10 = input[5]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_idct.c | 651 int x10 = input[5]; local 659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) { 678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; 695 x10 = dct_const_round_shift(s2 - s10); 713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; 730 x10 = dct_const_round_shift(s10 + s14); 748 s10 = x10; 765 x10 = s8 - s10 [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_dct.c | 811 int x10 = input[5]; local 829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; 846 x10 = fdct_round_shift(s2 - s10); 864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; 881 x10 = fdct_round_shift(s10 + s14); 899 s10 = x10; 916 x10 = s8 - s10; 928 s10 = cospi_16_64 * (x10 + x11) [all...] |