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

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

Completed in 26 milliseconds