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

1234567891011>>

/freebsd-current/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-current/tools/test/vm86/
H A Dvm86_test_asm.s38 loop 1b
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
40 jmp loop
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
40 ba loop
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-for.exp1 For: new loop 2
4 For: loop body with outer = a:
9 For: loop body with inner = 1:
11 For: loop body with inner = 2:
13 For: loop body with outer = b:
18 For: loop body with inner = 1:
20 For: loop body with inner = 2:
H A Dvarmod-loop.exp12 mod-loop-dollar:1:
13 mod-loop-dollar:${word}$:
14 mod-loop-dollar:$3$:
15 mod-loop-dollar:$${word}$$:
16 mod-loop-dollar:$$5$$:
17 mod-loop-dollar:$$${word}$$$:
H A Ddirective-for-escape.exp2 For: loop body with chars = !"#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
7 For: loop body with chars = !"\\#$%&'()*+,-./0-9:;<=>?@A-Z[\]_^a-z{|}~:
12 For: loop body with i = $:
15 For: loop body with i = ${V}:
18 For: loop body with i = ${V:=-with-modifier}:
21 For: loop body with i = $(V):
24 For: loop body with i = $(V:=-with-modifier):
28 For: loop body with i = $:
31 For: loop body with i = ${V}:
34 For: loop bod
[all...]
H A Ddirective-for-break.exp1 make: "directive-for-break.mk" line 45: break outside of for loop
H A Dopt-debug-parse.exp2 Parse_PushInput: .for loop in opt-debug-parse.mk, line 16
4 Parsing line 21: .info trace with multi-line .for loop head
5 make: "opt-debug-parse.mk" line 21: trace with multi-line .for loop head
6 in .for loop from opt-debug-parse.mk:16 with var = value
16 Parse_PushInput: .for loop in opt-debug-parse.mk, line 31
20 in .for loop from opt-debug-parse.mk:31 with a = 1, b = 2, c = 3
23 in .for loop from opt-debug-parse.mk:31 with a = 4, b = 5, c = 6
H A Dinclude-main.exp7 in .for loop from include-sub.inc:31 with i = include
8 in .for loop from include-sub.inc:30 with i = nested
9 in .for loop from include-sub.inc:29 with i = deeply
H A Ddirective-for.mk5 # TODO: Describe naming conventions for the loop variables.
13 # varmod-loop.mk The ':@var@...@' modifier
15 # A typical use case for a .for loop is to populate a variable with a list of
27 # The .for loop also works for multiple iteration variables.
37 # The .for loop splits the items at whitespace, taking quotes into account,
40 # Until 2012-06-03, the .for loop had split the items exactly at whitespace,
51 # In the body of the .for loop, the iteration variables can be accessed
54 # Instead, before interpreting the body of the .for loop, the body is
60 # namespaces and do not influence each other. The "scope" of the .for loop
68 . warning After the .for loop, va
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/avr/
H A Dexit.S18 rjmp __stop_program ; Fall into an infinite loop.
/freebsd-current/share/doc/smm/12.timed/
H A DMakefile4 EXTRA= date loop time unused
/freebsd-current/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 destroy_dataset $TESTPOOL/${TESTFS}$loop -f
62 [[ -d ${TESTDIR}$loop ]] && log_must rm -r ${TESTDIR}$loop
64 ((loop = loop + 1))
/freebsd-current/crypto/openssl/ssl/record/
H A Dssl3_record_tls13.c28 size_t taglen, offset, loop, hdrlen; local
132 for (loop = 0; loop < SEQ_NUM_SIZE; loop++)
133 iv[offset + loop] = staticiv[offset + loop] ^ seq[loop];
136 for (loop = SEQ_NUM_SIZE; loop > 0; loop
[all...]
/freebsd-current/lib/libc/db/hash/
H A Dhash_func.c101 * units. On the first time through the loop we get the "leftover bytes"
111 u_int32_t n, loop; local
119 loop = (len + 8 - 1) >> 3;
139 } while (--loop);
151 u_int32_t h, loop; local
161 loop = (len + 8 - 1) >> 3;
181 } while (--loop);
/freebsd-current/crypto/openssl/test/
H A Denginetest.c32 int loop; local
34 loop = 0;
37 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
56 int loop; local
149 for (loop = 0; loop < NUMTOADD; loop++) {
150 sprintf(buf, "id%d", loop);
151 eid[loop] = OPENSSL_strdup(buf);
152 sprintf(buf, "Fake engine type %d", loop);
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dpunycode.c127 unsigned int loop; local
129 for (loop = 0; loop < enc_len; loop++) {
130 if (pEncoded[loop] == delimiter)
131 basic_count = loop;
138 for (loop = 0; loop < basic_count; loop++) {
139 if (is_basic(pEncoded[loop])
[all...]
/freebsd-current/crypto/openssl/util/perl/
H A Dcheckhandshake.pm68 my $loop = 0;
77 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
78 next if (($handmessages[$loop][1] & $handtype) == 0);
80 && $handmessages[$loop][0] == TLSProxy::Message::MT_SERVER_HELLO);
81 $lastmt = $handmessages[$loop][0];
99 $loop = 0;
100 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
101 next if (($handmessages[$loop][
[all...]
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest_main.cc36 // Arduino-like platforms: program entry points are setup/loop instead of main.
44 void loop() { RUN_ALL_TESTS(); } function
/freebsd-current/contrib/googletest/googlemock/src/
H A Dgmock_main.cc46 void loop() { RUN_ALL_TESTS(); } function
/freebsd-current/usr.bin/what/
H A Dwhat.c106 loop: if (c != '@')
109 goto loop;
111 goto loop;
113 goto loop;
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp47 RunImpl(MainLoopPosix &loop);
54 MainLoopPosix &loop;
73 MainLoopPosix::RunImpl::RunImpl(MainLoopPosix &loop) : loop(loop) {
74 in_events.reserve(loop.m_read_fds.size());
78 in_events.resize(loop.m_read_fds.size());
80 for (auto &fd : loop.m_read_fds)
83 num_events = kevent(loop.m_kqueue, in_events.data(), in_events.size(),
88 // in case of EINTR, let the main loop ru
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dpoll.sh36 loop = asyncio.get_event_loop()
37 loop.run_until_complete(say())
38 loop.close()
/freebsd-current/tools/test/stress2/tools/
H A Duleak.sh40 ps -axOvsz | sed 1d | awk -v loop=$i '$2 > 0 {print $1 "," $2 "," loop}'
46 loop=$3
56 l[pid] = loop
60 if (l[p] < loop - 1) {

Completed in 320 milliseconds

1234567891011>>