Home
last modified time | relevance | path

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

12345

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A 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/gnu/usr.bin/gcc/gcc/
H A 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/regress/lib/libc/asr/bin/
H A 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/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A 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/usr.sbin/pkg_add/OpenBSD/
H A DInteractive.pm53 LOOP: label
73 goto LOOP;
79 goto LOOP;
/openbsd/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/
H A DComplete.pm115 LOOP: { label
140 redo LOOP;
149 redo LOOP;
/openbsd/gnu/usr.bin/perl/ext/B/t/
H A Dterse.t40 qw ( OP COP LOOP PMOP UNOP BINOP LOGOP LISTOP PVOP );
81 LOOP: for (1 .. 10) {
82 last LOOP if $_ % 2;
/openbsd/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/lib/libc/arch/sparc64/fpu/
H A Dfpu_div.c224 #define LOOP /* do ... while (bit >>= 1) */ \ macro
237 LOOP; \
261 LOOP;
/openbsd/sys/arch/sparc64/fpu/
H A Dfpu_div.c219 #define LOOP /* do ... while (bit >>= 1) */ \ in fpu_div() macro
232 LOOP; \ in fpu_div()
256 LOOP; in fpu_div()
/openbsd/lib/libcrypto/rc4/
H A Drc4.c197 #define LOOP(in,out) \ in rc4_internal() macro
206 #define RC4_LOOP(a,b,i) LOOP(*((a)++),*((b)++)) in rc4_internal()
208 #define RC4_LOOP(a,b,i) LOOP(a[i],b[i]) in rc4_internal()
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DDomain.pm257 LOOP: label
265 last LOOP;
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.h82 LOOP = 308, enumerator
257 #define LOOP 308 macro
/openbsd/usr.bin/make/
H A 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/usr.bin/ftp/
H A Dsmall.c617 LOOP:
683 goto LOOP;
688 goto LOOP;
/openbsd/gnu/usr.bin/perl/t/lib/croak/
H A Dop277 LOOP: while(1) {
278 defer { last LOOP }
298 LOOP: {
299 try {} catch ($e) {} finally { last LOOP; }
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A 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/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/data/
H A Db.typemap12 B::LOOP T_OP_OBJ
/openbsd/gnu/gcc/gcc/
H A Dcfgloopanal.c265 #define LOOP_REPR(LOOP) ((LOOP)->num + last_basic_block) argument
/openbsd/gnu/usr.bin/perl/ext/B/
H A Dtypemap12 B::LOOP T_OP_OBJ
H A DB.pm76 @B::LOOP::ISA = 'B::LISTOP';
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A 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/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistroprefs.pm188 return CPAN::Distroprefs::Iterator->new(sub { LOOP: {
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h393 case WebAssembly::LOOP: in isMarker()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A 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