Home
last modified time | relevance | path

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

1234567891011

/external/openssh/regress/
DMakefile5 REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12
128 sshd_proxy_orig t10.out t10.out.pub t12.out t12.out.pub \
195 $(OBJ)/t10.out:
198 t10: $(OBJ)/t10.out target
199 ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t10.out > /dev/null
200 ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t10.out > /dev/null
/external/llvm-project/clang/test/CodeGen/
Dwindows-seh-abnormal-exits.c15 goto t10; // abnormal termination in seh_abnormal_exits()
26 t10:; in seh_abnormal_exits()
Dms_struct-bitfield-1.c90 } ATTR t10; variable
91 static int a10[(sizeof(t10) == 2) -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];
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];
Dattributes.c67 void t10(void) __attribute__((section("SECT")));
68 void t10(void) {} in t10() function
/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/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dstack-overflow.cpp39 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13; in recursive_func()
50 t10 = z10; in recursive_func()
65 z10 = t10; in recursive_func()
/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/llvm-project/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/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-all.test44 # RUN: cp %t %t10
45 # RUN: llvm-strip --strip-all --keep-symbol=unavailable_symbol %t10
46 # RUN: llvm-strip --strip-all --keep-symbol=unavailable_symbol %t10
47 # RUN: cmp %t2 %t10
/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-project/llvm/test/Analysis/ScalarEvolution/
Dsext-mul.ll51 ; CHECK: %t10 = ashr exact i128 %t9, 1
53 ; CHECK: %t14 = or i128 %t10, 1
77 %t10 = ashr exact i128 %t9, 1
78 %t11 = getelementptr inbounds i32, i32* %arg3, i128 %t10
82 %t14 = or i128 %t10, 1
/external/clang/test/CodeGen/
Dms_struct-bitfield-1.c90 } ATTR t10; variable
91 static int a10[(sizeof(t10) == 2) -1];
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];
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/llvm-project/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/llvm-project/clang/test/Analysis/
Dfree.c55 void t10 () { in t10() function
56 …free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', … in t10()
/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/llvm-project/llvm/test/tools/llvm-ml/
Dstruct_errors.asm51 t10 STRUCT 1, X type
53 t10 ENDS

1234567891011