HomeSort by relevance Sort by last modified time
    Searched full:key_hash (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_hash_table.c 104 unsigned key_hash)
109 iter = cso_hash_find(ht->cso, key_hash);
124 unsigned key_hash)
129 iter = cso_hash_find(ht->cso, key_hash);
146 unsigned key_hash; local
154 key_hash = ht->hash(key);
156 item = util_hash_table_find_item(ht, key, key_hash);
170 iter = cso_hash_insert(ht->cso, key_hash, item);
184 unsigned key_hash; local
191 key_hash = ht->hash(key)
205 unsigned key_hash; local
    [all...]
u_keymap.c 148 unsigned key_hash)
153 iter = cso_hash_find(map->cso, key_hash);
167 unsigned key_hash)
169 struct cso_hash_iter iter = hash_table_find_iter(map, key, key_hash);
191 unsigned key_hash; local
199 key_hash = hash(key, map->key_size);
201 item = hash_table_find_item(map, key, key_hash);
216 iter = cso_hash_insert(map->cso, key_hash, item);
234 unsigned key_hash; local
241 key_hash = hash(key, map->key_size)
259 unsigned key_hash; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_hash_table.c 104 unsigned key_hash)
109 iter = cso_hash_find(ht->cso, key_hash);
124 unsigned key_hash)
129 iter = cso_hash_find(ht->cso, key_hash);
146 unsigned key_hash; local
154 key_hash = ht->hash(key);
156 item = util_hash_table_find_item(ht, key, key_hash);
170 iter = cso_hash_insert(ht->cso, key_hash, item);
184 unsigned key_hash; local
191 key_hash = ht->hash(key)
205 unsigned key_hash; local
    [all...]
u_keymap.c 148 unsigned key_hash)
153 iter = cso_hash_find(map->cso, key_hash);
167 unsigned key_hash)
169 struct cso_hash_iter iter = hash_table_find_iter(map, key, key_hash);
191 unsigned key_hash; local
199 key_hash = hash(key, map->key_size);
201 item = hash_table_find_item(map, key, key_hash);
216 iter = cso_hash_insert(map->cso, key_hash, item);
234 unsigned key_hash; local
241 key_hash = hash(key, map->key_size)
259 unsigned key_hash; local
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_entry_format.h 45 uint32 key_hash; member in struct:disk_cache::SimpleFileHeader
simple_entry_format_history.h 41 uint32 key_hash; member in struct:disk_cache::simplecache_v5::SimpleFileHeader
simple_util.cc 75 uint64 key_hash; member in union:disk_cache::simple_util::__anon13804
79 return u.key_hash;
simple_synchronous_entry.cc     [all...]
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 489 // or tombstone entry. Also sets |*key_hash| to the key hash value on
493 guint* key_hash) {
495 *key_hash = hash;
529 guint key_hash = HASH_UNUSED; local
530 guint probe_index = _g_hash_table_lookup_index(hash_table, key, &key_hash);
549 guint key_hash = HASH_UNUSED; local
550 guint probe_index = _g_hash_table_lookup_index(hash_table, key, &key_hash);
649 guint key_hash; local
651 _g_hash_table_lookup_index(hash_table, key, &key_hash);
653 _g_hash_table_insert_index(hash_table, key_index, key_hash, key, value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
hash.h 65 uint32_t key_hash,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
hash.h 65 uint32_t key_hash,
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_service.cc 62 // verification_key_hash: <key_hash>

Completed in 362 milliseconds