Home
last modified time | relevance | path

Searched defs:bucket_index (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dhash_table.h133 Index bucket_index = hasher_.Hash(key) % hash_buckets_; in Insert() local
149 Index bucket_index = hash_value % hash_buckets_; in Lookup() local