Searched refs:__get_buf (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | hash_bigkey.c | 214 rbufp = __get_buf(hashp, pageno, rbufp, 0); in __big_delete() 290 bufp = __get_buf(hashp, bp[ndx + 2], bufp, 0); in __find_bigpair() 339 bufp = __get_buf(hashp, pageno, bufp, 0); in __find_last_page() 369 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 377 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 398 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __big_return() 415 hashp->cpage = __get_buf(hashp, in __big_return() 476 __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 486 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_data() 546 xbp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in collect_key() [all …]
|
D | extern.h | 49 BUFHEAD *__get_buf(HTAB *, __uint32_t, BUFHEAD *, int);
|
D | hash_page.c | 191 old_bufp = __get_buf(hashp, obucket, NULL, 0); in __split_page() 194 new_bufp = __get_buf(hashp, nbucket, NULL, 0); in __split_page() 329 bufp = __get_buf(hashp, ov_addr, bufp, 0); in ugly_split() 411 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 421 bufp = __get_buf(hashp, bp[bp[0] - 1], bufp, 0); in __addel() 482 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage() 924 bufp = __get_buf(hashp, addr, NULL, 0); 930 bufp = __get_buf(hashp, (int)oaddr, bufp, 0);
|
D | hash.c | 642 rbufp = __get_buf(hashp, __call_hash(hashp, kp, size), NULL, 0); 662 rbufp = __get_buf(hashp, *bp, rbufp, 0); 684 rbufp = __get_buf(hashp, pageno, bufp, 0); 781 bufp = __get_buf(hashp, bucket, NULL, 0); 803 __get_buf(hashp, bp[hashp->cndx], bufp, 0);
|
D | hash_buf.c | 111 __get_buf(HTAB *hashp, in __get_buf() function
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 3581 * libc/search/hash_buf.c (__get_buf): Initialize local vars to avoid
|