Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c197 int fromindex, endfrom; in write_callgraph() local
203 for (fromindex = 0; fromindex < endfrom; ++fromindex) in write_callgraph()
205 if (froms[fromindex]) in write_callgraph()
207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()
208 for (toindex = froms[fromindex]; toindex != 0; in write_callgraph()