Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/search/
Dhash_page.c450 (hashp->NKEYS / (hashp->MAX_BUCKET + 1) > hashp->FFACTOR)) in __addel()
472 if (hashp->FFACTOR == DEF_FFACTOR) { in __add_ovflpage()
473 hashp->FFACTOR = sp[0] >> 1; in __add_ovflpage()
474 if (hashp->FFACTOR < MIN_FFACTOR) in __add_ovflpage()
475 hashp->FFACTOR = MIN_FFACTOR; in __add_ovflpage()
Dhash.h314 #define FFACTOR hdr.ffactor macro
Dhash.c256 "FILL FACTOR ", hashp->FFACTOR,
332 hashp->FFACTOR = DEF_FFACTOR;
360 hashp->FFACTOR = info->ffactor;
397 nelem = (nelem - 1) / hashp->FFACTOR + 1;