Searched refs:take (Results 1 – 25 of 138) sorted by relevance
123456
/illumos-gate/usr/src/uts/common/io/mlxcx/ |
H A D | mlxcx_gld.c | 414 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 D | expl.S | 43 jb 2f / If so, see which shortcut to take 79 jae .shortcut / If so, take a shortcut
|
H A D | exp2f.S | 38 jbe .shortcut / If so, take a shortcut.
|
H A D | exp2.S | 38 jb .shortcut / If so, take a shortcut.
|
H A D | exp2l.S | 38 jb .shortcut / If so, take a shortcut.
|
H A D | lround.S | 71 / most cases will not take branch.
|
H A D | round.S | 71 / most cases will not take branch.
|
H A D | roundl.S | 71 / most cases will not take branch.
|
H A D | lroundl.S | 71 / most cases will not take branch.
|
H A D | exp10f.S | 37 jbe .shortcut / If so, take a shortcut.
|
H A D | exp10l.S | 42 jb .shortcut / If so, take a shortcut.
|
H A D | exp10.S | 37 jb .shortcut / If so, take a shortcut.
|
H A D | expm1.S | 42 jb .shortcut / If so, take a shortcut.
|
H A D | expm1l.S | 44 jb .shortcut / If so, take a shortcut.
|
H A D | rndintl.S | 106 / most cases will not take branch.
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | expl.S | 43 jb 2f / If so, see which shortcut to take 80 jae .shortcut / If so, take a shortcut
|
H A D | exp2l.S | 38 jb .shortcut / If so, take a shortcut.
|
H A D | exp10l.S | 42 jb .shortcut / If so, take a shortcut.
|
H A D | expm1l.S | 44 jb .shortcut / If so, take a shortcut.
|
H A D | rndintl.S | 103 / most cases will not take branch.
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | _stack_grow.S | 96 / Try one last time to take out the process.
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | _stack_grow.S | 98 / Try one last time to take out the process.
|
/illumos-gate/usr/src/cmd/sendmail/cf/feature/ |
H A D | compat_check.m4 | 29 dnl for consistency with the other two even though discard does not take a
|
/illumos-gate/usr/src/grub/ |
H A D | capability | 33 # enhancement to take effect.
|
/illumos-gate/usr/src/test/crypto-tests/runfiles/ |
H A D | default.run | 24 # socket calls left and right that take a bit to timeout which induce latency
|
123456