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

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
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 593 int x0, x1, x2, x3, x4, x5, x6, x7; local
601 x6 = input[1];
604 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
617 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
618 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
626 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
636 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
637 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
645 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
651 s6 = cospi_16_64 * (x6 + x7)
    [all...]
itrans16_dspr2.c 1064 int x6 = input[9]; local
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 52 x6 equ ESI define
89 r6 equ 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
481 x6 = input[1];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7)
    [all...]
vp9_itrans16_dspr2.c 923 int x6 = input[9]; local
    [all...]
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 185 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
209 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
227 QROUND_WORDS( x2, x6,x10,x14)
230 QROUND_WORDS( x1, x6,x11,x12)
257 op[6] = REVW_BE(REVW_BE(ip[6]) ^ (x6 + kp[2]));
  /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;
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 294 tran_high_t x6 = input[1]; local
297 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
310 s6 = (int)(cospi_26_64 * x6 + cospi_6_64 * x7);
311 s7 = (int)(cospi_6_64 * x6 - cospi_26_64 * x7);
319 x6 = WRAPLOW(dct_const_round_shift(s2 - s6), 8);
329 s6 = (int)(-cospi_24_64 * x6 + cospi_8_64 * x7);
330 s7 = (int)(cospi_8_64 * x6 + cospi_24_64 * x7);
338 x6 = WRAPLOW(dct_const_round_shift(s4 - s6), 8);
344 s6 = (int)(cospi_16_64 * (x6 + x7));
345 s7 = (int)(cospi_16_64 * (x6 - x7))
589 tran_high_t x6 = input[9]; local
1530 tran_low_t x6 = input[1]; local
1828 tran_low_t x6 = input[9]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 323 int x6 = input[1]; local
326 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
339 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
340 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
348 x6 = dct_const_round_shift(s2 - s6);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
367 x6 = dct_const_round_shift(s4 - s6);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6 - x7)
647 int x6 = input[9]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 501 int x6 = input[1]; local
511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
520 x6 = fdct_round_shift(s2 - s6);
530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
539 x6 = fdct_round_shift(s4 - s6);
545 s6 = cospi_16_64 * (x6 + x7);
546 s7 = cospi_16_64 * (x6 - x7);
550 x6 = fdct_round_shift(s6)
807 int x6 = input[9]; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_loopfilter_sse2.c 956 __m128i p0, p1, p2, p3, p4, p5, p6, p7, x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
loopfilter_sse2.c 1333 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1405 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1469 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1537 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/dng_sdk/source/
dng_reference.cpp 2667 uint32 x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/opencv3/modules/imgproc/src/
demosaicing.cpp 1284 __m128i x6 = _mm_loadl_u8_s16(srow, +2 - bstep ); local
    [all...]

Completed in 1269 milliseconds

12 3 4 5 6 7 8 91011>>