Searched refs:lma_nds_used_num_ge1_ (Results 1 – 3 of 3) sorted by relevance
158 lma_nds_used_num_ge1_ = 0; in DictBuilder()196 lma_nds_used_num_ge1_ = 0; in alloc_resource()363 lma_nds_used_num_ge1_ = 0; in free_resource()599 dict_trie->nodes_ge1_ = new LmaNodeGE1[lma_nds_used_num_ge1_]; in build_dict()605 dict_trie->lma_node_num_ge1_ = lma_nds_used_num_ge1_; in build_dict()612 sizeof(LmaNodeGE1) * lma_nds_used_num_ge1_); in build_dict()828 lma_nds_used_num_ge1_; in construct_subset()829 son_1st_ge1 = lma_nodes_ge1_ + lma_nds_used_num_ge1_; in construct_subset()830 lma_nds_used_num_ge1_ += parent_son_num; in construct_subset()837 lma_nds_used_num_ge1_); in construct_subset()[all …]
56 size_t lma_nds_used_num_ge1_; variable