Home
last modified time | relevance | path

Searched refs:bucket_found (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc191 bool bucket_found = false; in MakeHashTable() local
194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable()
205 bucket_found = true; in MakeHashTable()
216 while (!bucket_found && !MakeSpaceForKey(hash_vals, in MakeHashTable()
230 bucket_found = true; in MakeHashTable()