Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/spu/
Dspu-gmon.c127 static long tolimit = 0; variable
283 tolimit = s_textsize * ARCDENSITY / 100; in __monstartup()
284 if (tolimit < MINARCS) in __monstartup()
285 tolimit = MINARCS; in __monstartup()
288 tos = malloc_ea (tolimit * sizeof (struct tostruct)); in __monstartup()
294 memset_ea (tos, 0, tolimit * sizeof (struct tostruct)); in __monstartup()
362 if (toindex >= tolimit) in __mcount_internal()
398 if (toindex >= tolimit) in __mcount_internal()