Searched refs:start_hash_address (Results 1 – 1 of 1) sorted by relevance
211 uint32_t start_hash_address = hash % ht->size; in hash_table_search() local212 uint32_t hash_address = start_hash_address; in hash_table_search()230 } while (hash_address != start_hash_address); in hash_table_search()295 uint32_t start_hash_address, hash_address; in hash_table_insert() local306 start_hash_address = hash % ht->size; in hash_table_insert()307 hash_address = start_hash_address; in hash_table_insert()343 } while (hash_address != start_hash_address); in hash_table_insert()