Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 138) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_gld.c414 size_t take, done = 0; in mlxcx_mac_txr_read() local
463 done += take; in mlxcx_mac_txr_read()
464 offset += take; in mlxcx_mac_txr_read()
518 size_t take = 0; in mlxcx_mac_ring_tx() local
543 take = sz; in mlxcx_mac_ring_tx()
544 if (take > rem) in mlxcx_mac_ring_tx()
545 take = rem; in mlxcx_mac_ring_tx()
547 rem -= take; in mlxcx_mac_ring_tx()
548 off += take; in mlxcx_mac_ring_tx()
549 if (take == sz) { in mlxcx_mac_ring_tx()
[all …]
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexpl.S43 jb 2f / If so, see which shortcut to take
80 jae .shortcut / If so, take a shortcut
H A Dexp2l.S38 jb .shortcut / If so, take a shortcut.
H A Dexp10l.S42 jb .shortcut / If so, take a shortcut.
H A Drndintl.S103 / most cases will not take branch.
H A Dexpm1l.S44 jb .shortcut / If so, take a shortcut.
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexpl.S43 jb 2f / If so, see which shortcut to take
79 jae .shortcut / If so, take a shortcut
H A Dexp2f.S38 jbe .shortcut / If so, take a shortcut.
H A Dexp2.S38 jb .shortcut / If so, take a shortcut.
H A Dexp2l.S38 jb .shortcut / If so, take a shortcut.
H A Dlround.S71 / most cases will not take branch.
H A Dround.S71 / most cases will not take branch.
H A Droundl.S71 / most cases will not take branch.
H A Dlroundl.S71 / most cases will not take branch.
H A Dexp10f.S37 jbe .shortcut / If so, take a shortcut.
H A Dexp10l.S42 jb .shortcut / If so, take a shortcut.
H A Dexp10.S37 jb .shortcut / If so, take a shortcut.
H A Dexpm1.S42 jb .shortcut / If so, take a shortcut.
H A Dexpm1l.S44 jb .shortcut / If so, take a shortcut.
H A Drndintl.S106 / most cases will not take branch.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A D_stack_grow.S96 / Try one last time to take out the process.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_stack_grow.S98 / Try one last time to take out the process.
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dcompat_check.m429 dnl for consistency with the other two even though discard does not take a
/illumos-gate/usr/src/grub/
H A Dcapability33 # enhancement to take effect.
/illumos-gate/usr/src/test/crypto-tests/runfiles/
H A Ddefault.run24 # socket calls left and right that take a bit to timeout which induce latency

123456