Searched refs:ht_find (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | hashtabletest.c | 53 int* v = ht_find(h, &id); in test1() 103 if (!ht_find(h, &id)) { in test2() 111 if (ht_find(h, &id)) { in test2() 144 if (!ht_find(h, "helo") || in test3() 145 !ht_find(h, "wrld")) { in test3()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | hashtable.h | 96 extern _X_EXPORT void *ht_find(HashTable ht, const void *key);
|
| H A D | xres.c | 681 ht_find(ctx->visitedSubResources, &value); in AddSubResourceSizeSpec() 741 !ht_find(ctx->visitedResources, &id)) { in AddResourceSizeValue()
|
| H A D | hashtable.c | 189 ht_find(HashTable ht, const void *key) in ht_find() function
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | vndcmds.c | 65 disp = ht_find(vendorPrivHash, &vendorCode); in LookupVendorPrivDispatch()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 6753 /home/lyudess/Projects/xserver/glx/vndcmds.c:65: undefined reference to `ht_find'
|