Searched refs:PRF_ROUNDUP (Results 1 – 2 of 2) sorted by relevance
112 #define PRF_ROUNDUP(x, a) (((x) + ((a) - 1)) & ~((a) - 1)) macro
276 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()