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