Searched refs:UT_hash_handle (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/intel/ |
D | uthash.h | 112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho))) 245 struct UT_hash_handle *_hs_iter = &(head)->hh; \ 339 struct UT_hash_handle *_hd_hh_del; \ 351 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 355 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \ 361 ((UT_hash_handle*)((ptrdiff_t)_hd_hh_del->next + \ 402 struct UT_hash_handle *_thh; \ 442 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \ 795 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \ 848 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ [all …]
|
D | intel_bufmgr_gem.c | 179 UT_hash_handle handle_hh; 180 UT_hash_handle name_hh;
|
/external/fastrpc/inc/ |
D | uthash.h | 205 struct UT_hash_handle *_hd_hh_del; \ 216 (UT_hash_handle*)((char*)((delptr)->hh.prev) + \ 220 ((UT_hash_handle*)((char*)((delptr)->hh.prev) + \ 226 ((UT_hash_handle*)((char*)_hd_hh_del->next + \ 272 struct UT_hash_handle *_thh; \ 309 _thh = ( _thh->next ? (UT_hash_handle*)((char*)(_thh->next) + \ 657 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \ 710 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ 726 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ 735 _hs_q = (UT_hash_handle*)((_hs_q->next) ? \ [all …]
|
/external/tpm2-tss/test/integration/ |
D | session-util.h | 34 UT_hash_handle hh; 40 UT_hash_handle hh;
|
/external/fastrpc/src/ |
D | mod_table.c | 85 UT_hash_handle hh; 94 UT_hash_handle hh; 112 UT_hash_handle hh;
|
/external/rust/crates/quiche/examples/ |
D | server.c | 73 UT_hash_handle hh;
|
D | http3-server.c | 74 UT_hash_handle hh;
|