Searched refs:son_1st_off_h (Results 1 – 4 of 4) sorted by relevance
129 unsigned char son_1st_off_h; // high bits of the son_1st_off member
87 return ((size_t)node->son_1st_off_l + ((size_t)node->son_1st_off_h << 16)); in get_son_offset()547 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0); in extend_dict2()627 assert(node_ge1->son_1st_off_l > 0 || node_ge1->son_1st_off_h > 0); in try_extend()763 assert(node->son_1st_off_l > 0 || node->son_1st_off_h > 0); in get_lpis()
649 node->son_1st_off_h = static_cast<unsigned char>(offset >> 16); in set_son_offset()