Lines Matching defs:t_index
3613 register uchar_t t_index, t_seqno;
3650 t_index = kcqv->skc_out + hdr_count;
3660 if (i < t_index) {
3682 if (i < t_index)
3686 if (t_index > kcq->skc_last_index) {
3688 t_index &= kcq->skc_last_index;
3692 &(kcq->skc_cq[t_index ? t_index - 1 :
3709 if ((++t_index & kcq->skc_last_index) == 0) {
3710 t_index = 0;
3713 kcqv->skc_out = t_index;