Home
last modified time | relevance | path

Searched refs:hh_next (Results 1 – 2 of 2) sorted by relevance

/external/fastrpc/inc/
Duthash.h286 _thh = _thh->hh_next; \
592 if (out->hh.hh_next) DECLTYPE_ASSIGN(out,ELMT_FROM_HH(tbl,out->hh.hh_next)); \
601 (addhh)->hh_next = head.hh_head; \
615 (head).hh_head = hh_del->hh_next; \
618 hh_del->hh_prev->hh_next = hh_del->hh_next; \
620 if (hh_del->hh_next) { \
621 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
672 _he_hh_nxt = _he_thh->hh_next; \
681 _he_thh->hh_next = _he_newbkt->hh_head; \
800 _src_hh = _src_hh->hh_next) { \
[all …]
/external/libdrm/intel/
Duthash.h419 _thh = _thh->hh_next; \
727 if ((out)->hh.hh_next != NULL) { \
728 DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (out)->hh.hh_next)); \
739 (addhh)->hh_next = head.hh_head; \
753 (head).hh_head = hh_del->hh_next; \
756 hh_del->hh_prev->hh_next = hh_del->hh_next; \
758 if (hh_del->hh_next) { \
759 hh_del->hh_next->hh_prev = hh_del->hh_prev; \
810 _he_hh_nxt = _he_thh->hh_next; \
819 _he_thh->hh_next = _he_newbkt->hh_head; \
[all …]