| /freebsd-13.1/usr.bin/sed/tests/ |
| H A D | math.sed | 35 : loop 40 b loop 44 b loop 53 b loop 58 b loop 63 b loop 67 b loop 71 b loop 75 b loop 79 b loop [all …]
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | directive-for-escape.exp | 2 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: 34 For: loop body: 38 For: loop body: 42 For: loop body: [all …]
|
| H A D | opt-debug-for.exp | 1 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 D | opt-debug-parse.exp | 1 Parse_PushInput: .for loop in opt-debug-parse.mk, line 16 3 Parsing line 20: .info trace with multi-line .for loop head 4 make: "opt-debug-parse.mk" line 20: trace with multi-line .for loop head 5 in .for loop from opt-debug-parse.mk:16 with var = value 14 Parse_PushInput: .for loop in opt-debug-parse.mk, line 30 18 in .for loop from opt-debug-parse.mk:30 with a = 1, b = 2, c = 3 21 in .for loop from opt-debug-parse.mk:30 with a = 4, b = 5, c = 6
|
| H A D | include-main.exp | 7 in .for loop from include-sub.mk:31 with i = include 8 in .for loop from include-sub.mk:30 with i = nested 9 in .for loop from include-sub.mk:29 with i = deeply
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | MainLoop.cpp | 74 RunImpl(MainLoop &loop); 81 MainLoop &loop; member in MainLoop::RunImpl 100 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) { in RunImpl() argument 107 for (auto &fd : loop.m_read_fds) in Poll() 127 if (loop.m_terminate_request) in ProcessEvents() 142 MainLoop::RunImpl::RunImpl(MainLoop &loop) : loop(loop) { in RunImpl() argument 159 for (const auto &sig : loop.m_signals) in get_sigmask() 238 if (loop.m_terminate_request) 241 loop.ProcessReadObject(handle); 250 if (loop.m_terminate_request) [all …]
|
| /freebsd-13.1/crypto/openssl/ssl/record/ |
| H A D | ssl3_record_tls13.c | 29 size_t ivlen, taglen, offset, loop, hdrlen; in tls13_enc() local 135 for (loop = 0; loop < SEQ_NUM_SIZE; loop++) in tls13_enc() 136 iv[offset + loop] = staticiv[offset + loop] ^ seq[loop]; in tls13_enc() 139 for (loop = SEQ_NUM_SIZE; loop > 0; loop--) { in tls13_enc() 140 ++seq[loop - 1]; in tls13_enc() 141 if (seq[loop - 1] != 0) in tls13_enc() 144 if (loop == 0) { in tls13_enc()
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation_008_pos.ksh | 57 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-13.1/contrib/ntp/scripts/stats/ |
| H A D | loop.S | 2 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…
|
| /freebsd-13.1/tools/test/gpioevents/ |
| H A D | gpioevents.c | 248 } while (loop); in run_read() 284 } while (loop); in run_poll() 322 } while (loop); in run_select() 373 } while (loop); in run_kqueue() 428 } while (loop); in run_aio_read() 462 } while (loop); in run_sigio() 471 bool loop = true; in main() local 497 loop = false; in main() 618 run_read(loop, handle, file, delayus); in main() 630 run_aio_read(loop, handle, file, delayus); in main() [all …]
|
| /freebsd-13.1/contrib/mandoc/ |
| H A D | read.c | 299 if (loop == curp->loop) in mparse_buf_r() 304 curp->loop = thisln; in mparse_buf_r() 305 loop = NULL; in mparse_buf_r() 318 curp->loop = loop = NULL; in mparse_buf_r() 322 loop = curp->loop; in mparse_buf_r() 324 curp->loop = loop = NULL; in mparse_buf_r() 395 if (loop != NULL && in mparse_buf_r() 397 loop = loop->next; in mparse_buf_r() 399 if (loop != NULL) { in mparse_buf_r() 402 if (ln.sz < loop->sz) in mparse_buf_r() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 78 MODULE_PASS("loop-extract", LoopExtractorPass()) 251 FUNCTION_PASS("loop-sink", LoopSinkPass()) 265 FUNCTION_PASS("loop-fusion", LoopFusePass()) 336 FUNCTION_PASS_WITH_PARAMS("loop-unroll", 368 FUNCTION_PASS_WITH_PARAMS("loop-vectorize", 420 LOOP_PASS("loop-flatten", LoopFlattenPass()) 424 LOOP_PASS("loop-rotate", LoopRotatePass()) 425 LOOP_PASS("no-op-loop", NoOpLoopPass()) 427 LOOP_PASS("loop-deletion", LoopDeletionPass()) 441 LOOP_PASS("loop-reroll", LoopRerollPass()) [all …]
|
| /freebsd-13.1/lib/libc/db/hash/ |
| H A D | hash_func.c | 117 u_int32_t n, loop; in hash3() local 125 loop = (len + 8 - 1) >> 3; in hash3() 145 } while (--loop); in hash3() 157 u_int32_t h, loop; in hash4() local 167 loop = (len + 8 - 1) >> 3; in hash4() 187 } while (--loop); in hash4()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | disassem.c | 553 int loop; in disasm_print_reglist() local 561 for (loop = 0; loop < 17; ++loop) { in disasm_print_reglist() 563 if (loop == 16 || !(insn & (1 << loop))) { in disasm_print_reglist() 568 if (start == loop - 1) in disasm_print_reglist() 571 di->di_printf("r%d-r%d", start, loop - 1); in disasm_print_reglist() 575 if (insn & (1 << loop)) in disasm_print_reglist() 576 start = loop; in disasm_print_reglist()
|
| /freebsd-13.1/contrib/netbsd-tests/net/icmp/ |
| H A D | t_ping.c | 151 int loop, succ; in doping() local 180 for (loop = 0; loop < loops; loop++) { in doping() 182 icmp->icmp_seq = htons(loop); in doping() 331 int s, x, loop; in ATF_TC_BODY() local 342 for (loop = 0;; loop++) { in ATF_TC_BODY() 347 if (loop == 1) in ATF_TC_BODY() 359 if (loop == 0 && ipstat[IP_STAT_TOOLONG] != 0) in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cpp | 46 rep->loop[i].thr_ctx, rep->loop[i].mtx_ctx1, rep->loop[i].mtx_ctx0); in ReportDeadlock() 47 PrintStackTrace(thr, rep->loop[i].stk[1]); in ReportDeadlock() 48 if (rep->loop[i].stk[0]) { in ReportDeadlock() 50 rep->loop[i].mtx_ctx0); in ReportDeadlock() 51 PrintStackTrace(thr, rep->loop[i].stk[0]); in ReportDeadlock()
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | realpath.c | 120 loop: in realpath() 142 goto loop; in realpath() 150 goto loop; in realpath() 200 goto loop; in realpath() 210 goto loop; in realpath()
|
| /freebsd-13.1/crypto/openssl/crypto/bn/ |
| H A D | bn_ctx.c | 168 unsigned loop = 0; in BN_CTX_free() local 169 while (loop < BN_CTX_POOL_SIZE) in BN_CTX_free() 170 fprintf(stderr, "%02x ", pool->vals[loop++].dmax); in BN_CTX_free() 295 unsigned int loop; in BN_POOL_finish() local 299 for (loop = 0, bn = p->head->vals; loop++ < BN_CTX_POOL_SIZE; bn++) in BN_POOL_finish() 312 unsigned int loop; in BN_POOL_get() local 322 for (loop = 0, bn = item->vals; loop++ < BN_CTX_POOL_SIZE; bn++) { in BN_POOL_get()
|
| H A D | bn_prime.c | 89 loop: in BN_generate_prime_ex() 108 goto loop; in BN_generate_prime_ex() 122 goto loop; in BN_generate_prime_ex() 128 goto loop; in BN_generate_prime_ex() 292 loop: in probable_prime() 309 goto loop; in probable_prime() 368 loop: in probable_prime_dh() 380 goto loop; in probable_prime_dh()
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | reader.c | 812 loop: in copy_text() 833 goto loop; in copy_text() 843 goto loop; in copy_text() 860 goto loop; in copy_text() 906 loop: in copy_union() 915 goto loop; in copy_union() 919 goto loop; in copy_union() 929 goto loop; in copy_union() 938 goto loop; in copy_union() 2716 loop: in copy_action() [all …]
|
| /freebsd-13.1/contrib/bearssl/src/symcipher/ |
| H A D | aes_pwr8.c | 95 label(loop) in key_schedule_128() 134 bdnz(loop) in key_schedule_128() 202 label(loop) in key_schedule_192() 260 bdnz(loop) in key_schedule_192() 339 label(loop) in key_schedule_256() 398 bdnz(loop) in key_schedule_256()
|
| /freebsd-13.1/usr.bin/what/ |
| H A D | what.c | 120 loop: if (c != '@') in search() 123 goto loop; in search() 125 goto loop; in search() 127 goto loop; in search()
|
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | cn23xx_pf_device.c | 203 loop) { in lio_cn23xx_pf_reset_io_queues() 206 loop--; in lio_cn23xx_pf_reset_io_queues() 209 if (!loop) { in lio_cn23xx_pf_reset_io_queues() 537 loop) { in lio_cn23xx_pf_enable_io_queues() 540 loop--; in lio_cn23xx_pf_enable_io_queues() 542 if (!loop) { in lio_cn23xx_pf_enable_io_queues() 589 int loop; in lio_cn23xx_pf_disable_io_queues() local 617 loop--; in lio_cn23xx_pf_disable_io_queues() 625 0ULL) && loop--) { in lio_cn23xx_pf_disable_io_queues() 644 loop--; in lio_cn23xx_pf_disable_io_queues() [all …]
|
| /freebsd-13.1/sys/dev/ata/ |
| H A D | ata-sata.c | 158 int loop, retry, sata_rev; in ata_sata_phy_reset() local 192 for (loop = 0; loop < 10; loop++) { in ata_sata_phy_reset() 203 for (loop = 0; loop < 10; loop++) { in ata_sata_phy_reset()
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | templates.cpp | 343 loop_def& loop = _loops.top(); in handle_normal() local 346 _templates.get_variable(loop.iterator)); in handle_normal() 348 if (next_index < _templates.get_vector(loop.vector).size()) { in handle_normal() 349 _templates.add_variable(loop.iterator, F("%s") % next_index); in handle_normal() 350 input.seekg(loop.position); in handle_normal() 354 _templates.remove_variable(loop.iterator); in handle_normal() 373 const loop_def loop(statement.arguments[0], statement.arguments[1], in handle_normal() local 375 if (_templates.get_vector(loop.vector).empty()) { in handle_normal() 379 _templates.add_variable(loop.iterator, "0"); in handle_normal() 380 _loops.push(loop); in handle_normal()
|