Home
last modified time | relevance | path

Searched refs:PRF_ROUNDUP (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/sgs/include/
H A Dprofile.h110 #define PRF_ROUNDUP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c276 Hpc = hpc = (caddr_t)PRF_ROUNDUP((long)hpc, sizeof (long)); in profile_open()
280 psize = (size_t)PRF_ROUNDUP((msize / PRF_BARSIZE), sizeof (long)); in profile_open()