Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c65 #define HASHFRACTION 4 macro
202 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); in write_callgraph()
207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
276 froms = malloc_ea (s_textsize / HASHFRACTION); in __monstartup()
282 memset_ea (froms, 0, s_textsize / HASHFRACTION); in __monstartup()
357 frompcindex = &froms[(frompc) / (HASHFRACTION * sizeof (*froms))]; in __mcount_internal()