Searched refs:LOOP (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Ddisplay.c4 #define LOOP 10 macro
14 for( i = 0; i < LOOP; i++ ) {
15 for( j = 0; j < LOOP; j++ ) {
16 for( k = 0; k < LOOP; k++ ) {
36 for( j = 0; j < LOOP; j++ ) {
/openbsd-current/regress/lib/libc/asr/bin/
H A Dthreads.c91 int n, LOOP; local
95 LOOP = 1;
100 LOOP = atoi(optarg);
122 printf("%i %i %i\n", LOOP, nthreads, loop);
123 for (n = 0; n < LOOP; n ++) {
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DInteractive.pm53 LOOP: label
73 goto LOOP;
79 goto LOOP;
H A DPkgAdd.pm479 LOOP: for my $c (@conflicts) { label
486 next LOOP;
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
80 # PVOP, LOOP
81 LOOP: for (1 .. 10) {
82 last LOOP if $_ % 2;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.h34 #define LOOP_INFO(LOOP) ((struct loop_info *) (LOOP)->aux)
37 #define LOOP_MOVABLES(LOOP) (&LOOP_INFO (LOOP)->movables)
40 #define LOOP_REGS(LOOP) (&LOOP_INFO (LOOP)->regs)
43 #define LOOP_IVS(LOOP) (&LOOP_INFO (LOOP)->ivs)
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_div.c224 #define LOOP /* do ... while (bit >>= 1) */ \ macro
237 LOOP; \
261 LOOP;
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_div.c219 #define LOOP /* do ... while (bit >>= 1) */ \ macro
232 LOOP; \
256 LOOP;
/openbsd-current/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/
H A DComplete.pm115 LOOP: { label
140 redo LOOP;
149 redo LOOP;
/openbsd-current/lib/libcrypto/rc4/
H A Drc4.c197 #define LOOP(in,out) \ macro
206 #define RC4_LOOP(a,b,i) LOOP(*((a)++),*((b)++))
208 #define RC4_LOOP(a,b,i) LOOP(a[i],b[i])
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h82 LOOP = 308, enumerator in enum:yytokentype
257 #define LOOP 308 macro
/openbsd-current/usr.bin/ftp/
H A Dsmall.c617 LOOP:
683 goto LOOP;
688 goto LOOP;
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DDomain.pm257 LOOP: label
265 last LOOP;
/openbsd-current/usr.bin/make/
H A Dvar.c1447 #define LOOP(mask, value, do_stuff) \ macro
1462 LOOP(VAR_FROM_CMD | VAR_DUMMY, VAR_FROM_CMD, print_var(t[i]));
1465 LOOP(VAR_FROM_ENV| VAR_FROM_CMD | VAR_DUMMY, 0, print_var(t[i]));
1468 LOOP(VAR_FROM_ENV|VAR_DUMMY, VAR_FROM_ENV, print_var(t[i]));
1471 LOOP(VAR_DUMMY|POISONS, VAR_DUMMY, printf(" %s", t[i]->name));
1473 #undef LOOP macro
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp12 /// This pass inserts BLOCK, LOOP, and TRY markers to mark the start of scopes,
97 // For each BLOCK|LOOP|TRY, the corresponding END_(BLOCK|LOOP|TRY) or DELEGATE
100 // For each END_(BLOCK|LOOP|TRY) or DELEGATE, the corresponding
101 // BLOCK|LOOP|TRY.
151 "Insert BLOCK/LOOP/TRY markers for WebAssembly scopes", false,
302 // If there is a previously placed LOOP marker and the bottom block of the
305 if (MI.getOpcode() == WebAssembly::LOOP) {
330 // All END_(BLOCK|LOOP|TRY) markers should be before the BLOCK.
366 // END_BLOCK should precede existing LOOP an
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dcfgloopanal.c33 /* Checks whether BB is executed exactly once in each LOOP iteration. */
265 #define LOOP_REPR(LOOP) ((LOOP)->num + last_basic_block)
360 /* Counts number of insns inside LOOP. */
382 /* Counts number of insns executed on average per iteration LOOP. */
415 /* Returns expected number of LOOP iterations.
465 /* Returns the maximum level of nesting of subloops of LOOP. */
H A Dloop-invariant.c65 #define LOOP_DATA(LOOP) ((struct loop_data *) (LOOP)->aux)
502 /* Determines the basic blocks inside LOOP that are always executed and
524 /* Finds exits out of the LOOP with body BODY. Marks blocks in that we may
607 /* Finds definitions that may correspond to invariants in LOOP with body
853 /* Finds invariants in LOOP with body BODY. ALWAYS_REACHED is the bitmap of
870 /* Finds invariants in LOOP. */
1126 /* Move invariant INVNO out of the LOOP. Returns true if this succeeds, false
1232 /* Move selected invariant out of the LOOP. Newly created regs are marked
1290 /* Move the invariants out of the LOOP
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h393 case WebAssembly::LOOP:
H A DWebAssemblyInstPrinter.cpp121 case WebAssembly::LOOP:
/openbsd-current/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/
H A DTar.pm362 LOOP: label
406 next LOOP;
421 next LOOP;
440 next LOOP;
484 next LOOP;
501 next LOOP;
539 next LOOP;
547 next LOOP;
550 next LOOP;
556 next LOOP;
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm188 return CPAN::Distroprefs::Iterator->new(sub { LOOP: {
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DB.xs58 "B::LOOP",
75 sizeof(LOOP),
452 typedef LOOP *B__LOOP;
826 B::LOOP::redoop = 9
827 B::LOOP::nextop = 10
828 B::LOOP::lastop = 11
H A DB.pm76 @B::LOOP::ISA = 'B::LISTOP';
83 our @optype = qw(OP UNOP BINOP LOGOP LISTOP PMOP SVOP PADOP PVOP LOOP COP
1053 C<B::LISTOP>, C<B::PMOP>, C<B::SVOP>, C<B::PADOP>, C<B::PVOP>, C<B::LOOP>,
1075 B::LOOP B::PMOP
1237 =head2 B::LOOP Methods
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y412 %token LOOP
3375 /* LOOP. */
3376 | LOOP expr REG
3384 | LOOP expr REG ASSIGN REG
3388 notethat ("Loop: LOOP expr counters = pregs\n");
3392 return yyerror ("Bad register or values for LOOP");
3394 | LOOP expr REG ASSIGN REG GREATER_GREATER expr
3398 notethat ("Loop: LOOP expr counters = pregs >> 1\n");
3402 return yyerror ("Bad register or values for LOOP");
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h364 LOOP,

Completed in 192 milliseconds

12