Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c222 hashp->cbucket = -1;
764 if ((hashp->cbucket < 0) || (flag == R_FIRST)) {
765 hashp->cbucket = 0;
772 for (bucket = hashp->cbucket;
783 hashp->cbucket = bucket;
784 if (hashp->cbucket > hashp->MAX_BUCKET) {
785 hashp->cbucket = -1;
804 ++hashp->cbucket;
819 hashp->cbucket++;
Dhash_bigkey.c411 hashp->cbucket++; in __big_return()
421 hashp->cbucket++; in __big_return()
472 hashp->cbucket++; in collect_data()
479 hashp->cbucket++; in collect_data()
Dhash.h127 int32_t cbucket; /* Current bucket */ member