Home
last modified time | relevance | path

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

/external/libdrm/
Dxf86drmHash.c144 static HashBucketPtr HashFind(HashTablePtr table, in HashFind() function
179 bucket = HashFind(table, key, NULL); in drmHashLookup()
193 if (HashFind(table, key, &hash)) return 1; /* Already in table */ in drmHashInsert()
212 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()