Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 140) 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
438 take = nbytes - done; in mlxcx_mac_txr_read()
439 if (take > sizeof (data.mlrd_mcia.mlrd_mcia_data)) in mlxcx_mac_txr_read()
440 take = sizeof (data.mlrd_mcia.mlrd_mcia_data); in mlxcx_mac_txr_read()
447 data.mlrd_mcia.mlrd_mcia_size = to_be16(take); in mlxcx_mac_txr_read()
461 bcopy(data.mlrd_mcia.mlrd_mcia_data, &buf[done], take); in mlxcx_mac_txr_read()
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()
[all …]
/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/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 Dexpm1l.S44 jb .shortcut / If so, take a shortcut.
/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/uts/i86pc/ml/
H A Dlocore.S554 / not take too many nor too few PIT counts to execute. If this value is too
555 / large, then on slow machines the loop will take a long time, or the PIT
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos102 The next step here is to take the osdep portions and merge them. That would
105 driver. Another potential option which may prove to have less value is to take

123456