Home
last modified time | relevance | path

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

/external/libdrm/intel/
Duthash.h93 #ifndef uthash_memcmp
94 #define uthash_memcmp(a,b,n) memcmp(a,b,n) macro
723 if (uthash_memcmp((out)->hh.key, keyptr, keylen_in) == 0) { \