OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hh_head
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/intel/
uthash.h
410
_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
;
member in struct:UT_hash_bucket
[
all
...]
/src/external/bsd/elftoolchain/dist/common/
uthash.h
528
_thh = (head)->hh.tbl->buckets[_bkt_i].
hh_head
; \
748
if ((head).
hh_head
!= NULL) { \
749
DECLTYPE_ASSIGN(out, ELMT_FROM_HH(tbl, (head).
hh_head
)); \
772
(addhh)->hh_next = _ha_head->
hh_head
; \
774
if (_ha_head->
hh_head
!= NULL) { \
775
_ha_head->
hh_head
->hh_prev = (addhh); \
777
_ha_head->
hh_head
= (addhh); \
794
if (_hd_head->
hh_head
== (delhh)) { \
795
_hd_head->
hh_head
= (delhh)->hh_next; \
852
_he_thh = (tbl)->buckets[ _he_bkt_i ].
hh_head
; \
1071
struct UT_hash_handle *
hh_head
;
member in struct:UT_hash_bucket
[
all
...]
Completed in 27 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026