Searched refs:UT_hash_handle (Results 1 - 7 of 7) sorted by relevance
/third_party/libdrm/intel/ |
H A 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_ 1063 typedef struct UT_hash_handle { global() struct 1072 } UT_hash_handle; global() typedef [all...] |
H A D | intel_bufmgr_gem.c | 178 UT_hash_handle handle_hh; 179 UT_hash_handle name_hh;
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 137 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle*)(void*)(((char*)(elp)) + ((tbl)->hho))) 141 struct UT_hash_handle *_hd_hh_item = (itemptrhh); \ 453 struct UT_hash_handle *_hd_hh_del = (delptrhh); \ 519 struct UT_hash_handle *_thh; \ 836 struct UT_hash_handle *_he_thh, *_he_hh_nxt; \ 893 struct UT_hash_handle *_hs_p, *_hs_q, *_hs_e, *_hs_list, *_hs_tail; \ 982 UT_hash_handle *_src_hh, *_dst_hh, *_last_elt_hh=NULL; \ 992 _dst_hh = (UT_hash_handle*)(void*)(((char*)_elt) + _dst_hho); \ 1049 (size_t)(((head)->hh.tbl->num_items * sizeof(UT_hash_handle)) + \ 1069 struct UT_hash_handle *hh_hea 1125 typedef struct UT_hash_handle { global() struct 1134 } UT_hash_handle; global() typedef [all...] |
H A D | coap_cache_internal.h | 42 UT_hash_handle hh;
|
H A D | coap_resource_internal.h | 71 UT_hash_handle hh;
|
H A D | coap_session_internal.h | 78 UT_hash_handle hh;
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_context.h | 143 UT_hash_handle hh;
|
Completed in 18 milliseconds