Home
last modified time | relevance | path

Searched refs:rept (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/X86/AlignedBundling/
Dautogen-inst-offset-padding.s14 .rept 1
24 .rept 1
34 .rept 1
44 .rept 1
54 .rept 1
64 .rept 1
74 .rept 1
84 .rept 1
94 .rept 1
104 .rept 1
[all …]
Dautogen-inst-offset-align-to-end.s14 .rept 1
25 .rept 1
36 .rept 1
47 .rept 1
58 .rept 1
69 .rept 1
80 .rept 1
91 .rept 1
102 .rept 1
113 .rept 1
[all …]
Drelax-at-bundle-end.s11 .rept 29
/external/llvm/test/MC/AsmParser/
Ddirective_rept-diagnostics.s9 .rept *
12 # CHECK: .rept *
18 .rept bad_token
21 # CHECK: .rept bad_token
27 .rept -32
30 # CHECK: .rept -32
Dmacro-rept.s3 .rept 2
7 .rept 3
8 .rept 2
Dat-pseudo-variable-bad.s11 .rept 2
16 # CHECK-NEXT: .rept 2
Dmacro-rept-err2.s4 .rept 3
Dmacro-exitm.s5 .rept 3
Ddirective_rept.s8 .rept 2
Dat-pseudo-variable.s52 .rept 2
/external/elfutils/tests/
Dmd5-sha1-test.c73 for (int rept = 0; rept < 1000; ++rept) \
/external/dnsmasq/src/
Doption.c227 unsigned int rept; member
993 int rept = usage[i].rept; in one_opt() local
998 if (rept == ARG_USED_CL) in one_opt()
1000 if (rept == ARG_ONE) in one_opt()
1001 usage[i].rept = ARG_USED_CL; in one_opt()
1006 if (rept == ARG_USED_FILE) in one_opt()
1008 if (rept == ARG_USED_CL || rept == ARG_ONE) in one_opt()
1009 usage[i].rept = ARG_USED_FILE; in one_opt()
1012 if (rept != ARG_DUP && rept != ARG_ONE && rept != ARG_USED_CL) in one_opt()
1014 daemon->options |= rept; in one_opt()