Searched defs:hashp (Results 1 – 4 of 4) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | hash.c | 104 HTAB *hashp; local 276 HTAB *hashp; local 291 HTAB *hashp; local 306 init_hash(HTAB *hashp, 380 init_htab(HTAB *hashp, int nelem) 424 hdestroy(HTAB *hashp) 485 HTAB *hashp; local 510 flush_meta(HTAB *hashp) 562 HTAB *hashp; local 578 HTAB *hashp; local [all …]
|
D | hash_bigkey.c | 86 __big_insert(HTAB *hashp, in __big_insert() 187 __big_delete(HTAB *hashp, in __big_delete() 265 __find_bigpair(HTAB *hashp, in __find_bigpair() 316 __find_last_page(HTAB *hashp, in __find_last_page() 356 __big_return(HTAB *hashp, in __big_return() 446 collect_data(HTAB *hashp, in collect_data() 504 __big_keydata(HTAB *hashp, in __big_keydata() 522 collect_key(HTAB *hashp, in collect_key() 567 HTAB *hashp, in __big_split()
|
D | hash_buf.c | 110 __get_buf(HTAB *hashp, in __get_buf() 164 newbuf(HTAB *hashp, in newbuf() 293 __buf_init(HTAB *hashp, int nbytes) in __buf_init() 316 __buf_free(HTAB *hashp, int do_free, int to_disk) in __buf_free() 345 __reclaim_buf(HTAB *hashp, BUFHEAD *bp) in __reclaim_buf()
|
D | hash_page.c | 119 __delpair(HTAB *hashp, in __delpair() 171 __split_page(HTAB *hashp, in __split_page() 267 ugly_split(HTAB *hashp, in ugly_split() 388 __addel(HTAB *hashp, in __addel() 455 __add_ovflpage(HTAB *hashp, BUFHEAD *bufp) in __add_ovflpage() 506 __get_page(HTAB *hashp, in __get_page() 567 __put_page(HTAB *hashp, in __put_page() 616 __ibitmap(HTAB *hashp, in __ibitmap() 654 overflow_page(HTAB *hashp) in overflow_page() 801 __free_ovflpage(HTAB *hashp, BUFHEAD *obufp) in __free_ovflpage() [all …]
|