Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/
H A Dhashtabletest.c36 h = ht_create(sizeof(XID), sizeof(int), ht_resourceid_hash, ht_resourceid_compare, NULL); in test1()
94 h = ht_create(sizeof(XID), 0, ht_resourceid_hash, ht_resourceid_compare, NULL); in test2()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.h126 extern _X_EXPORT unsigned ht_resourceid_hash(void *cdata,
H A Dhashtable.c254 ht_resourceid_hash(void * cdata, const void * data, int numBits) in ht_resourceid_hash() function
H A Dxres.c176 ht_resourceid_hash, ht_resourceid_compare, in InitConstructResourceBytesCtx()