Searched defs:hash_uint32 (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dbloom_filter.cc72 uint32 hash_uint32 = static_cast<uint32>(hash); local
74 uint32 index = HashMix(hash_keys_[i], hash_uint32) % bit_size_;
80 uint32 hash_uint32 = static_cast<uint32>(hash); local
82 uint32 index = HashMix(hash_keys_[i], hash_uint32) % bit_size_;

Completed in 38 milliseconds