Home
last modified time | relevance | path

Searched refs:LOOP (Results 1 – 25 of 102) sorted by relevance

12345

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Ddisplay.c4 #define LOOP 10 macro
14 for( i = 0; i < LOOP; i++ ) { in do_loops()
15 for( j = 0; j < LOOP; j++ ) { in do_loops()
16 for( k = 0; k < LOOP; k++ ) { in do_loops()
36 for( j = 0; j < LOOP; j++ ) { in do_vars()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dloop.h34 #define LOOP_INFO(LOOP) ((struct loop_info *) (LOOP)->aux) argument
37 #define LOOP_MOVABLES(LOOP) (&LOOP_INFO (LOOP)->movables) argument
40 #define LOOP_REGS(LOOP) (&LOOP_INFO (LOOP)->regs) argument
43 #define LOOP_IVS(LOOP) (&LOOP_INFO (LOOP)->ivs) argument
/openbsd/src/regress/lib/libc/asr/bin/
Dthreads.c91 int n, LOOP; in main() local
95 LOOP = 1; in main()
100 LOOP = atoi(optarg); in main()
122 printf("%i %i %i\n", LOOP, nthreads, loop); in main()
123 for (n = 0; n < LOOP; n ++) { in main()
/openbsd/src/gnu/usr.bin/perl/dist/Thread-Queue/t/
D09_ended.t37 LOOP:
40 last LOOP if (! defined($item));
80 LOOP:
83 last LOOP if (! defined($item));
122 LOOP:
125 last LOOP if (! defined($item));
/openbsd/src/usr.sbin/pkg_add/OpenBSD/
DInteractive.pm53 LOOP: label
73 goto LOOP;
79 goto LOOP;
/openbsd/src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/
DComplete.pm115 LOOP: { label
140 redo LOOP;
149 redo LOOP;
/openbsd/src/gnu/usr.bin/perl/ext/B/t/
Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
81 LOOP: for (1 .. 10) {
82 last LOOP if $_ % 2;
/openbsd/src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
DTar.pm364 LOOP: label
408 next LOOP;
423 next LOOP;
442 next LOOP;
486 next LOOP;
503 next LOOP;
541 next LOOP;
549 next LOOP;
552 next LOOP;
558 next LOOP;
[all …]
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_div.c224 #define LOOP /* do ... while (bit >>= 1) */ \ macro
237 LOOP; \
261 LOOP;
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_div.c219 #define LOOP /* do ... while (bit >>= 1) */ \ in fpu_div() macro
232 LOOP; \ in fpu_div()
256 LOOP; in fpu_div()
/openbsd/src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
DDomain.pm257 LOOP: label
265 last LOOP;
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.h82 LOOP = 308, enumerator
257 #define LOOP 308 macro
/openbsd/src/usr.bin/make/
Dvar.c1447 #define LOOP(mask, value, do_stuff) \ in Var_Dump() macro
1462 LOOP(VAR_FROM_CMD | VAR_DUMMY, VAR_FROM_CMD, print_var(t[i])); in Var_Dump()
1465 LOOP(VAR_FROM_ENV| VAR_FROM_CMD | VAR_DUMMY, 0, print_var(t[i])); in Var_Dump()
1468 LOOP(VAR_FROM_ENV|VAR_DUMMY, VAR_FROM_ENV, print_var(t[i])); in Var_Dump()
1471 LOOP(VAR_DUMMY|POISONS, VAR_DUMMY, printf(" %s", t[i]->name)); in Var_Dump()
1473 #undef LOOP in Var_Dump()
/openbsd/src/usr.bin/ftp/
Dsmall.c617 LOOP:
683 goto LOOP;
688 goto LOOP;
/openbsd/src/gnu/usr.bin/perl/t/lib/croak/
Dop277 LOOP: while(1) {
278 defer { last LOOP }
298 LOOP: {
299 try {} catch ($e) {} finally { last LOOP; }
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGStackify.cpp305 if (MI.getOpcode() == WebAssembly::LOOP) { in placeBlockMarker()
367 if (MI.getOpcode() == WebAssembly::LOOP || in placeBlockMarker()
436 TII.get(WebAssembly::LOOP)) in placeLoopMarker()
529 if (MI.getOpcode() == WebAssembly::LOOP) { in placeTryMarker()
615 if (MI.getOpcode() == WebAssembly::LOOP || in placeTryMarker()
1665 case WebAssembly::LOOP: in rewriteDepthImmediates()
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
Db.typemap12 B::LOOP T_OP_OBJ
/openbsd/src/gnu/gcc/gcc/
Dcfgloopanal.c265 #define LOOP_REPR(LOOP) ((LOOP)->num + last_basic_block) argument
/openbsd/src/gnu/usr.bin/perl/ext/B/
Dtypemap12 B::LOOP T_OP_OBJ
DB.pm76 @B::LOOP::ISA = 'B::LISTOP';
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/
Dc-xtensa.texi65 that the assembler will always align instructions like @code{LOOP} that
184 to align a @code{LOOP} instruction). To prevent the assembler from
238 @cindex alignment of @code{LOOP} instructions
241 @cindex @code{LOOP} instructions, alignment
272 The @code{LOOP} family of instructions must be aligned such that the
274 boundary (e.g., with a 32-bit fetch width, a @code{LOOP} instruction
282 fetch width when aligning @code{LOOP} instructions (except if the first
/openbsd/src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
DDistroprefs.pm188 return CPAN::Distroprefs::Iterator->new(sub { LOOP: {
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.h393 case WebAssembly::LOOP: in isMarker()
DWebAssemblyInstPrinter.cpp121 case WebAssembly::LOOP: in printInst()
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-xtensa.texi91 that the assembler will always align instructions like @code{LOOP} that
169 to align a @code{LOOP} instruction). To prevent the assembler from
223 @cindex alignment of @code{LOOP} instructions
226 @cindex @code{LOOP} instructions, alignment
245 The @code{LOOP} family of instructions must be aligned on either a 1 or

12345