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

/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/kern/
H A Dzalloc.h200 #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
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c4647 #define ROUNDUP(a) (1 + (((a) - 1) | (sizeof (u_int32_t) - 1))) macro
4651 #undef ROUNDUP macro

Completed in 83 milliseconds