Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash_page.c443 (hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR)) in __addel()
465 if (hashp->FFACTOR == DEF_FFACTOR) { in __add_ovflpage()
466 hashp->FFACTOR = sp[0] >> 1; in __add_ovflpage()
467 if (hashp->FFACTOR < MIN_FFACTOR) in __add_ovflpage()
468 hashp->FFACTOR = MIN_FFACTOR; in __add_ovflpage()
Dhash.h314 #define FFACTOR hdr.ffactor macro
Dhash.c249 "FILL FACTOR ", hashp->FFACTOR,
325 hashp->FFACTOR = DEF_FFACTOR;
353 hashp->FFACTOR = info->ffactor;
390 nelem = (nelem - 1) / hashp->FFACTOR + 1;