Home
last modified time | relevance | path

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

/external/chromium_org/third_party/leveldatabase/src/util/
Dbloom.cc13 static uint32_t BloomHash(const Slice& key) { in BloomHash() function
53 uint32_t h = BloomHash(keys[i]); in CreateFilter()
79 uint32_t h = BloomHash(key); in KeyMayMatch()