HomeSort by relevance Sort by last modified time
    Searched defs:x7 (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/test/SemaCXX/
dependent-types.cpp 12 U<T> x7; // expected-error{{declaration of reference variable 'x7' requires an initializer}} local
attr-selectany.cpp 20 // FIXME: MSVC accepts this and makes x7 externally visible and comdat, but keep
22 static int x7; // expected-note{{previous definition}} variable
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}} variable
25 int asdf() { return x7; }
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
99 x7 = (pInVect[11] - pInVect[13])>>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
124 x7 <<= 1 ;
125 x5 = ( x5 <<1 ) - x7 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
137 x7 <<= 1 ;
138 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x7, x7); /*x7 = x7 * cos(1*pi/4) ; *
    [all...]
  /external/clang/test/ASTMerge/Inputs/
struct1.c 36 struct S7 { int i : 8; unsigned j : 8; } x7; variable in typeref:struct:S7
struct2.c 33 struct S7 { int i : 8; unsigned j : 16; } x7; variable in typeref:struct:S7
  /external/lzma/Asm/x86/
7zAsm.asm 49 x7 equ EDI define
78 r7 equ x7
  /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
130 x7 = j7;
143 QUARTERROUND( x3, x7,x11,x15)
146 QUARTERROUND( x2, x7, x8,x13)
156 x7 = PLUS(x7,j7);
174 x7 = XOR(x7,U8TO32_LITTLE(m + 28));
198 U32TO8_LITTLE(c + 28,x7);
  /external/chromium_org/base/
bind_internal.h 2500 typename Bound7UnwrapTraits::ForwardType x7 = local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
482 x7 = input[6];
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;
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7);
    [all...]
vp9_itrans16_dspr2.c 924 int x7 = input[6]; local
    [all...]
  /external/clang/test/CodeGen/
override-layout.c 68 // CHECK: Type: struct X7
69 struct X7 {
74 void use_X7() { struct X7 x7; x7.y = x7.x = sizeof(struct X7); } local
78 struct X7 x;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_itrans8_dspr2.c 473 int x0, x1, x2, x3, x4, x5, x6, x7; local
482 x7 = input[6];
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;
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7);
    [all...]
vp9_itrans16_dspr2.c 924 int x7 = input[6]; local
    [all...]
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 209 int x7 = mOffetX; local
213 canvas.drawLine(x7 , y7 + k, x7 + s3 - 1, y7 + k , mLinePaint);
214 canvas.drawLine(x7 + k, y7 , x7 + k , y7 + s3 - 1, mLinePaint);
218 for (int i = 0, x = x7; i < 3; i++, k++, x += sxy) {
248 canvas.drawLine(x7 + MARGIN, y, x7 + s3 - 1 - MARGIN, y, mWinPaint);
251 int x = x7 + mWinCol * sxy + sxy / 2;
257 canvas.drawLine(x7 + MARGIN, y7 + MARGIN,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/chacha/
chacha_vec.c 191 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
215 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
234 QROUND_WORDS( x3, x7,x11,x15)
237 QROUND_WORDS( x2, x7, x8,x13)
264 op[7] = REVW_BE(REVW_BE(ip[7]) ^ (x7 + kp[3]));
  /external/jpeg/
jidctintelsse.c 113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
142 row0 = _mm_madd_epi16(row0, * ( __m128i*)(table1+24)); /*x7*w31+x5*w30, x7*w27+x5*w26, x7*w23+x5*w22, x7*w19+x5*w18*/
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_dct.c 541 tran_high_t x7 = input[6]; local
550 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
551 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
560 x7 = fdct_round_shift(s3 - s7);
569 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
570 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
579 x7 = fdct_round_shift(s5 - s7);
584 s6 = cospi_16_64 * (x6 + x7);
585 s7 = cospi_16_64 * (x6 - x7);
590 x7 = fdct_round_shift(s7)
849 tran_high_t x7 = input[6]; local
    [all...]
  /external/clang/test/Analysis/
dead-stores.c 562 int x7 = 0, x8 = getInt(); //expected-warning {{Value stored to 'x8' during its initialization is never read}} // expected-warning{{unused variable 'x8'}} // expected-warning{{unused variable 'x7'}} local
  /external/clang/test/FixIt/
fixit.cpp 81 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
105 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} local
106 (void)x7;
128 if (int x7 %= 0) { (void)x7; } // expected-error {{invalid '%=' at end of declaration; did you mean '='?}}
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 228 __int64 x7 = __int64(0); variable
  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 324 int x7 = input[6]; 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;
349 x7 = dct_const_round_shift(s3 - s7);
358 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
359 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
368 x7 = dct_const_round_shift(s5 - s7);
373 s6 = cospi_16_64 * (x6 + x7);
374 s7 = cospi_16_64 * (x6 - x7);
648 int x7 = input[6]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 502 int x7 = input[6]; local
511 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
512 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
521 x7 = fdct_round_shift(s3 - s7);
530 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
531 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
540 x7 = fdct_round_shift(s5 - s7);
545 s6 = cospi_16_64 * (x6 + x7);
546 s7 = cospi_16_64 * (x6 - x7);
551 x7 = fdct_round_shift(s7)
808 int x7 = input[6]; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_idct.c 358 tran_high_t x7 = input[6]; local
360 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
373 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
374 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
383 x7 = dct_const_round_shift(s3 - s7);
392 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
393 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
402 x7 = dct_const_round_shift(s5 - s7);
407 s6 = cospi_16_64 * (x6 + x7);
408 s7 = cospi_16_64 * (x6 - x7);
684 tran_high_t x7 = input[6]; local
1773 tran_high_t x7 = input[6]; local
2103 tran_high_t x7 = input[6]; local
    [all...]
  /external/libvpx/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_sse2.c 1331 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
1399 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]

Completed in 1201 milliseconds

1 2