Searched refs:HashFind (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/ |
D | xf86drmHash.c | 144 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/ |
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()
|