Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c74 #define ROUNDDOWN(x,y) (((x)/(y))*(y)) macro
268 ROUNDDOWN ((uintptr_t) & _start, HISTFRACTION * sizeof (HISTCOUNTER)); in __monstartup()