Home
last modified time | relevance | path

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

/external/libdrm/intel/
Duthash.h337 #define HASH_DELETE(hh,head,delptr) \ argument
340 if ( ((delptr)->hh.prev == NULL) && ((delptr)->hh.next == NULL) ) { \
348 _hd_hh_del = &((delptr)->hh); \
349 if ((delptr) == ELMT_FROM_HH((head)->hh.tbl,(head)->hh.tbl->tail)) { \
351 (UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
354 if ((delptr)->hh.prev != NULL) { \
355 ((UT_hash_handle*)((ptrdiff_t)((delptr)->hh.prev) + \
356 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
358 DECLTYPE_ASSIGN(head,(delptr)->hh.next); \
392 #define HASH_DEL(head,delptr) \ argument
[all …]