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

<<111213

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl548 // at exit from the loop $dat1-$dat2
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S230 loop font.1
739 loop push_arg # Push all of the arguments
/freebsd-11-stable/contrib/sendmail/src/
H A Dqueue.c2176 int loop, maxrunners; local
2203 for (loop = 0; loop < maxrunners; loop++)
2403 ** Get the LA outside the WorkQ loop if necessary.
6247 ** XXX Should probably wrap this whole loop in a timeout
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c4385 int loop = 500; local
4387 while (fifo <= GT_FIFO_NUM_RESERVED_ENTRIES && loop--) {
4391 if (WARN_ON(loop < 0 && fifo <= GT_FIFO_NUM_RESERVED_ENTRIES))
/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c3058 u32 data, loop = E1000_ICH8_LAN_INIT_TIMEOUT; local
3067 } while ((!data) && --loop);
3069 /* If basic configuration is incomplete before the above loop
3073 if (loop == 0)
H A Dif_igb.c1534 u32 loop = IGB_MAX_LOOP; local
1563 } while (loop-- && more);
4185 ** the loop.
4975 * We loop at most count times if count is > 0, or until done if
5003 /* Main clean loop */
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-sf.S630 @ The actual division loop.
H A Dieee754-df.S889 @ The actual division loop.
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h8209 uint64_t loop : 1; /**< Loopback bit */ member in struct:cvmx_mio_uartx_mcr::cvmx_mio_uartx_mcr_s
8219 uint64_t loop : 1;
9190 uint64_t loop : 1; /**< Loopback bit */ member in struct:cvmx_mio_uart2_mcr::cvmx_mio_uart2_mcr_s
9200 uint64_t loop : 1;
/freebsd-11-stable/secure/lib/libcrypto/arm/
H A Daesv8-armx.S469 @ at exit from the loop q1-q10
/freebsd-11-stable/sys/kern/
H A Dvfs_subr.c1213 * throughout the loop to give some semblance of fairness.
1694 * If you alter this loop please notice that interlock is dropped and
1817 return (EAGAIN); /* XXX: why not loop ? */
3097 loop:
3104 goto loop;
/freebsd-11-stable/sys/dev/usb/controller/
H A Duhci.c94 SYSCTL_INT(_hw_usb_uhci, OID_AUTO, loop, CTLFLAG_RWTUN,
829 * Let the last QH loop back to the full speed control transfer QH.
851 /* NOTE: we don't loop back the soft pointer */
2446 DPRINTFN(4, "uhci port %d loop %u, device detached\n",
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dcmll-x86_64.S1653 loop .Lcbc_prefetch_sbox
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c4879 bfd_boolean loop;
4918 loop = FALSE;
5003 loop = TRUE;
5018 on through the loop. */
5022 while (loop);
4870 bfd_boolean loop; local
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex2514 % (inside @code that is), therefore an endless loop.
5229 \loop
8249 \def\loop{%
8252 \ifnum \count1<256 \loop \fi
8839 \loop\ifnum\count255<256
8847 \loop\ifnum\count255<256
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1907 % (inside @code that is), therefore an endless loop.
3966 \loop
6332 \def\loop{%
6335 \ifnum \count1<256 \loop \fi
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1828 % (inside @code that is), therefore an endless loop.
3864 \loop
6206 \def\loop{%
6209 \ifnum \count 1<256 \loop \fi
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c4141 u32 loop = 0; local
4183 } while (arq_pending && (loop++ < IXL_ADM_LIMIT));
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c2164 * @n @n Without a mechanism to terminate the completion processing loop, it
2165 * is possible under some workload conditions for the loop to never terminate
2170 * processing loop, and if we exceed a predetermined time (multiple seconds), the
2171 * loop is terminated, and ocs_hw_process() returns.
7949 * @param hard_alpa A hard AL_PA address setting used during loop
8195 * never have to worry about an infinite loop.
8223 * never have to worry about an infinite loop. We will always find an
9202 ocs_memcpy(drec.map.loop, hw->link.loop_map,
9203 sizeof(drec.map.loop));
11214 /* loop throug
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp.c1670 * We have to use FULL LOGIN even though it resets the loop too much
1737 * over loop based upon some soft config options.
2821 isp_gethandles(ispsoftc_t *isp, int chan, uint16_t *handles, int *num, int loop) argument
2878 if (loop && (p >> 8) != (fcp->isp_portid >> 8))
3144 * At this point, we've scanned the local loop (if any) and the fabric
3336 * Scan local loop for devices.
3352 isp_prt(isp, ISP_LOG_SANCFG, "Chan %d FC loop scan", chan);
3361 "Chan %d FC loop scan done (no loop)", chan);
3373 "Chan %d FC loop sca
[all...]
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js360 // Prevent never-ending loop
1030 // End of the loop when firing
2212 rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
3045 // Only need to loop for special events or selective removal
8317 // Set the display of most of the elements in a second loop
8355 // Set the display of the elements in a second loop

Completed in 552 milliseconds

<<111213