Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dhash_table.c314 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_search() local
317 uint32_t hash_address = start_hash_address; in hash_table_search()
333 } while (hash_address != start_hash_address); in hash_table_search()
368 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_insert_rehash() local
371 uint32_t hash_address = start_hash_address; in hash_table_insert_rehash()
444 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_insert() local
447 uint32_t hash_address = start_hash_address; in hash_table_insert()
481 } while (hash_address != start_hash_address); in hash_table_insert()