Searched refs:spelling_max_num_ (Results 1 – 3 of 3) sorted by relevance
88 hash_pos = hash_pos % spelling_max_num_; in get_hash_pos()94 hash_pos = hash_pos % spelling_max_num_; in hash_pos_next()120 spelling_max_num_ = get_odd_next(spl_max_num); in init_table()123 raw_spellings_ = new RawSpelling[spelling_max_num_]; in init_table()124 spelling_buf_ = new char[spelling_max_num_ * (spelling_size_)]; in init_table()130 memset(raw_spellings_, 0, spelling_max_num_ * sizeof(RawSpelling)); in init_table()131 memset(spelling_buf_, 0, spelling_max_num_ * (spelling_size_)); in init_table()222 qsort(raw_spellings_, spelling_max_num_, sizeof(RawSpelling), in arrange()
45 size_t spelling_max_num_; variable