Searched refs:num_of_son (Results 1 – 8 of 8) sorted by relevance
268 for (size_t pos = 0; pos < node->num_of_son; pos++) { in free_son_trie()437 uint16 num_of_son = 0; in construct_spellings_subset() local450 num_of_son++; in construct_spellings_subset()454 num_of_son++; in construct_spellings_subset()458 node_num_ += num_of_son; in construct_spellings_subset()460 first_son = new SpellingNode[num_of_son]; in construct_spellings_subset()461 memset(first_son, 0, sizeof(SpellingNode)*num_of_son); in construct_spellings_subset()602 assert(son_pos + 1 == num_of_son); in construct_spellings_subset()638 parent->num_of_son = num_of_son; in construct_spellings_subset()
468 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; son_pos++) { in extend_dict1()487 (size_t)node->num_of_son - 1) { in extend_dict1()546 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; son_pos++) { in extend_dict2()565 (size_t)node->num_of_son - 1) { in extend_dict2()609 for (son_pos = 0; son_pos < static_cast<uint16>(node_le0->num_of_son); in try_extend()617 if (son_pos < node_le0->num_of_son) in try_extend()625 for (son_pos = 0; son_pos < static_cast<uint16>(node_ge1->num_of_son); in try_extend()632 if (son_pos < node_ge1->num_of_son) in try_extend()730 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; in get_lpis()761 for (size_t son_pos = 0; son_pos < (size_t)node->num_of_son; in get_lpis()
93 for (int i = 0; i < node_this->num_of_son; i++) { in splstr_to_idxs()222 for (int i = 0; i < node_this->num_of_son; i++) { in splstr16_to_idxs()
824 (static_cast<LmaNodeLE0*>(parent))->num_of_son = in construct_subset()833 (static_cast<LmaNodeLE0*>(parent))->num_of_son = in construct_subset()842 (static_cast<LmaNodeGE1*>(parent))->num_of_son = in construct_subset()
115 uint16 num_of_son; member127 unsigned char num_of_son; // number of son nodes member
34 uint16 num_of_son:5; member