Searched refs:ROUNDDOWN (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h194 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/darwin-on-arm/xnu/osfmk/profiling/
H A Dprofile-internal.h184 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
H A Dprofile-mk.c107 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c121 p->lowpc = ROUNDDOWN(p->lowpc, HISTFRACTION * sizeof(HISTCOUNTER));
/darwin-on-arm/xnu/osfmk/kern/
H A Dwait_queue.c133 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
163 whsize = ROUNDDOWN(whsize, qsz);

Completed in 59 milliseconds