Searched refs:ht_resourceid_compare (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | hashtabletest.c | 36 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 D | hashtable.h | 133 extern _X_EXPORT int ht_resourceid_compare(void *cdata,
|
| H A D | hashtable.c | 263 ht_resourceid_compare(void* cdata, const void* a, const void* b) in ht_resourceid_compare() function
|
| H A D | xres.c | 176 ht_resourceid_hash, ht_resourceid_compare, in InitConstructResourceBytesCtx()
|