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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dgmon.h194 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h184 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
H A Dprofile-mk.c113 lowpc = ROUNDDOWN((prof_uptrint_t)&pstart[0], HISTFRACTION*sizeof(LHISTCOUNTER));
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c121 p->lowpc = ROUNDDOWN(p->lowpc, HISTFRACTION * sizeof(HISTCOUNTER));

Completed in 25 milliseconds