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.c212 uint32_t start_hash_address = hash % ht->size; in hash_table_search() local
213 uint32_t hash_address = start_hash_address; in hash_table_search()
231 } while (hash_address != start_hash_address); in hash_table_search()
296 uint32_t start_hash_address, hash_address; in hash_table_insert() local
307 start_hash_address = hash % ht->size; in hash_table_insert()
308 hash_address = start_hash_address; in hash_table_insert()
344 } while (hash_address != start_hash_address); in hash_table_insert()