Searched defs:ROUNDDOWN (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dgmon.h194 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/xnu-2782.1.97/osfmk/kern/
H A Dwait_queue.c133 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-internal.h184 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro

Completed in 29 milliseconds