Home
last modified time | relevance | path

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

/external/libdrm/intel/
Duthash.h211 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ macro
379 HASH_REPLACE(hh,head,strfield[0],(unsigned)uthash_strlen(add->strfield),add,replaced)
385 HASH_REPLACE(hh,head,intfield,sizeof(int),add,replaced)
391 HASH_REPLACE(hh,head,ptrfield,sizeof(void *),add,replaced)