/external/openssh/regress/ |
D | Makefile | 3 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/ |
D | smallft.c | 278 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/ |
D | mightymul.ll | 15 %t10 = mul i32 %t9, %t9 16 %t11 = mul i32 %t10, %t10
|
D | fast-mightymul.ll | 15 %t10 = fmul fast float %t9, %t9 16 %t11 = fmul fast float %t10, %t10
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 37 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/ |
D | mightymul.ll | 15 %t10 = mul i32 %t9, %t9 16 %t11 = mul i32 %t10, %t10
|
D | fast-mightymul.ll | 15 %t10 = fmul fast float %t9, %t9 16 %t11 = fmul fast float %t10, %t10
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | sext-mul.ll | 50 ; 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/ |
D | arm-apcs-zerolength-bitfield.c | 96 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];
|
D | arm-aapcs-zerolength-bitfield.c | 92 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];
|
D | ms_struct-bitfield-1.c | 90 } ATTR t10; variable 91 static int a10[(sizeof(t10) == 2) -1];
|
D | attributes.c | 60 void t10(void) __attribute__((section("SECT"))); 61 void t10(void) {} in t10() function
|
D | ms_struct-bitfield.c | 147 } ATTR t10; variable 148 int s10 = sizeof(t10);
|
/external/clang/test/CodeGenCXX/ |
D | aarch64-aapcs-zerolength-bitfield.cpp | 93 struct t10 struct 100 static_assert(offsetof(struct t10, bar2) == 9); argument 101 static_assert(sizeof(struct t10) == 16);
|
/external/clang/test/Analysis/ |
D | free.c | 49 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/ |
D | PathOpsQuadIntersectionTest.cpp | 468 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/ |
D | PathOpsQuadIntersectionTest.cpp | 468 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/ |
D | vp9_highbd_iht8x8_add_sse4.c | 36 __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/ |
D | function.c | 29 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/ |
D | 2009-07-02-MaskedIntVector.ll | 10 %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/ |
D | 2009-07-02-MaskedIntVector.ll | 10 %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/ |
D | 2009-07-02-MaskedIntVector.ll | 10 %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/ |
D | wiener_convolve_neon.c | 84 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/ |
D | eliminate-rem.ll | 24 %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/ |
D | eliminate-rem.ll | 24 %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]
|