Home
last modified time | relevance | path

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

/external/libdrm/intel/
Duthash.h376 #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)