Searched refs:i3 (Results 1 - 25 of 82) sorted by relevance

1234

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp3.cpp10 int &i3 = 0377_x1; variable
H A Dp4.cpp10 int &i3 = 0377e-1_x1; variable
H A Dp5.cpp9 double &i3 = L"foo"_x1; // expected-error {{no matching literal operator}} variable
H A Dp6.cpp9 double &i3 = 'a'_x1; // expected-error {{no matching literal operator}} variable
/external/clang/test/Sema/
H A Dtentative-decls.c32 static int i3 = 5; variable
33 extern int i3;
H A Dcomplex-int.c59 int i3[-(2+3i) == +(-3i-2) ? 1 : -1]; variable
/external/clang/test/Index/
H A Dcomplete-properties.m28 id test(I3 *i3) {
29 return i3.Prop3;
/external/valgrind/main/perf/
H A Dffbench.c172 register int i1, i2, i3; local
192 for (i3 = i1; i3 <= ip3; i3 += ip2) {
193 i3rev = i2rev + i3 - i2;
194 SWAP(data[i3], data[i3rev]);
195 SWAP(data[i3 + 1], data[i3rev + 1]);
215 for (i3 = 1; i3 <= ifp1; i3
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-armv4.pl47 $i3="r9";
285 and $i3,lr,$s0,lsr#16
292 ldr $t3,[$tbl,$i3,lsl#2] @ Te1[s0>>16]
293 and $i3,lr,$s1,lsr#8
299 ldr $i3,[$tbl,$i3,lsl#2] @ Te2[s1>>8]
305 eor $t3,$t3,$i3,ror#8
306 and $i3,lr,$s2
312 ldr $i3,[$tbl,$i3,ls
[all...]
H A Daes-s390x.pl107 $i3="%r7";
305 srlg $i3,$s1,`8-3`
310 nr $i3,$mask
320 x $t3,2($i3,$tbl) # Te2[s1>>8]
326 sllg $i3,$s2,`0+3`
329 ngr $i3,$mask
341 x $t3,1($i3,$tbl) # Te3[s2>>0]
343 srlg $i3,$s3,`16-3` # i2
346 nr $i3,$mask
356 x $s2,3($i3,
[all...]
H A Daes-mips.pl104 my ($i0,$i1,$i2,$i3)=($at,$t0,$t1,$t2);
133 _xtr $i3,$s0,16-2
137 and $i3,0x3fc
141 $PTR_ADD $i3,$Tbl
145 lwl $t3,3($i3) # Te1[s0>>16]
149 lwr $t3,2($i3) # Te1[s0>>16]
154 _xtr $i3,$s1,8-2
158 and $i3,0x3fc
162 $PTR_ADD $i3,$Tbl
166 lwl $t7,2($i3) # Te
[all...]
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.elab/
H A Dp2.cpp35 namespace i3 { namespace in namespace:test0
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp410 int i, i3; local
420 for( i = 0, i3 = 0; i < num; i++, i3 += 3 )
423 l1 = F[0] * mr[i3] + F[1] * mr[i3 + 1] + F[2];
424 l2 = F[3] * mr[i3] + F[4] * mr[i3 + 1] + F[5];
425 l3 = F[6] * mr[i3] + F[7] * mr[i3 + 1] + F[8];
427 d1 = (l1 * ml[i3]
585 int i3, i9, j, num3, its = 0, a, t; local
850 int i, i3, j, j3, t; local
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Ddefault-arguments.cpp7 int i3 = l1(1, 2, 3); local
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-init.c40 int i3; member in struct:__anon4243
/external/clang/test/SemaTemplate/
H A Dms-if-exists.cpp28 X<int>::type3 i3; variable
/external/valgrind/main/cachegrind/
H A Dcg-arch.c80 Long i1, i2, i3; local
87 i3 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != '\0') goto bad;
92 cache->line_size = (Int)i3;
95 if (cache->line_size != i3) goto overflow;
/external/v8/test/mjsunit/harmony/
H A Dmodule-parsing.js72 import i1, i2, i3, M from I
77 export let i0, i1, i2, i3;
/external/srec/srec/cfront/
H A Dsp_fft.c428 fftdata r0, r1, r2, r3, i0, i1, i2, i3; local
443 i3 = data[k3+1];
449 data[k1+1] = i1 + i3;
455 i1 -= i3;
460 i3 = r1 + i0;
471 data[k3+1] = i3;
476 complex_multiplier(cc3, -ss3, r3, i3, data + k3, data + k3 + 1);
589 unsigned i, i1, i2, i3, i4; local
617 i3 = n - i1;
618 i4 = i3
[all...]
/external/skia/src/effects/
H A DSkArithmeticMode.cpp160 int32_t i3 = toDot8(k3); local
164 return SkNEW_ARGS(SkArithmeticMode_quad, (i1, i2, i3, i4));
167 return SkNEW_ARGS(SkArithmeticMode_dst, (i3, i4));
169 if (0 == i3) {
172 return SkNEW_ARGS(SkArithmeticMode_linear, (i2, i3, i4));
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc35 static void CheckList(List *l, ListItem *i1, ListItem *i2 = 0, ListItem *i3 = 0,
45 if (i3) {
46 CHECK_EQ(l->front(), i3);
/external/llvm/unittests/ADT/
H A DHashingTest.cpp337 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
338 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
341 EXPECT_EQ(hash_combine_range(arr1, arr1 + 3), hash_combine(i1, i2, i3));
342 EXPECT_EQ(hash_combine_range(arr1, arr1 + 4), hash_combine(i1, i2, i3, i4));
344 hash_combine(i1, i2, i3, i4, i5));
346 hash_combine(i1, i2, i3, i4, i5, i6));
373 EXPECT_NE(hash_combine(i1, i2, i3), hash_combine((char)i1, i2, i3));
374 EXPECT_NE(hash_combine(i1, i2, i3), hash_combine(i1, (char)i2, i3));
[all...]
/external/opencv/cv/src/
H A Dcvcontours.cpp539 schar *i0 = ptr, *i1, *i3, *i4 = 0; local
576 i3 = i0;
586 i4 = i3 + deltas[++s];
595 *i3 = (schar) (nbd | -128);
597 else if( *i3 == 1 )
599 *i3 = nbd;
621 if( i4 == i0 && i3 == i1 )
624 i3 = i4;
652 schar *i0 = ptr, *i1, *i3, *i4; local
672 i3
711 schar *i0 = ptr, *i1, *i3, *i4; local
[all...]
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp37 void i3() { S s = { (A){} }; } // expected-warning{{pointer is initialized by a temporary array}} function in namespace:PointerToArrayDecay
H A Drval-references.cpp40 int i3 = over(virr2); local

Completed in 634 milliseconds

1234