Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dhash_table.c285 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_search() local
288 uint32_t hash_address = start_hash_address; in hash_table_search()
304 } while (hash_address != start_hash_address); in hash_table_search()
339 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_insert_rehash() local
342 uint32_t hash_address = start_hash_address; in hash_table_insert_rehash()
409 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_insert() local
412 uint32_t hash_address = start_hash_address; in hash_table_insert()
446 } while (hash_address != start_hash_address); in hash_table_insert()