/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 | 5 const char const *x10; // expected-error {{duplicate 'const' declaration specifier}} variable
|
/external/lzma/Asm/x86/ |
7zAsm.asm | 76 x10 equ r10d
define
|
/external/openssh/ |
chacha.c | 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 134 x10 = j10; 143 QUARTERROUND( x2, x6,x10,x14) 145 QUARTERROUND( x0, x5,x10,x15) 160 x10 = PLUS(x10,j10); 177 x10 = XOR(x10,U8TO32_LITTLE(m + 40)); 200 U32TO8_LITTLE(c + 40,x10);
|
/external/openssh/openbsd-compat/ |
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);
|
/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/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 | 399 tran_high_t x10 = input[5]; local 406 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8 | x9 | x10 | x11 | x12 | 423 s10 = x10 * cospi_21_64 + x11 * cospi_11_64; 424 s11 = x10 * cospi_11_64 - x11 * cospi_21_64; 440 x10 = WRAPLOW(dct_const_round_shift(s2 - s10)); 458 s10 = x10 * cospi_20_64 + x11 * cospi_12_64; 459 s11 = x10 * cospi_12_64 - x11 * cospi_20_64; 475 x10 = WRAPLOW(dct_const_round_shift(s10 + s14)); 493 s10 = x10; 510 x10 = WRAPLOW(s8 - s10) 1708 tran_low_t x10 = input[5]; local [all...] |
/external/libvpx/libvpx/vpx_dsp/mips/ |
itrans16_dspr2.c | 1073 int x10 = input[5]; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
Rotation.java | 964 double x10 = m1[0]; local [all...] |
/external/v8/src/regexp/arm64/ |
regexp-macro-assembler-arm64.cc | 191 __ Add(x10, code_pointer(), Operand(w10, UXTW)); 192 __ Br(x10); 291 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10)); 449 __ Mov(x10, GetCachedRegister(start_reg)); 452 __ Ldp(w11, w10, capture_location(start_reg, x10)); 661 __ Mov(x10, map); 662 __ Ldrb(w10, MemOperand(x10, current_character(), UXTW)); 674 __ Mov(x10, map); 675 __ Ldrb(w10, MemOperand(x10, current_character(), UXTW)); 763 __ Mov(x10, stack_limit) 1468 __ Cmp(backtrack_stackpointer(), x10); local [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
loopfilter_sse2.c | 1519 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 891 LLVMValueRef x00 = NULL, x01 = NULL, x10 = NULL, x11 = NULL; local [all...] |
/external/v8/src/arm64/ |
code-stubs-arm64.cc | 460 EmitIdenticalObjectComparison(masm, lhs, rhs, x10, d0, &slow, cond); 506 Register rhs_map = x10; 556 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, x10, 559 StringHelper::GenerateFlatOneByteStringEquals(masm, lhs, rhs, x10, x11, 562 StringHelper::GenerateCompareFlatOneByteStrings(masm, lhs, rhs, x10, x11, 596 __ Mov(x10, Smi::FromInt(ncr)); 597 __ Push(x10); 721 // x10 base_tagged The tagged base (input). 728 // x10 base_tagged The tagged base (input). 913 save_doubles(), x10, extra_stack_space, local 1027 __ LeaveExitFrame(save_doubles(), x10, true); local [all...] |