Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c75 static __uint32_t *fetch_bitmap(HTAB *, int);
680 !(freep = fetch_bitmap(hashp, i))) in overflow_page()
828 freep = fetch_bitmap(hashp, free_page); in __free_ovflpage()
903 fetch_bitmap(HTAB *hashp, int ndx) in fetch_bitmap() function