Searched refs:ROUNDDOWN (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | gmon.h | 148 #define ROUNDDOWN(x,y) rounddown(x,y) macro |
/freebsd/lib/libc/gmon/ | ||
H A D | gmon.c | 73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup() |