Searched refs:ptrfield (Results 1 – 2 of 2) 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)
|
/external/fastrpc/inc/ |
D | uthash.h | 257 #define HASH_ADD_PTR(head,ptrfield,add) \ argument 258 HASH_ADD(hh,head,ptrfield,sizeof(void *),add)
|