Searched refs:homo_idx_num_eq1_ (Results 1 – 3 of 3) sorted by relevance
161 homo_idx_num_eq1_ = 0; in DictBuilder()364 homo_idx_num_eq1_ = 0; in free_resource()600 size_t lma_idx_num = homo_idx_num_eq1_ + homo_idx_num_gt1_ + top_lmas_num_; in build_dict()614 for (size_t pos = 0; pos < homo_idx_num_eq1_ + homo_idx_num_gt1_; pos++) { in build_dict()619 for (size_t pos = homo_idx_num_eq1_ + homo_idx_num_gt1_; in build_dict()622 top_lmas_[pos - homo_idx_num_eq1_ - homo_idx_num_gt1_].idx_by_hz; in build_dict()627 printf("homo_idx_num_eq1_: %d\n", homo_idx_num_eq1_); in build_dict()872 node_cur_le0->homo_idx_buf_off = homo_idx_num_eq1_ + homo_idx_num_gt1_; in construct_subset()874 homo_idx_num_eq1_ += homo_num; in construct_subset()880 (homo_idx_num_eq1_ + homo_idx_num_gt1_)); in construct_subset()[all …]
61 size_t homo_idx_num_eq1_; variable