Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dhash.c751 int32_t bucket; local
772 for (bucket = hashp->cbucket;
773 bucket <= hashp->MAX_BUCKET;
774 bucket++, hashp->cndx = 1) {
775 bufp = __get_buf(hashp, bucket, NULL, 0);
783 hashp->cbucket = bucket;
908 int32_t n, bucket; local
911 bucket = n & hashp->HIGH_MASK;
912 if (bucket > hashp->MAX_BUCKET)
913 bucket = bucket & hashp->LOW_MASK;
[all …]
Dhash_page.c508 __uint32_t bucket, in __get_page() argument
525 page = BUCKET_TO_PAGE(bucket); in __get_page()
527 page = OADDR_TO_PAGE(bucket); in __get_page()
569 __uint32_t bucket, in __put_page() argument
596 page = BUCKET_TO_PAGE(bucket); in __put_page()
598 page = OADDR_TO_PAGE(bucket); in __put_page()