Lines Matching refs:context_vec_ptr
221 static struct context_vec *context_vec_ptr; variable
1114 context_vec_ptr == context_vec_end - 1) { in change()
1118 offset = context_vec_ptr - context_vec_start; in change()
1123 context_vec_ptr = context_vec_start + offset; in change()
1132 a - context_vec_ptr->b - 1 > dist && in change()
1133 c - context_vec_ptr->d - 1 > dist) { in change()
1143 context_vec_ptr++; in change()
1144 context_vec_ptr->a = a; in change()
1145 context_vec_ptr->b = b; in change()
1146 context_vec_ptr->c = c; in change()
1147 context_vec_ptr->d = d; in change()
1514 if (context_vec_start > context_vec_ptr) in dump_context_vec()
1520 if (ckd_add(&upb, context_vec_ptr->b, diff_context) || upb > (int)len[0]) in dump_context_vec()
1524 if (ckd_add(&upd, context_vec_ptr->d, diff_context) || upd > (int)len[1]) in dump_context_vec()
1543 for (; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1550 while (cvp <= context_vec_ptr) { in dump_context_vec()
1579 for (cvp = context_vec_start; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1586 while (cvp <= context_vec_ptr) { in dump_context_vec()
1609 context_vec_ptr = context_vec_start - 1; in dump_context_vec()
1621 if (context_vec_start > context_vec_ptr) in dump_unified_vec()
1627 if (ckd_add(&upb, context_vec_ptr->b, diff_context) || upb > (int)len[0]) in dump_unified_vec()
1631 if (ckd_add(&upd, context_vec_ptr->d, diff_context) || upd > (int)len[1]) in dump_unified_vec()
1650 for (; cvp <= context_vec_ptr; cvp++) { in dump_unified_vec()
1686 context_vec_ptr = context_vec_start - 1; in dump_unified_vec()