Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_buf.c70 static BUFHEAD *newbuf(HTAB *, __uint32_t, BUFHEAD *);
143 bp = newbuf(hashp, addr, prev_bp); in __get_buf()
164 newbuf(HTAB *hashp, in newbuf() function