Searched defs:ROUNDUP (Results 1 - 4 of 4) sorted by relevance

/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/kern/
H A Dzalloc.h207 #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
/xnu-2422.115.4/bsd/net/
H A Ddlil.c5231 #define ROUNDUP(a) (1 + (((a) - 1) | (sizeof (u_int32_t) - 1))) macro
5235 #undef ROUNDUP macro

Completed in 35 milliseconds