Home | History | Annotate | Download | only in share

Lines Matching refs:son

408     LmaNodeLE0 *son = root_ + son_pos;
409 assert(son->spl_idx >= id_start && son->spl_idx < id_start + id_num);
418 lpi_max - *lpi_num, son);
422 if (son->spl_idx == id_start) {
435 if (son->spl_idx >= id_start + id_num -1)
471 LmaNodeGE1 *son = nodes_ge1_ + node->son_1st_off + son_pos;
472 if (son->spl_idx >= id_start
473 && son->spl_idx < id_start + id_num) {
475 size_t homo_buf_off = get_homo_idx_buf_offset(son);
477 lpi_max - *lpi_num, homo_buf_off, son,
487 if (son->spl_idx >= id_start + id_num - 1 || son_pos ==
549 LmaNodeGE1 *son = nodes_ge1_ + get_son_offset(node) + son_pos;
550 if (son->spl_idx >= id_start
551 && son->spl_idx < id_start + id_num) {
553 size_t homo_buf_off = get_homo_idx_buf_offset(son);
555 lpi_max - *lpi_num, homo_buf_off, son,
565 if (son->spl_idx >= id_start + id_num - 1 || son_pos ==