Home
last modified time | relevance | path

Searched refs:loops (Results 26 – 50 of 176) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def259 FUNCTION_ANALYSIS("loops", LoopAnalysis())
411 FUNCTION_PASS("print<loops>", LoopPrinterPass(dbgs()))
446 FUNCTION_PASS("verify<loops>", LoopVerifierPass())
487 "hardware-loops", "HardwareLoopsPass",
490 "force-hardware-loops;force-hardware-loop-phi;force-nested-hardware-loop;"
549 "switch-range-to-icmp;no-switch-to-lookup;switch-to-lookup;no-keep-loops;"
550 "keep-loops;no-hoist-common-insts;hoist-common-insts;no-sink-common-insts;"
/freebsd/contrib/cortex-strings/scripts/
H A Dplot-align.py32 vals = [match.bytes*match.loops/match.elapsed/(1024*1024) for
H A Dplot-sizes.py61 vals = [x.bytes*x.loops/x.elapsed/(1024*1024) for x in matches if x.bytes == xbytes]
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c243 NO(uint32_t loops;) /* debugging */
556 NO(q->loops++;) in qfq_dequeue()
661 NO(q->loops++;) in qfq_enqueue()
878 D("loops %d queued %d V 0x%llx", q->loops, q->queued, (_P64)q->V); in dump_sched()
/freebsd/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c140 doping(const char *target, int loops, u_int pktsize) in doping() argument
180 for (loop = 0; loop < loops; loop++) { in doping()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td10 "infinite decoding loops. If no decoding loop has been found after this "
/freebsd/sys/dev/isp/
H A Disp.c213 int loaded_fw, loops, i, dodnld = 1; in isp_reset() local
252 for (loops = 0; loops < 100000; loops++) { in isp_reset()
267 for (loops = 0; loops < 10000; loops++) { in isp_reset()
297 for (loops = 0; loops < 10000; loops++) { in isp_reset()
4550 int loops = 0; in isp_read_flash_dword() local
4553 for (loops = 0; loops < 30000; loops++) { in isp_read_flash_dword()
4569 int loops = 0; in isp_read_flash_data() local
4574 for (loops = 0; loops < dwords; loops++, faddr++, dwptr++) { in isp_read_flash_data()
4588 int loops = 0; in isp_rd_2xxx_flash() local
4592 for (loops = 0; loops < 30000; loops++) { in isp_rd_2xxx_flash()
/freebsd/lib/libc/resolv/
H A Dres_send.c429 int done = 0, loops = 0; in res_nsend() local
450 if (++loops < 42) /*doug adams*/ in res_nsend()
515 int done = 0, loops = 0; in res_nsend() local
532 if (++loops < 42) /*doug adams*/ in res_nsend()
/freebsd/sys/dev/hptmv/
H A DmvStorageDev.h211 MV_U8 good, MV_U8 bad, MV_U32 loops, MV_U32 delay);
/freebsd/tools/tools/netmap/
H A Dnmreplay.c749 uint32_t loops, i, tot_pkts; in pcap_prod() local
759 loops = (1 + 10000 / pf->tot_pkt); in pcap_prod()
760 tot_pkts = loops * pf->tot_pkt; in pcap_prod()
761 need = loops * pf->tot_bytes_rounded + sizeof(struct q_pkt); in pcap_prod()
779 for (loops = 0, i = 0; i < tot_pkts && !do_abort; i++) { in pcap_prod()
806 loops++; in pcap_prod()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def126 ///< Set when -fxray-ignore-loops is enabled.
305 CODEGENOPT(UnrollLoops , 1, 0) ///< Control whether loops are unrolled.
306 CODEGENOPT(RerollLoops , 1, 0) ///< Control whether loops are rerolled.
313 /// Treat loops as finite: language, always, never.
/freebsd/crypto/heimdal/appl/telnet/
H A Dtelnet.state75 option negotiation loops. An implementation that does not expect
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def250 ANALYZER_OPTION(bool, ShouldWidenLoops, "widen-loops",
251 "Whether the analysis should try to widen loops.", false)
254 bool, ShouldUnrollLoops, "unroll-loops",
255 "Whether the analysis should try to unroll loops with known bounds.", false)
/freebsd/contrib/ntp/html/hints/
H A Dbsdi24 Note that you will need GNU sed; the version supplied with BSD/OS 1.1 loops
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h114 #define mdelay(msecs) do { int loops = (msecs); \
115 while (loops--) DELAY(1000); \
/freebsd/contrib/bc/locales/
H A Den_IE.ISO8859-15.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_IE.US_ASCII.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_IE.UTF-8.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_IE.utf8.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_NZ.ISO8859-1.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_NZ.ISO8859-15.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_NZ.US-ASCII.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_NZ.UTF-8.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_NZ.utf8.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"
H A Den_US.ISO8859-1.msg72 22 "POSIX does not allow comparison operators outside if statements or loops"

12345678