Searched refs:key_hash (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/glib/
H A Dghash.c47 /* If key_hash == 0, node is not in use
48 * If key_hash == 1, node is a tombstone
49 * If key_hash >= 2, node contains data */
50 guint key_hash; member in struct:_GHashNode
202 while (node->key_hash)
209 if (node->key_hash == hash_value)
277 while (node->key_hash)
284 if (node->key_hash == hash_value)
296 else if (node->key_hash == 1 && !have_tombstone)
338 node->key_hash
856 guint key_hash; local
[all...]
/external/clang/include/clang/Basic/
H A DOnDiskHashTable.h291 unsigned key_hash = InfoObj.ComputeHash(iKey); local
294 unsigned idx = key_hash & (NumBuckets - 1);
314 if (item_hash != key_hash) {

Completed in 33 milliseconds