Searched refs:hash_size_ (Results 1 – 5 of 5) sorted by relevance
130 if(hash_size_==0) in find()142 uint32_t incr = 1 + hkey % (hash_size_-2); in find()143 hkey %= hash_size_; in find()156 hkey=(hkey + incr) % hash_size_; in find()195 return hash_size_ != 0; in has_hash()215 hash_size_=get(20); in init()287 uint32_t hash_size_; member in boost::locale::gnu_gettext::mo_file
293 uInt hash_size_; // number of elements in hash table member in boost::beast::zlib::detail::deflate_stream510 head_[hash_size_-1] = 0; in clear_hash()512 (unsigned)(hash_size_-1)*sizeof(*head_)); in clear_hash()
609 hash_size_ = 1 << hash_bits_;610 hash_mask_ = hash_size_ - 1;615 auto const nhead = hash_size_ * sizeof(std::uint16_t);1535 n = hash_size_;