Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c75 #define ROUNDUP(x,y) ((((x)+(y)-1)/(y))*(y)) macro
270 ROUNDUP ((uintptr_t) & _etext, HISTFRACTION * sizeof (HISTCOUNTER)); in __monstartup()