Searched refs:buckets (Results 1 – 1 of 1) sorted by relevance
| /components/utilities/libadt/uthash/ |
| A D | uthash.h | 146 (head)->hh.tbl->buckets[_hd_bkt].count++; \ 226 (head)->hh.tbl->buckets = (UT_hash_bucket*)uthash_malloc( \ 229 if (!(head)->hh.tbl->buckets) { \ 233 uthash_bzero((head)->hh.tbl->buckets, \ 238 uthash_free((head)->hh.tbl->buckets, \ 322 HASH_ADD_TO_BKT((head)->hh.tbl->buckets[_ha_bkt], hh, &(add)->hh, oomed); \ 345 HASH_ADD_TO_BKT((head)->hh.tbl->buckets[_ha_bkt], hh, &(add)->hh, oomed); \ 458 uthash_free((head)->hh.tbl->buckets, \ 476 HASH_DEL_IN_BKT((head)->hh.tbl->buckets[_hd_bkt], _hd_hh_del); \ 528 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \ [all …]
|
Completed in 7 milliseconds