Searched refs:start_hash_address (Results 1 – 1 of 1) sorted by relevance
285 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_search() local288 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() local342 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() local412 uint32_t hash_address = start_hash_address; in hash_table_insert()446 } while (hash_address != start_hash_address); in hash_table_insert()