Searched refs:strfield (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/intel/ |
D | uthash.h | 376 #define HASH_ADD_STR(head,strfield,add) \ argument 377 HASH_ADD(hh,head,strfield[0],(unsigned)uthash_strlen(add->strfield),add) 378 #define HASH_REPLACE_STR(head,strfield,add,replaced) \ argument 379 HASH_REPLACE(hh,head,strfield[0],(unsigned)uthash_strlen(add->strfield),add,replaced)
|
/external/fastrpc/inc/ |
D | uthash.h | 249 #define HASH_ADD_STR(head,strfield,add) \ argument 250 HASH_ADD(hh,head,strfield,strlen(add->strfield),add)
|