HomeSort by relevance Sort by last modified time
    Searched defs:x10 (Results 1 - 22 of 22) sorted by null

  /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 89 // CHECK: Type: struct X10
90 struct X10 {
142 struct X10 x10; local
143 typedef int X10array[sizeof(struct X10)];
144 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/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 192 x9, x10, x11, x12, x13, x14, x15; local
216 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
233 QROUND_WORDS( x2, x6,x10,x14)
235 QROUND_WORDS( x0, x5,x10,x15)
267 op[10] = REVW_BE(REVW_BE(ip[10]) ^ (x10 + kp[6]));
  /external/chromium_org/third_party/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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 927 int x10 = input[5]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 852 tran_high_t x10 = input[5]; local
870 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
887 x10 = fdct_round_shift(s2 - s10);
905 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
922 x10 = fdct_round_shift(s10 + s14);
940 s10 = x10;
957 x10 = s8 - s10;
969 s10 = cospi_16_64 * (x10 + x11)
    [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/vp9/common/mips/dspr2/
vp9_itrans16_dspr2.c 927 int x10 = input[5]; local
    [all...]
  /external/libvpx/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...]
  /external/libvpx/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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 687 tran_high_t x10 = input[5]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
714 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
731 x10 = dct_const_round_shift(s2 - s10);
749 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
766 x10 = dct_const_round_shift(s10 + s14);
784 s10 = x10;
801 x10 = s8 - s10
2106 tran_high_t x10 = input[5]; local
    [all...]
  /external/chromium_org/v8/src/arm64/
regexp-macro-assembler-arm64.cc 194 __ Add(x10, code_pointer(), Operand(w10, UXTW));
195 __ Br(x10);
220 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
221 __ Cmp(x10, input_start());
231 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
232 __ Cmp(x10, input_start());
300 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
426 __ Mov(x10, GetCachedRegister(start_reg));
429 __ Ldp(w11, w10, capture_location(start_reg, x10));
619 __ Mov(x10, map)
1507 __ Cmp(backtrack_stackpointer(), x10); local
    [all...]
code-stubs-arm64.cc 511 EmitIdenticalObjectComparison(masm, lhs, rhs, x10, d0, &slow, cond);
557 Register rhs_map = x10;
607 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, x10,
610 StringHelper::GenerateFlatOneByteStringEquals(masm, lhs, rhs, x10, x11,
613 StringHelper::GenerateCompareFlatOneByteStrings(masm, lhs, rhs, x10, x11,
638 __ Mov(x10, Smi::FromInt(ncr));
639 __ Push(x10);
723 Register base_tagged = x10;
762 // x10 base_tagged The tagged base (input).
872 // x10 base_tagged The tagged base (input)
1075 __ EnterExitFrame(save_doubles(), x10, 3); local
1172 __ LeaveExitFrame(save_doubles(), x10, true); local
    [all...]
full-codegen-arm64.cc 130 __ Peek(x10, receiver_offset);
131 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok);
133 __ Ldr(x10, GlobalObjectMemOperand());
134 __ Ldr(x10, FieldMemOperand(x10, GlobalObject::kGlobalProxyOffset));
135 __ Poke(x10, receiver_offset);
164 __ Sub(x10, jssp, locals_count * kPointerSize);
165 __ CompareRoot(x10, Heap::kRealStackLimitRootIndex);
170 __ LoadRoot(x10, Heap::kUndefinedValueRootIndex);
172 __ PushMultipleTimes(x10 , locals_count)
2552 __ Push(context_register(), x10); local
4817 __ Push(result_register(), x10); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 847 milliseconds