Searched refs:hho (Results 1 - 1 of 1) sorted by relevance

/external/libdrm/intel/
H A Duthash.h110 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho)))
112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho)))
181 (head)->hh.tbl->hho = (char*)(&(head)->hh) - (char*)(head); \
352 (head)->hh.tbl->hho); \
356 (head)->hh.tbl->hho))->next = (delptr)->hh.next; \
362 (head)->hh.tbl->hho))->prev = \
443 (head)->hh.tbl->hho) : NULL ); \
866 (head)->hh.tbl->hho)) : NULL); \
875 (head)->hh.tbl->hho)) : NULL); \
882 (head)->hh.tbl->hho))
1035 ptrdiff_t hho; /* hash handle offset (byte pos of hash handle in element */ member in struct:UT_hash_table
[all...]

Completed in 124 milliseconds