Searched refs:h2f_num_ (Results 1 – 3 of 3) sorted by relevance
132 assert(h2f_num_[*splid] > 0); in if_valid_id_update()245 return h2f_num_[half_id]; in half2full_num()253 return h2f_num_[half_id]; in half_to_full()283 memset(h2f_num_, 0, sizeof(uint16) * kFullSplIdStart); in construct()343 h2f_start_[0] = h2f_num_[0] = 0; in construct()527 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()540 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()546 if (h2f_num_[node_current->spelling_idx] > 0) in construct_spellings_subset()613 h2f_num_[node_current->spelling_idx] = item_end - item_start_next; in construct_spellings_subset()626 h2f_num_[node_current->spelling_idx] = item_end - item_start_next; in construct_spellings_subset()[all …]
112 uint16 h2f_num_[kFullSplIdStart]; variable