Home
last modified time | relevance | path

Searched refs:HashFind (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/
Dxf86drmHash.c139 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/
Dglxhash.c201 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/
Dhash.c100 const Entry* HashFind(const Hash* hash, const char* key) in HashFind() function