Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.h165 #define MIN_FFACTOR 4 macro
Dhash_page.c467 if (hashp->FFACTOR < MIN_FFACTOR) in __add_ovflpage()
468 hashp->FFACTOR = MIN_FFACTOR; in __add_ovflpage()