Home | History | Annotate | Download | only in share

Lines Matching refs:id_start

395   uint16 id_start = dep->id_start;
404 size_t son_start = splid_le0_index_[id_start - kFullSplIdStart];
405 size_t son_end = splid_le0_index_[id_start + id_num - kFullSplIdStart];
409 assert(son->spl_idx >= id_start && son->spl_idx < id_start + id_num);
422 if (son->spl_idx == id_start) {
435 if (son->spl_idx >= id_start + id_num -1)
456 uint16 id_start = dep->id_start;
472 if (son->spl_idx >= id_start
473 && son->spl_idx < id_start + id_num) {
487 if (son->spl_idx >= id_start + id_num - 1 || son_pos ==
533 uint16 id_start = dep->id_start;
550 if (son->spl_idx >= id_start
551 && son->spl_idx < id_start + id_num) {
565 if (son->spl_idx >= id_start + id_num - 1 || son_pos ==
688 uint16 id_start = splid_str[spl_pos];
691 id_num = spl_trie_->half_to_full(splid_str[spl_pos], &id_start);
700 size_t son_start = splid_le0_index_[id_start - kFullSplIdStart];
702 splid_le0_index_[id_start + id_num - kFullSplIdStart];
706 assert(node_son->spl_idx >= id_start
707 && node_son->spl_idx < id_start + id_num);
712 // id_start + id_num - 1 is the last one, which has just been
714 if (node_son->spl_idx >= id_start + id_num - 1)
736 if (node_son->spl_idx >= id_start
737 && node_son->spl_idx < id_start + id_num) {
743 // id_start + id_num - 1 is the last one, which has just been
745 if (node_son->spl_idx >= id_start + id_num - 1)
767 if (node_son->spl_idx >= id_start
768 && node_son->spl_idx < id_start + id_num) {
774 // id_start + id_num - 1 is the last one, which has just been
776 if (node_son->spl_idx >= id_start + id_num - 1)