Searched refs:loop (Results 251 - 275 of 333) sorted by relevance

<<11121314

/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S118 loop main.6 # If not last, read another
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot1.S350 loop font.1
/freebsd-10.0-release/sys/dev/ctau/
H A Dctddk.h191 unsigned loop : 2; /* loopback mode */ member in struct:__anon7790
/freebsd-10.0-release/sys/fs/devfs/
H A Ddevfs_vnops.c402 loop:
425 goto loop;
1392 loop:
1409 goto loop;
/freebsd-10.0-release/sys/fs/tmpfs/
H A Dtmpfs_subr.c480 loop:
507 goto loop;
519 goto loop;
545 goto loop;
/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta.autodep.mk124 # the input to the loop below is target: dependency
H A Dsys.mk162 # If we get to the end of the loop, a plain mkdir will issue an error.
/freebsd-10.0-release/contrib/gcc/
H A Dbasic-block.h160 #define EDGE_IRREDUCIBLE_LOOP 128 /* Part of irreducible loop. */
162 #define EDGE_LOOP_EXIT 512 /* Exit of a loop. */
181 struct loop;
226 /* Innermost loop containing the block. */
227 struct loop * GTY ((skip (""))) loop_father;
252 /* The loop depth of this block. */
312 /* Set for blocks in an irreducible loop by loop analysis. */
319 by SMS to prevent other schedulers from messing with the loop schedule. */
767 elements will be missed. Instead, use a for-loop lik
[all...]
H A Dtree-vrp.c2475 adjust_range_with_scev (value_range_t *vr, struct loop *loop, tree stmt, argument
2486 chrec = instantiate_parameters (loop, analyze_scalar_evolution (loop, var));
2490 init = initial_condition_in_loop_num (chrec, loop->num);
2491 step = evolution_part_in_loop_num (chrec, loop->num);
2514 because we have concluded that the loop probably does not
2570 /* According to the loop information, the variable does not
2598 loop information to see if we can determine that VAR does not
2604 struct loop *
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dsummary.in3 # Perl version of (summary.sh, loop.awk, peer.awk):
4 # Create summaries from xntpd's loop and peer statistics.
110 warn "ignoring loop offset $Fld[2] (file $fname, line $.)\n";
141 ("loop %d, %.0f+/-%.1f, rms %.1f, freq %.2f+/-%0.3f, var %.3f\n",
340 @loopfiles=sort grep /loop.*$log_date_pattern/, readdir SDIR;
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dkeytab_file.c458 loop:
464 goto loop;
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl85 sub loop() {
177 &loop ($Xi);
84 sub loop() { subroutine
/freebsd-10.0-release/sbin/dump/
H A Dtraverse.c911 loop:
968 goto loop;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h524 uint64_t loop : 25; /**< Loop offset */ member in struct:cvmx_rad_reg_debug0::cvmx_rad_reg_debug0_s
542 uint64_t loop : 25;
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c958 loop:
975 goto loop;
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c381 loop:
392 goto loop;
/freebsd-10.0-release/sys/kern/
H A Dkern_exit.c1095 loop:
1232 goto loop;
H A Dvfs_default.c1177 loop:
1186 goto loop;
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_inode.c110 loop:
140 goto loop;
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dia64.S18 // "wider" than Itanium? Can you experience loop scalability as
37 // Wrong! Note that getf latency increased. This means that if a loop is
171 .skip 32 // makes the loop body aligned at 64-byte boundary
183 brp.loop.imp .L_bn_add_words_ctop,.L_bn_add_words_cend-16
224 .skip 32 // makes the loop body aligned at 64-byte boundary
236 brp.loop.imp .L_bn_sub_words_ctop,.L_bn_sub_words_cend-16
283 .skip 32 // makes the loop body aligned at 64-byte boundary
306 brp.loop.imp .L_bn_mul_words_ctop,.L_bn_mul_words_cend-16
317 // This loop spins in 2*(n+12) ticks. It's scheduled for data in Itanium
320 // ldf8. The loop i
[all...]
/freebsd-10.0-release/sys/netinet/
H A Din_mcast.c177 SYSCTL_INT(_net_inet_ip_mcast, OID_AUTO, loop, CTLFLAG_RW | CTLFLAG_TUN,
179 TUNABLE_INT("net.inet.ip.mcast.loop", &in_mcast_loop);
905 * XXX This is a candidate for a set-symmetric-difference style loop
2566 * difference like loop to avoid walking from root
2715 u_char loop; local
2724 error = sooptcopyin(sopt, &loop, sizeof(u_char),
2735 loop = (u_char)iloop;
2738 imo->imo_multicast_loop = !!loop;
/freebsd-10.0-release/sys/netinet6/
H A Din6_mcast.c170 SYSCTL_INT(_net_inet6_ip6_mcast, OID_AUTO, loop, CTLFLAG_RW | CTLFLAG_TUN,
172 TUNABLE_INT("net.inet6.ip6.mcast.loop", &in6_mcast_loop);
891 * XXX This is a candidate for a set-symmetric-difference style loop
2477 * difference like loop to avoid walking from root
2600 u_int loop; local
2610 error = sooptcopyin(sopt, &loop, sizeof(u_int), sizeof(u_int));
2613 if (loop > 1) {
2618 im6o->im6o_multicast_loop = loop;
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh531 # ...otherwise throw away the child directory and loop
5748 # The effects of -shared are defined in a previous loop.
5758 # The effects of -static are defined in a previous loop.
5998 done # argument parsing loop
7137 # that some nasty dependency loop isn't accidentally
7436 loop=$revision
7437 while test "$loop" -ne 0; do
7438 func_arith $revision - $loop
7440 func_arith $loop - 1
7441 loop
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh531 # ...otherwise throw away the child directory and loop
5748 # The effects of -shared are defined in a previous loop.
5758 # The effects of -static are defined in a previous loop.
5998 done # argument parsing loop
7140 # that some nasty dependency loop isn't accidentally
7442 loop=$revision
7443 while test "$loop" -ne 0; do
7444 func_arith $revision - $loop
7446 func_arith $loop - 1
7447 loop
[all...]
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh328 # ...otherwise throw away the child directory and loop
4664 # The effects of -shared are defined in a previous loop.
4674 # The effects of -static are defined in a previous loop.
4909 done # argument parsing loop
5999 # that some nasty dependency loop isn't accidentally
6300 loop=$revision
6301 while test "$loop" -ne 0; do
6302 func_arith $revision - $loop
6304 func_arith $loop - 1
6305 loop
[all...]

Completed in 353 milliseconds

<<11121314