Home
last modified time | relevance | path

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

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