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

/darwin-on-arm/xnu/osfmk/kern/
H A Dzalloc.h200 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
201 #define ZONE_DEBUG_OFFSET ROUNDUP(sizeof(queue_chain_t),16)
/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h195 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/darwin-on-arm/xnu/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));
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.c484 arc_size = ROUNDUP(PROFILE_NUM_ARCS * sizeof(struct hasharc), page_size);
485 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct gfuncs), page_size);
487 misc_size = ROUNDUP(hash_size + page_size, page_size);
511 func_size = ROUNDUP(PROFILE_NUM_FUNCS * sizeof(struct prof_ext), page_size);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c122 p->highpc = ROUNDUP(p->highpc, HISTFRACTION * sizeof(HISTCOUNTER));
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c4647 #define ROUNDUP(a) (1 + (((a) - 1) | (sizeof (u_int32_t) - 1))) macro
4650 socksize = ROUNDUP(socksize);
4651 #undef ROUNDUP macro

Completed in 37 milliseconds