Searched refs:loop (Results 1 - 25 of 262) sorted by relevance

1234567891011

/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0)) label
3 loop$offset <- loop$offset * 1e6
7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dopt-debug-for.exp1 For: new loop 2
4 For: loop body:
9 For: loop body:
11 For: loop body:
13 For: loop body:
18 For: loop body:
20 For: loop body:
H A Dvarmod-loop.exp12 :mod-loop-varname: :x1y x2y x3y: ::
15 mod-loop-resolve:w1d2d3w w2i3w w1i2d3 2i${RES3}w w1d2d3 2i${RES3} 1i${RES2}w:
16 mod-loop-varname-dollar:(1) (2) (3).
17 mod-loop-varname-dollar:() () ().
18 mod-loop-varname-dollar:() () ().
19 mod-loop-dollar:1:
20 mod-loop-dollar:${word}$:
21 mod-loop-dollar:$3$:
22 mod-loop-dollar:$${word}$$:
23 mod-loop
[all...]
H A Ddirective-for-escape.exp2 For: loop body:
7 For: loop body:
12 For: loop body:
15 For: loop body:
18 For: loop body:
21 For: loop body:
24 For: loop body:
28 For: loop body:
31 For: loop body:
34 For: loop bod
[all...]
H A Dinclude-main.exp7 in .for loop from include-sub.mk:31
8 in .for loop from include-sub.mk:30
9 in .for loop from include-sub.mk:29
H A Ddirective-for.mk5 # TODO: Describe naming conventions for the loop variables.
12 # Using the .for loop, lists of values can be produced.
24 # The .for loop also works for multiple iteration variables.
33 # The .for loop splits the items at whitespace, taking quotes into account,
47 # In the body of the .for loop, the iteration variables can be accessed
51 # on, before the loop body is evaluated.
62 . warning After the .for loop, var must still have its original value.
65 . warning After the .for loop, var2 must still have its original value.
68 # Everything from the paragraph above also applies if the loop body is
69 # empty, even if there is no actual iteration since the loop item
[all...]
H A Dvarmod-loop.mk1 # $NetBSD: varmod-loop.mk,v 1.9 2021/02/04 21:42:47 rillig Exp $
7 all: mod-loop-varname
8 all: mod-loop-resolve
9 all: mod-loop-varname-dollar
10 all: mod-loop-dollar
12 # In the :@ modifier, the name of the loop variable can even be generated
16 mod-loop-varname:
43 # the loop variable (in this case v).
51 mod-loop-resolve:
57 mod-loop
[all...]
/freebsd-13-stable/tools/test/vm86/
H A Dvm86_test_asm.s40 loop 1b
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
40 jmp loop
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
40 ba loop
/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_hash.c40 #define DUFF /* go ahead and use the loop-unrolled version */
46 register int loop = (len + 8 - 1) >> 3; local
54 } while (--loop);
/freebsd-13-stable/stand/mips/beri/loader/
H A Dstart.S46 loop: label
47 b loop
/freebsd-13-stable/share/doc/smm/12.timed/
H A DMakefile6 EXTRA= date loop time unused
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_008_pos.ksh57 typeset -i loop=0
58 while (($loop < $RESV_NUM_FS)); do
59 datasetexists $TESTPOOL/${TESTFS}$loop && \
60 log_must zfs destroy -f $TESTPOOL/${TESTFS}$loop
62 [[ -d ${TESTDIR}$loop ]] && log_must rm -r ${TESTDIR}$loop
64 ((loop = loop + 1))
/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record_tls13.c29 size_t ivlen, taglen, offset, loop, hdrlen; local
135 for (loop = 0; loop < SEQ_NUM_SIZE; loop++)
136 iv[offset + loop] = staticiv[offset + loop] ^ seq[loop];
139 for (loop = SEQ_NUM_SIZE; loop > 0; loop
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp74 RunImpl(MainLoop &loop);
81 MainLoop &loop;
100 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) {
101 in_events.reserve(loop.m_read_fds.size());
105 in_events.resize(loop.m_read_fds.size());
107 for (auto &fd : loop.m_read_fds)
110 num_events = kevent(loop.m_kqueue, in_events.data(), in_events.size(),
115 // in case of EINTR, let the main loop ru
[all...]
/freebsd-13-stable/lib/libc/db/hash/
H A Dhash_func.c107 * units. On the first time through the loop we get the "leftover bytes"
117 u_int32_t n, loop; local
125 loop = (len + 8 - 1) >> 3;
145 } while (--loop);
157 u_int32_t h, loop; local
167 loop = (len + 8 - 1) >> 3;
187 } while (--loop);
/freebsd-13-stable/stand/mips/beri/boot2/
H A Dstart.S79 loop: label
80 b loop
/freebsd-13-stable/usr.bin/what/
H A Dwhat.c120 loop: if (c != '@')
123 goto loop;
125 goto loop;
127 goto loop;
/freebsd-13-stable/contrib/bmake/
H A Drealpath.c120 loop:
142 goto loop;
150 goto loop;
200 goto loop;
210 goto loop;
/freebsd-13-stable/tools/test/gpioevents/
H A Dgpioevents.c73 fprintf(stderr, " -s Single-shot (else loop continuously)\n");
207 run_read(bool loop, int handle, const char *file, u_int delayus) argument
248 } while (loop);
252 run_poll(bool loop, int handle, const char *file, int timeout, u_int delayus) argument
284 } while (loop);
288 run_select(bool loop, int handle, const char *file, int timeout, u_int delayus) argument
322 } while (loop);
326 run_kqueue(bool loop, int handle, const char *file, int timeout, u_int delayus) argument
373 } while (loop);
377 run_aio_read(bool loop, in argument
433 run_sigio(bool loop, int handle, const char *file) argument
471 bool loop = true; local
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp46 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0);
47 PrintStackTrace(thr, rep->loop[i].stk[1]);
48 if (rep->loop[i].stk[0]) {
50 rep->loop[i].mtx_ctx0);
51 PrintStackTrace(thr, rep->loop[i].stk[0]);
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_pwr8.c95 label(loop)
134 bdnz(loop)
202 label(loop)
260 bdnz(loop)
263 * The loop wrote the first 50 subkey words, but we need
339 label(loop)
398 bdnz(loop)
401 * The loop wrote the first 14 subkeys, but we need 15,
/freebsd-13-stable/libexec/mknetid/
H A Dhash.c59 size_t loop; local
67 loop = (len + 8 - 1) >> 3;
94 } while (--loop);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dkdc_locl.h75 loop(krb5_context context, krb5_kdc_configuration *config);

Completed in 395 milliseconds

1234567891011