Home
last modified time | relevance | path

Searched refs:ht_create (Results 1 – 8 of 8) 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()
137 h = ht_create(4, 0, ht_generic_hash, ht_generic_compare, &hashSetup); in test3()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dhashtable.h54 extern _X_EXPORT HashTable ht_create(int keySize,
H A Dxres.c175 ctx->visitedResources = ht_create(sizeof(XID), 0, in InitConstructResourceBytesCtx()
761 ht = ht_create(htSetup.keySize, in AddResourceSizeValue()
H A Dhashtable.c36 ht_create(int keySize, in ht_create() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymtab.h73 extern cpp_hash_table *ht_create (unsigned int order);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymtab.h73 extern cpp_hash_table *ht_create (unsigned int order);
/OK3568_Linux_fs/external/xserver/glx/
H A Dvndcmds.c401 vendorPrivHash = ht_create(sizeof(CARD32), sizeof(GlxVendorPrivDispatch), in GlxDispatchInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6758 /home/lyudess/Projects/xserver/glx/vndcmds.c:405: undefined reference to `ht_create'
76396 One creates a new hash table with ht_create and disposes it with
76397 ht_destroy. ht_create accepts the key and value sizes (in bytes) in