Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/
H A Dhashtabletest.c53 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 Dhashtable.h96 extern _X_EXPORT void *ht_find(HashTable ht, const void *key);
H A Dxres.c681 ht_find(ctx->visitedSubResources, &value); in AddSubResourceSizeSpec()
741 !ht_find(ctx->visitedResources, &id)) { in AddResourceSizeValue()
H A Dhashtable.c189 ht_find(HashTable ht, const void *key) in ht_find() function
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c65 disp = ht_find(vendorPrivHash, &vendorCode); in LookupVendorPrivDispatch()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6753 /home/lyudess/Projects/xserver/glx/vndcmds.c:65: undefined reference to `ht_find'