Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/machine/spu/
Dspu-gmon.c102 int32_t hist_size; member
135 static int hist_size; variable
179 hist_hdr.hist_size = hist_size / sizeof (HISTCOUNTER); /* Amount of bins. */ in write_histogram()
191 lseek (fd, hist_size, SEEK_CUR); in write_histogram()
273 hist_size = s_textsize / HISTFRACTION * sizeof (HISTCOUNTER); in __monstartup()
316 sizeof (struct gmon_hist_hdr) + hist_size) == -1) in __monstartup()