HomeSort by relevance Sort by last modified time
    Searched defs:x6 (Results 26 - 50 of 635) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-mips/string/
memcpy.c 248 reg_t x4 = b[4], x5 = b[5], x6 = b[6], x7 = b[7]; local
255 a[6] = x6;
  /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
129 x6 = j6;
142 QUARTERROUND( x2, x6,x10,x14)
145 QUARTERROUND( x1, x6,x11,x12)
155 x6 = PLUS(x6,j6);
173 x6 = XOR(x6,U8TO32_LITTLE(m + 24));
197 U32TO8_LITTLE(c + 24,x6);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1FieldElement.java 153 int[] x6 = Nat192.create(); local
154 SecP192K1Field.squareN(x3, 3, x6);
155 SecP192K1Field.multiply(x6, x3, x6);
156 int[] x8 = x6;
157 SecP192K1Field.squareN(x6, 2, x8);
SecP256K1FieldElement.java 154 int[] x6 = Nat256.create(); local
155 SecP256K1Field.squareN(x3, 3, x6);
156 SecP256K1Field.multiply(x6, x3, x6);
157 int[] x9 = x6;
158 SecP256K1Field.squareN(x6, 3, x9);
  /external/clang/test/CodeGen/
override-layout.c 62 // CHECK: Type: struct X6
63 struct PACKED X6 { long double a; char b; };
65 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); }; local
  /external/clang/test/Layout/
ms-vtordisp-local.cpp 147 int x6[sizeof(HasVtorDisp4)]; local
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 615 int x0, x1, x2, x3, x4, x5, x6, x7; local
623 x6 = input[1];
626 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
639 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
648 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
658 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
659 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
    [all...]
itrans16_dspr2.c 1069 int x6 = input[9]; local
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 52 x6 equ ESI define
89 r6 equ x6
  /external/openssh/
chacha.c 92 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local
130 x6 = j6;
143 QUARTERROUND( x2, x6,x10,x14)
146 QUARTERROUND( x1, x6,x11,x12)
156 x6 = PLUS(x6,j6);
173 x6 = XOR(x6,U8TO32_LITTLE(m + 24));
196 U32TO8_LITTLE(c + 24,x6);
  /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
129 x6 = j6;
142 QUARTERROUND( x2, x6,x10,x14)
145 QUARTERROUND( x1, x6,x11,x12)
155 x6 = PLUS(x6,j6);
173 x6 = XOR(x6,U8TO32_LITTLE(m + 24));
197 U32TO8_LITTLE(c + 24,x6);
  /external/r8/src/test/examples/newarray/
NewArray.java 29 int x6[] = new int[]{0, 1, 2, 3, 4, 5}; local
39 printArray(x6);
52 int x6[] = new int[]{v0, v1, v2, v3, v4, v5}; local
60 printArray(x6);
71 int x6[] = new int[]{a.v0, a.v1, a.v2, a.v3, a.v4, a.v5}; local
80 printArray(x6);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
549 x6 = blk[13];
560 x8 = W3 * (x6 + x7) + 4;
561 x6 = (x8 - (W3 - W5) * x6) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
572 x6 = x5 + x7;
594 res = (x8 + x6) >> 14;
601 res = (x8 - x6) >> 14
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
99 x6 = 0xFFFF00FF;
120 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
139 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
142 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
227 BIC x10, x6, x10; /* x10 & 0xFF00FF00 */ \
230 BIC x11, x6, x11; /* x11 & 0xFF00FF00 */ \
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
271 MVN x6, #0xFF00 local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
114 x6 = W6 * x2;
119 x8 = x4 - x6;
120 x4 += x6;
121 x6 = x8;
131 blk[16] = (x6 + x5) >> 8;
135 blk[40] = (x6 - x5) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
149 x6 = W6 * x2;
154 x8 = x4 - x6;
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 284 tran_high_t x6 = input[1]; local
294 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
295 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
303 x6 = fdct_round_shift(s2 - s6);
313 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
314 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
322 x6 = fdct_round_shift(s4 - s6);
328 s6 = cospi_16_64 * (x6 + x7);
329 s7 = cospi_16_64 * (x6 - x7);
333 x6 = fdct_round_shift(s6)
356 tran_high_t x6 = input[9]; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
Nat224.java 585 long x6 = x[xOff + 6] & M; local
586 c += wVal * x6 + x5 + (y[yOff + 6] & M);
589 c += x6;
    [all...]
Nat256.java 705 long x6 = x[xOff + 6] & M; local
706 c += wVal * x6 + x5 + (y[yOff + 6] & M);
710 c += wVal * x7 + x6 + (y[yOff + 7] & M);
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 561 int x6 = (getInt(), (y = getInt())); //expected-warning {{Value stored to 'x6' during its initialization is never read}} // expected-warning{{unused variable 'x6'}} local
  /external/clang/test/FixIt/
fixit.cpp 80 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
103 int x6 /= 0; // expected-error {{invalid '/=' at end of declaration; did you mean '='?}} local
104 (void)x6;
127 if (int x6 /= 0) { (void)x6; } // expected-error {{invalid '/=' at end of declaration; did you mean '='?}}
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 202 tran_high_t x6 = input[1]; local
205 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
217 s6 = (int)(cospi_26_64 * x6 + cospi_6_64 * x7);
218 s7 = (int)(cospi_6_64 * x6 - cospi_26_64 * x7);
226 x6 = WRAPLOW(dct_const_round_shift(s2 - s6));
236 s6 = (int)(-cospi_24_64 * x6 + cospi_8_64 * x7);
237 s7 = (int)(cospi_8_64 * x6 + cospi_24_64 * x7);
245 x6 = WRAPLOW(dct_const_round_shift(s4 - s6));
251 s6 = (int)(cospi_16_64 * (x6 + x7));
252 s7 = (int)(cospi_16_64 * (x6 - x7))
395 tran_high_t x6 = input[9]; local
1499 tran_low_t x6 = input[1]; local
1704 tran_low_t x6 = input[9]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.c 893 __m128i p0, p1, p2, p3, p4, p5, p6, p7, x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
inv_txfm_ssse3.c 453 __m128i x0, x1, x4, x5, x6, x7; local
490 butterfly(&x7, &x4, &stg4_1, &stg4_0, &x5, &x6);
491 v1 = _mm_add_epi16(x1, x6); // stp2_1
504 v6 = _mm_sub_epi16(x1, x6); // stp2_6
    [all...]
  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 202 UINT_32 x6 = _BIT(tx,3); local
271 pipeBit1 = x6 ^ y5;
279 pipeBit3 = x6 ^ y5;
286 pipeBit3 = x6 ^ y5;
351 UINT_32 x6 = 0; local
514 x6 = pipebit1 ^ y5;
517 *pX = Bits2Number(4, x6, x5, x4, x3);
538 x6 = pipebit3 ^ y5;
540 *pX = Bits2Number(4, x6, x5,x4, x3);
560 x6 = pipebit3 ^ y5
2041 UINT_32 x6 = 0; local
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 2667 uint32 x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]

Completed in 959 milliseconds

12 3 4 5 6 7 8 91011>>