Searched refs:start_hash_address (Results 1 – 1 of 1) sorted by relevance
212 uint32_t start_hash_address = hash % ht->size; in hash_table_search() local213 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() local307 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()