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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
p1.cpp 19 wchar_t x6[] = { L"hello" }; variable
20 extern wchar_t x6[6];
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9036.go 28 const x6 = 0p0 // ERROR "unexpected p0" const
36 fmt.Printf("%g %T\n", x6, x6)
issue13821b.go 21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B" var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9036.go 28 const x6 = 0p0 // ERROR "unexpected p0" const
36 fmt.Printf("%g %T\n", x6, x6)
issue13821b.go 21 var x6 = b2 && x1 // ERROR "mismatched types B2 and B" var
  /external/clang/test/SemaCXX/
dependent-types.cpp 11 int x6[Size]; local
attr-selectany.cpp 18 static __declspec(selectany) int x6 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} variable
warn-loop-analysis.cpp 149 int x6; variable
152 for (;x6;);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
tocopt.s 7 .quad x6
20 x6: label
tocopt5.s 7 .quad x6
20 x6: label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-pcrel2.s 15 move.d [pc-(x6-x+32769-32)],r8 ; 8
33 move.d [pc-(x6-x+32769-32)],r8 ; 8
34 x6: label
46 move.d [pc-(x6-x+32769-32)],r8 ; 8
58 move.d [pc-(x6-x+32769-32)],r8 ; 8
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
38 x6 = 0xFFFF00FF;
72 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
75 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
98 x10 = x10 & (x6 << 8); /* x10 & 0xFF00FF00 */
101 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
143 MVN x6, #0xff0000; local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
234 x6 = 0xFFFF00FF
    [all...]
  /external/clang/test/CodeGen/
attr-mode-enums.c 26 // CHECK: [[X6:%.+]] = alloca i8
28 T6 x6; local
44 return x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8;
  /external/clang/test/Lexer/
ms-extensions.c 9 __int64 x6 = 0x42I64; variable
  /external/llvm/unittests/Support/
ErrorOrTest.cpp 101 ErrorOr<CastsToErrorCode> x6 = errc::no_such_file_or_directory; local
109 EXPECT_FALSE(x6);
  /prebuilts/go/darwin-x86/test/
convlit.go 20 var x6 = int(1e100) // ERROR "overflow" var
  /prebuilts/go/linux-x86/test/
convlit.go 20 var x6 = int(1e100) // 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
110 x6 = (pInVect[10] - pInVect[14]) >> 1;
120 /* rearrangement of x2 and x6 as in (15) */
121 x2 -= x6;
122 x6 <<= 1;
124 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
125 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x6, x6); /*x6 = x6 * cos(1*pi/4) ; *
    [all...]
  /external/clang/test/ASTMerge/Inputs/
enum1.c 42 E6 x6; variable
enum2.c 42 E6 x6; variable
struct1.c 33 struct S6 { int i : 8; unsigned j : 8; } x6; variable in typeref:struct:S6
struct2.c 30 struct S6 { int i : 8; unsigned j; } x6; variable in typeref:struct:S6
  /external/libavc/common/
ih264_ihadamard_scaling.c 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
108 x6 = pi2_src_ptr[2];
112 x1 = x5 + x6;
113 x2 = x5 - x6;
130 x6 = pi4_tmp_ptr[8];
134 x1 = x5 + x6;
135 x2 = x5 - x6;
ih264_resi_trans_quant.c 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
136 x6 = pu1_src[2] - pu1_pred[2];
141 x1 = x5 + x6;
142 x2 = x5 - x6;
163 x6 = pi2_out_tmp[8];
168 x1 = x5 + x6;
169 x2 = x5 - x6;
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
284 x6 = pu1_src[4] - pu1_pred[4];
289 x1 = x5 + x6;
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 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
210 x6 = (W6 * x2 + 4) >> 3;
215 x8 = x4 - x6;
216 x4 += x6;
217 x6 = x8;
231 res = (x6 + x5) >> 14;
242 res2 = (x6 - x5) >> 14;
259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
266 x6 = W6 * x2;
271 x8 = x4 - x6;
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...]

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>