Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c66 static int init_htab(HTAB *, int);
368 if (init_htab(hashp, nelem))
380 init_htab(HTAB *hashp, int nelem) function