Home
last modified time | relevance | path

Searched refs:t10 (Results 1 – 25 of 178) sorted by relevance

12345678

/external/openssh/regress/
DMakefile3 REGRESS_TARGETS= unit t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t-exec
113 t10.out t10.out.pub t12.out t12.out.pub t2.out t3.out \
181 $(OBJ)/t10.out:
184 t10: $(OBJ)/t10.out target
185 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t10.out > /dev/null
186 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t10.out > /dev/null
/external/speex/libspeexdsp/
Dsmallft.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradfg() local
292 t10=ip*ido; in dradfg()
473 t2+=t10; in dradfg()
485 t2+=t10; in dradfg()
507 t5+=t10; in dradfg()
537 t6+=t10; in dradfg()
538 t7+=t10; in dradfg()
566 t6+=t10; in dradfg()
567 t7+=t10; in dradfg()
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; in dradb3() local
[all …]
/external/llvm/test/Transforms/Reassociate/
Dmightymul.ll15 %t10 = mul i32 %t9, %t9
16 %t11 = mul i32 %t10, %t10
Dfast-mightymul.ll15 %t10 = fmul fast float %t9, %t9
16 %t11 = fmul fast float %t10, %t10
/external/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
48 t10 = z10; in recursive_func()
63 z10 = t10; in recursive_func()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Reassociate/
Dmightymul.ll15 %t10 = mul i32 %t9, %t9
16 %t11 = mul i32 %t10, %t10
Dfast-mightymul.ll15 %t10 = fmul fast float %t9, %t9
16 %t11 = fmul fast float %t10, %t10
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dsext-mul.ll50 ; CHECK: %t10 = ashr exact i128 %t9, 1
52 ; CHECK: %t14 = or i128 %t10, 1
76 %t10 = ashr exact i128 %t9, 1
77 %t11 = getelementptr inbounds i32, i32* %arg3, i128 %t10
81 %t14 = or i128 %t10, 1
/external/clang/test/CodeGen/
Darm-apcs-zerolength-bitfield.c96 struct t10 struct
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]; argument
104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
Darm-aapcs-zerolength-bitfield.c92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]; argument
100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
Dms_struct-bitfield-1.c90 } ATTR t10; variable
91 static int a10[(sizeof(t10) == 2) -1];
Dattributes.c60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} in t10() function
Dms_struct-bitfield.c147 } ATTR t10; variable
148 int s10 = sizeof(t10);
/external/clang/test/CodeGenCXX/
Daarch64-aapcs-zerolength-bitfield.cpp93 struct t10 struct
100 static_assert(offsetof(struct t10, bar2) == 9); argument
101 static_assert(sizeof(struct t10) == 16);
/external/clang/test/Analysis/
Dfree.c49 void t10 () { in t10() function
50 …free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', … in t10()
/external/skia/tests/
DPathOpsQuadIntersectionTest.cpp468 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
474 test = quad1.ptAtT(t10); in intersectionFinder()
475 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
497 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder()
498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder()
/external/skqp/tests/
DPathOpsQuadIntersectionTest.cpp468 double t10 = t1Seed - t1Step * 2; in intersectionFinder() local
474 test = quad1.ptAtT(t10); in intersectionFinder()
475 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
497 t10, t1Seed, t12, t20, t2Seed, t22); in intersectionFinder()
498 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder()
/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht8x8_add_sse4.c36 __m128i t00[2], t01[2], t10[2], t11[2]; in highbd_iadst_butterfly_sse4_1() local
45 t10[0] = _mm_mul_epi32(pair_c1, x0[0]); in highbd_iadst_butterfly_sse4_1()
46 t10[1] = _mm_mul_epi32(pair_c1, x0[1]); in highbd_iadst_butterfly_sse4_1()
52 s1[0] = _mm_sub_epi64(t10[0], t01[0]); in highbd_iadst_butterfly_sse4_1()
53 s1[1] = _mm_sub_epi64(t10[1], t01[1]); in highbd_iadst_butterfly_sse4_1()
/external/clang/test/Sema/
Dfunction.c29 void t10(){} in t10() function
30 void t11(){t10(1);} // expected-warning{{too many arguments}} in t11()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll10 %t10 = bitcast i64 %t9 to <2 x i32> ; <<2 x i32>> [#uses=1]
12 %t6 = xor <2 x i32> %t10, %t7 ; <<2 x i32>> [#uses=1]
/external/llvm/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll10 %t10 = bitcast i64 %t9 to <2 x i32> ; <<2 x i32>> [#uses=1]
12 %t6 = xor <2 x i32> %t10, %t7 ; <<2 x i32>> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2009-07-02-MaskedIntVector.ll10 %t10 = bitcast i64 %t9 to <2 x i32> ; <<2 x i32>> [#uses=1]
12 %t6 = xor <2 x i32> %t10, %t7 ; <<2 x i32>> [#uses=1]
/external/libaom/libaom/av1/common/arm/
Dwiener_convolve_neon.c84 uint8x8_t t8, t9, t10, t11, t12, t13, t14; in av1_wiener_convolve_add_src_neon() local
115 load_u8_8x8(s, src_stride, &t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon()
116 transpose_u8_8x8(&t7, &t8, &t9, &t10, &t11, &t12, &t13, &t14); in av1_wiener_convolve_add_src_neon()
146 res0 = vreinterpretq_s16_u16(vaddl_u8(t4, t10)); in av1_wiener_convolve_add_src_neon()
154 res1 = vreinterpretq_s16_u16(vaddl_u8(t6, t10)); in av1_wiener_convolve_add_src_neon()
162 res2 = vreinterpretq_s16_u16(vaddl_u8(t8, t10)); in av1_wiener_convolve_add_src_neon()
170 res3 = vreinterpretq_s16_u16(vmovl_u8(t10)); in av1_wiener_convolve_add_src_neon()
181 t2 = t10; in av1_wiener_convolve_add_src_neon()
/external/llvm/test/Transforms/IndVarSimplify/
Deliminate-rem.ll24 %t10 = icmp slt i64 %t9, %arg ; <i1> [#uses=1]
25 br i1 %t10, label %bb5, label %bb11
54 %t10 = srem i64 %t9, %arg1 ; <i64> [#uses=1]
55 %t11 = add nsw i64 %t10, 1 ; <i64> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Deliminate-rem.ll24 %t10 = icmp slt i64 %t9, %arg ; <i1> [#uses=1]
25 br i1 %t10, label %bb5, label %bb11
54 %t10 = srem i64 %t9, %arg1 ; <i64> [#uses=1]
55 %t11 = add nsw i64 %t10, 1 ; <i64> [#uses=1]

12345678