Searched defs:SMALL_MAX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s65 #define SMALL_MAX 64 define
336 cmp %o2, SMALL_MAX ! check for not small case
536 * and total data to move is between SMALL_MAX and ALIGNED8_FPCOPY_THRESHOLD
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s61 #define SMALL_MAX 39 define
357 cmp %o2, SMALL_MAX ! check for not small case
554 * and total data to move is between SMALL_MAX and MED_MAX bytes
560 ! length > SMALL_MAX
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s173 #define SMALL_MAX 128 define
297 cmp %o2, SMALL_MAX ! check for not small case
772 cmp %o2, SMALL_MAX ! check for not small case
1681 ! Dst is on 8 byte boundary; src is not; remaining count > SMALL_MAX

Completed in 323 milliseconds