Searched refs:ROUNDUP (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h207 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
208 #define ZONE_DEBUG_OFFSET ROUNDUP(sizeof(queue_chain_t),16)
/xnu-2422.115.4/bsd/sys/
H A Dgmon.h195 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-internal.h185 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
H A Dprofile-mk.c108 highpc = ROUNDUP((prof_uptrint_t)&etext[0], HISTFRACTION*sizeof(LHISTCOUNTER));
/xnu-2422.115.4/bsd/kern/
H A Dsubr_prof.c122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
/xnu-2422.115.4/bsd/net/
H A Ddlil.c5231 #define ROUNDUP(a) (1 + (((a) - 1) | (sizeof (u_int32_t) - 1))) macro
5234 socksize = ROUNDUP(socksize);
5235 #undef ROUNDUP macro

Completed in 95 milliseconds