Home
last modified time | relevance | path

Searched refs:ROUNDDOWN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dgmon.h148 #define ROUNDDOWN(x,y) rounddown(x,y) macro
/freebsd/lib/libc/gmon/
H A Dgmon.c73 p->lowpc = ROUNDDOWN(lowpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()