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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h195 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Drtsock.c762 #define ROUNDUP(a) \ macro
H A Droute.c1074 #define ROUNDUP(a) (a>0 ? (1 + (((a) - 1) | (sizeof(long) - 1))) : sizeof(long)) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h185 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c175 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro

Completed in 27 milliseconds