Searched refs:ptrfield (Results 1 – 1 of 1) sorted by relevance
/external/libdrm/intel/ |
D | uthash.h | 388 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 389 HASH_ADD(hh,head,ptrfield,sizeof(void *),add) 390 #define HASH_REPLACE_PTR(head,ptrfield,add,replaced) \ argument 391 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)
|