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

1 2 3 4 5 6 7 8 91011>>

  /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; }
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13821b.go 22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13821b.go 22 var x7 = b2 && x2 // ERROR "mismatched types B2 and B" var
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-pcrel2.s 16 move.d [pc+x7-x+32767-40],r8 ; 6
35 move.d [pc+x7-x+32767-40],r8 ; 6
36 x7: label
47 move.d [pc+x7-x+32767-40],r8 ; 6
59 move.d [pc+x7-x+32767-40],r8 ; 6
  /external/clang/test/CodeGen/
attr-mode-enums.c 30 // CHECK: [[X7:%.+]] = alloca i128
31 enum { A7, B7 } __attribute__((mode(TI))) x7 = A7; local
41 // CHECK: store i128 0, i128* [[X7]]
44 return x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8;
override-layout.c 67 // CHECK: Type: struct X7
68 struct X7 {
73 void use_X7() { struct X7 x7; x7.y = x7.x = sizeof(struct X7); } local
77 struct X7 x;
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 102 ErrorOr<CastsToErrorCode> x7 = {errc::no_such_file_or_directory}; local
110 EXPECT_FALSE(x7);
  /prebuilts/go/darwin-x86/test/
convlit.go 21 var x7 = float32(1e1000) // ERROR "overflow" var
  /prebuilts/go/linux-x86/test/
convlit.go 21 var x7 = float32(1e1000) // ERROR "overflow" var
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 99 register int32_t x0, x1, x2, x3, x4, x5, x6, x7, temp; local
111 x7 = (pInVect[11] - pInVect[13]) >> 1;
138 /* rearrangement of x1,x3,x5,x7 as in (15) */
139 x7 <<= 1;
140 x5 = (x5 << 1) - x7;
150 /* rearrangement of x3 and x7 as in (15) */
151 x3 -= x7;
152 x7 <<= 1;
153 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/libavc/common/
ih264_ihadamard_scaling.c 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
109 x7 = pi2_src_ptr[3];
111 x0 = x4 + x7;
114 x3 = x4 - x7;
131 x7 = pi4_tmp_ptr[12];
133 x0 = x4 + x7;
136 x3 = x4 - x7;
ih264_resi_trans_quant.c 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
137 x7 = pu1_src[3] - pu1_pred[3];
140 x0 = x4 + x7;
143 x3 = x4 - x7;
164 x7 = pi2_out_tmp[12];
167 x0 = x4 + x7;
170 x3 = x4 - x7;
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
285 x7 = pu1_src[6] - pu1_pred[6];
288 x0 = x4 + x7;
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, 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...]
  /bionic/libc/arch-mips/string/
memcpy.c 248 reg_t x4 = b[4], x5 = b[5], x6 = b[6], x7 = b[7]; local
256 a[7] = 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/clang/test/Layout/
ms-vtordisp-local.cpp 173 int x7[sizeof(NoVtorDisp3)]; local
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans8_dspr2.c 615 int x0, x1, x2, x3, x4, x5, x6, x7; local
624 x7 = input[6];
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;
649 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
658 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
659 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
    [all...]
  /external/lzma/Asm/x86/
7zAsm.asm 53 x7 equ EDI define
90 r7 equ x7
  /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...]
  /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/libvpx/libvpx/vp9/encoder/
vp9_dct.c 285 tran_high_t x7 = input[6]; local
294 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
295 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
304 x7 = fdct_round_shift(s3 - s7);
313 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
314 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
323 x7 = fdct_round_shift(s5 - s7);
328 s6 = cospi_16_64 * (x6 + x7);
329 s7 = cospi_16_64 * (x6 - x7);
334 x7 = fdct_round_shift(s7)
357 tran_high_t x7 = input[6]; local
    [all...]

Completed in 546 milliseconds

1 2 3 4 5 6 7 8 91011>>