Searched refs:ALIGNSIZE (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | sbrk.s | 32 #define ALIGNSIZE 8 define 45 add %o0, (ALIGNSIZE-1), %o0 ! round up request to align size 46 andn %o0, (ALIGNSIZE-1), %o0 55 add %o3, (ALIGNSIZE-1), %o3 ! round up .curbrk to align size 56 andn %o3, (ALIGNSIZE-1), %o3
|
H A D | brk.s | 28 #define ALIGNSIZE 8 define 37 add %o0, (ALIGNSIZE-1), %o0 ! round up new break to a 38 andn %o0, (ALIGNSIZE-1), %o0 ! multiple of alignsize
|
Completed in 55 milliseconds