Searched refs:loop (Results 76 - 100 of 321) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c176 uint32_t ern, loop = BUSY_READING_REG_PF_LOOP_COUNT; local
203 loop) {
206 loop--;
209 if (!loop) {
507 uint32_t ern, loop = BUSY_READING_REG_PF_LOOP_COUNT; local
537 loop) {
540 loop--;
542 if (!loop) {
589 int loop; local
598 loop
[all...]
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c72 int loop; local
84 loop = TRUE;
85 for (i = 0; loop && i <= str_cnt; i++) {
95 loop = FALSE;
/freebsd-11-stable/contrib/gcc/
H A Dtree-data-ref.h28 in the loop, and step is the stride of data-ref in the loop in bytes;
52 /* Access function related to first location in the loop. */
85 /* First location accessed by the data-ref in the loop. */
197 typedef struct loop *loop_p;
232 /* The analyzed loop nest. */
256 the loop nest. */
273 extern tree find_data_references_in_loop (struct loop *,
275 extern void compute_data_dependences_for_loop (struct loop *, bool,
304 struct loop *loop
[all...]
H A Dtree-data-ref.c23 /* This pass walks a given loop structure searching for array
37 information allows a loop parallelization),
44 - loop carried level dependence
774 struct loop *loopi;
785 fprintf (outf, " loop nest: (");
903 estimate_niter_from_size_of_data (struct loop *loop,
913 step = evolution_part_in_loop_num (access_fn, loop->num);
951 record_estimate (loop, estimation, boolean_true_node, stmt);
959 If ESTIMATE_ONLY is true, we just set the estimated number of loop
901 estimate_niter_from_size_of_data(struct loop *loop, tree opnd0, tree access_fn, tree stmt) argument
962 analyze_array_indexes(struct loop *loop, VEC(tree,heap) **access_fns, tree ref, tree stmt, bool estimate_only) argument
1058 struct loop *loop = loop_containing_stmt (stmt); local
1228 analyze_offset_expr(tree expr, struct loop *loop, tree *initial_offset, tree *misalign, tree *aligned_to, tree *step) argument
1609 struct loop *loop = loop_containing_stmt (stmt); local
1959 struct loop *loop = loop_containing_stmt (stmt); local
4100 find_data_references_in_loop(struct loop *loop, VEC (data_reference_p, heap) **datarefs) argument
4234 find_loop_nest_1(struct loop *loop, VEC (loop_p, heap) **loop_nest) argument
4265 find_loop_nest(struct loop *loop, VEC (loop_p, heap) **loop_nest) argument
4280 compute_data_dependences_for_loop(struct loop *loop, bool compute_self_and_read_read_dependences, VEC (data_reference_p, heap) **datarefs, VEC (ddr_p, heap) **dependence_relations) argument
[all...]
H A Dlambda.h55 /* A vector representing a statement in the body of a loop.
57 in the loop nest containing the statement.
76 and induction variables of a loop.
78 per loop in the loop nest.
80 INVARIANT_COEFFICIENTS is a vector of coefficients for the loop invariants,
105 /* Loop structure. Our loop structure consists of a constant representing the
106 STEP of the loop, a set of linear expressions representing the LOWER_BOUND
107 of the loop, a set of linear expressions representing the UPPER_BOUND of
108 the loop, an
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl202 &loop (&label("sub")); # doesn't affect CF!
217 &loop (&label("copy"));
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h54 int n; // number of entries in loop
60 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c51 loop (unsigned char *buf, size_t len, int indent) function
119 loop_length = loop (buf, length, indent + 2);
132 loop_length = loop (buf, length, indent + 2);
188 loop (str.data, str.length, indent + 2);
281 errx(1, "internal error in indefinite form loop detection");
309 ret = loop (buf, len, 0);
/freebsd-11-stable/tools/regression/security/proc_to_proc/
H A Dscenario.c271 int error, desirederror, loop; local
273 for (loop = 0; loop < LOOP_MAX+1; loop++) {
333 switch (loop) {
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c429 int num, loop; local
438 for (loop = 0; loop < num; loop++) {
439 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop);
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c221 /* main loop */
439 int loop = 1; local
488 loop = 0;
546 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit);
547 if (loop)
550 } while (FASTLZ_EXPECT_CONDITIONAL(loop));
/freebsd-11-stable/stand/i386/libi386/
H A Drelocater_tramp.S103 * relocate data loop. load source, dest and size from
104 * relocater_data[i], 0 value will stop the loop.
111 loop.1:
114 jz loop.2
123 jmp loop.1
124 loop.2:
242 loop 1b
/freebsd-11-stable/usr.sbin/gstat/
H A Dgstat.c60 if ((flag_b && !loop) || (flag_B)) \
79 int curx, cury, maxx, maxy, line_len, loop, max_flen; local
103 loop = 1;
403 /* We loop extra to make sure we get the information. */
404 if (!loop)
407 loop = 0;
/freebsd-11-stable/usr.bin/usbhidctl/
H A Dusbhid.c65 static void dumpdata(int f, report_desc_t r, int loop);
302 dumpdata(int f, report_desc_t rd, int loop) argument
375 } while (loop || kind < 3);
454 int loop = 0; local
465 loop ^= 1;
528 dumpdata(f, r, loop);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-e7000.c552 int loop; local
561 loop = 0;
575 * we get stuck in this loop ...
586 /* Shouldn't we either break here, or check for sync in inner loop? */
590 if (loop++ == 20)
593 loop = 0;
1374 int loop;
1395 loop = 1;
1396 while (loop)
1407 loop
1997 int loop = 1; local
[all...]
/freebsd-11-stable/bin/date/
H A Dnetdate.c133 loop:
164 goto loop;
/freebsd-11-stable/sys/i386/xbox/
H A Dpic16l.s86 l: loop l
174 l2: loop l2
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c120 int i, rv, loop = 0; local
165 if (loop++ == 0)
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/config/
H A Dt_config.sh131 test_case loop pass "Checks correct handling of loops"
266 atf_add_test_case loop
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_inode.c100 loop:
112 goto loop;
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-septel.c50 * error occured, or -2 if we were told to break out of the loop.
78 loop:
83 * we were told to break out of the loop.
98 /* a couter is added here to avoid an infinite loop
115 goto loop ;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c212 int loop; local
287 for (loop = 0; loop < maxloop; loop++) {
392 int msqid, loop; local
397 for (loop = 0; loop < maxloop; loop++) {
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmain.c166 loop(context, config);
/freebsd-11-stable/gnu/lib/libgomp/
H A DMakefile13 error.c iter.c loop.c ordered.c parallel.c sections.c \
/freebsd-11-stable/lib/libc/mips/string/
H A Dbzero.S71 bne a0, a3, 2b # unrolling loop doesnt help

Completed in 206 milliseconds

1234567891011>>