Home
last modified time | relevance | path

Searched refs:hh_head (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/intel/
H A Duthash.h410 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
716 if ((head).hh_head != NULL) { \
717 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).hh_head)); \
739 (addhh)->hh_next = head.hh_head; \
741 if (head.hh_head != NULL) { (head).hh_head->hh_prev = (addhh); } \
742 (head).hh_head=addhh; \
752 if ((head).hh_head == hh_del) { \
753 (head).hh_head = hh_del->hh_next; \
808 _he_thh = tbl->buckets[ _he_bkt_i ].hh_head; \
1007 struct UT_hash_handle *hh_head; global() member
[all...]
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h526 _thh = (head)->hh.tbl->buckets[_bkt_i].hh_head; \
746 if ((head).hh_head != NULL) { \
747 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).hh_head)); \
770 (addhh)->hh_next = _ha_head->hh_head; \
772 if (_ha_head->hh_head != NULL) { \
773 _ha_head->hh_head->hh_prev = (addhh); \
775 _ha_head->hh_head = (addhh); \
792 if (_hd_head->hh_head == (delhh)) { \
793 _hd_head->hh_head = (delhh)->hh_next; \
850 _he_thh = (tbl)->buckets[ _he_bkt_i ].hh_head; \
1069 struct UT_hash_handle *hh_head; global() member
[all...]

Completed in 6 milliseconds