Searched refs:HashFind (Results 1 – 3 of 3) sorted by relevance
/external/libdrm/ |
D | xf86drmHash.c | 139 static HashBucketPtr HashFind(HashTablePtr table, in HashFind() function 174 bucket = HashFind(table, key, NULL); in drmHashLookup() 188 if (HashFind(table, key, &hash)) return 1; /* Already in table */ in drmHashInsert() 207 bucket = HashFind(table, key, &hash); in drmHashDelete()
|
/external/mesa3d/src/glx/ |
D | glxhash.c | 201 HashFind(__glxHashTablePtr table, unsigned long key, unsigned long *h) in HashFind() function 239 bucket = HashFind(table, key, NULL); in __glxHashLookup() 256 if (HashFind(table, key, &hash)) in __glxHashInsert() 282 bucket = HashFind(table, key, &hash); in __glxHashDelete()
|
/external/python/pycparser/examples/c_files/ |
D | hash.c | 100 const Entry* HashFind(const Hash* hash, const char* key) in HashFind() function
|