/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
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
sad_inline.h | 41 int32 x7; local 43 x7 = src2 ^ src1; /* check odd/even combination */ 52 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 53 x7 = mask & ((uint32)x7 >> 1); 54 x7 = (x7 << 8) - x7; 55 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry * 188 int32 x7; local 192 EOR x7, src2, src1; \/* check odd\/even combination *\/ local 194 EOR x7, x7, src1; local 195 AND x7, mask, x7, lsr #1; local 196 ORRCC x7, x7, #0x80000000; local 197 RSB x7, x7, x7, lsl #8; local 198 ADD src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local 199 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local 207 int32 x7; local 211 EOR x7, src2, src1; \/* check odd\/even combination *\/ local 213 EOR x7, x7, src1; \/* only odd bytes need to add carry *\/ local 214 ANDS x7, mask, x7, rrx; local 215 RSB x7, x7, x7, lsl #8; local 216 SUB src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local 217 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local 357 int32 x7; local 377 int32 x7; local [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 160 int32 x0, x1, x3, x5, x7;//, x8; local 166 x7 = W7 * x1; 169 x3 = x7; 170 x5 = (181 * (x1 - x7) + 128) >> 8; 171 x7 = (181 * (x1 + x7) + 128) >> 8; 174 blk[8] = (x0 + x7) >> 8; 178 blk[48] = (x0 - x7) >> 8; 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 219 x7 = (W7 * x1 + 4) >> 3 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 551 x7 = blk[11]; 560 x8 = W3 * (x6 + x7) + 4; 562 x7 = (x8 - (W3 + W5) * x7) >> 3; 572 x6 = x5 + x7; 573 x5 -= x7; 576 x7 = x8 + x3; 586 res = (x7 + x1) >> 14; 609 res = (x7 - x1) >> 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...] |
/external/chromium_org/base/ |
bind_internal.h | 2500 typename Bound7UnwrapTraits::ForwardType x7 = 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...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad_inline.h | 44 int32 x7; local 46 x7 = src2 ^ src1; /* check odd/even combination */ 55 x7 = x7 ^ src1; /* only odd bytes need to add carry */ 56 x7 = mask & ((uint32)x7 >> 1); 57 x7 = (x7 << 8) - x7; 58 src1 = src1 + (x7 >> 7); /* add 0xFF to the negative byte, add back carry * 191 int32 x7; local 195 EOR x7, src2, src1; \/* check odd\/even combination *\/ local 197 EOR x7, x7, src1; local 198 AND x7, mask, x7, lsr #1; local 199 ORRCC x7, x7, #0x80000000; local 200 RSB x7, x7, x7, lsl #8; local 201 ADD src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local 202 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local 210 int32 x7; local 214 EOR x7, src2, src1; \/* check odd\/even combination *\/ local 216 EOR x7, x7, src1; \/* only odd bytes need to add carry *\/ local 217 ANDS x7, mask, x7, rrx; local 218 RSB x7, x7, x7, lsl #8; local 219 SUB src1, src1, x7, asr #7; \/* add 0xFF to the negative byte, add back carry *\/ local 220 EOR src1, src1, x7, asr #7; \/* take absolute value of negative byte *\/ local [all...] |
fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; local 87 x7 = W7 * x1; 90 x3 = x7; 91 x5 = (181 * (x1 - x7) + 128) >> 8; 92 x7 = (181 * (x1 + x7) + 128) >> 8; 95 blk[8] = (x0 + x7) >> 8; 99 blk[48] = (x0 - x7) >> 8; 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 123 x7 = W7 * x1 142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 185 int32 x1, x3, x5, x7;\/\/, x8; local 235 int32 x1, x3, x5, x7; 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 691 int32 x1, x3, x5, x7; 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 1171 int32 x1, x3, x5, x7; 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 1692 int32 x1, x3, x5, x7; local 1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; 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/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/qemu/distrib/jpeg-6b/ |
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/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 | 79 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464 103 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} local 104 (void)x7; 126 if (int x7 %= 0) { (void)x7; } // expected-error {{invalid '%=' at end of declaration; did you mean '='?}}
|
/external/clang/test/Parser/ |
MicrosoftExtensions.cpp | 194 __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 | 494 int x7 = input[6]; local 503 s6 = cospi_26_64 * x6 + cospi_6_64 * x7; 504 s7 = cospi_6_64 * x6 - cospi_26_64 * x7; 513 x7 = dct_const_round_shift(s3 - s7); 522 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7; 523 s7 = cospi_8_64 * x6 + cospi_24_64 * x7; 532 x7 = dct_const_round_shift(s5 - s7); 537 s6 = cospi_16_64 * (x6 + x7); 538 s7 = cospi_16_64 * (x6 - x7); 543 x7 = dct_const_round_shift(s7) 796 int x7 = input[6]; local [all...] |
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 1098 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local 1166 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local [all...] |
/prebuilts/devtools/tools/lib/ |
rule-api.jar | |