Home
last modified time | relevance | path

Searched refs:__get_buf (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dhash_bigkey.c213 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete()
289 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair()
338 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page()
368 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
376 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
397 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return()
414 hashp->cpage = __get_buf(hashp, in __big_return()
475 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
485 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data()
547 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key()
[all …]
Dhash_page.c185 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page()
188 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page()
323 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split()
405 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
415 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel()
476 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage()
916 bufp = __get_buf(hashp, addr, NULL, 0);
922 bufp = __get_buf(hashp, (int)oaddr, bufp, 0);
Dextern.h49 BUFHEAD *__get_buf(HTAB *, __uint32_t, BUFHEAD *, int);
Dhash.c636 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0);
656 rbufp = __get_buf(hashp, *bp, rbufp, 0);
678 rbufp = __get_buf(hashp, pageno, bufp, 0);
775 bufp = __get_buf(hashp, bucket, NULL, 0);
796 __get_buf(hashp, bp[hashp->cndx], bufp, 0);
Dhash_buf.c110 __get_buf(HTAB *hashp, in __get_buf() function
/picolibc-latest/newlib/
DChangeLog-20153581 * libc/search/hash_buf.c (__get_buf): Initialize local vars to avoid