Searched refs:start_hash_address (Results 1 – 1 of 1) sorted by relevance
314 uint32_t start_hash_address = util_fast_urem32(hash, size, ht->size_magic); in hash_table_search() local317 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() local371 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() local447 uint32_t hash_address = start_hash_address; in hash_table_insert()481 } while (hash_address != start_hash_address); in hash_table_insert()