Lines Matching refs:context_vec_ptr
232 static struct context_vec *context_vec_ptr; variable
310 context_vec_ptr = context_vec_start - 1; in diffreg()
915 if (context_vec_ptr == context_vec_end - 1) { in change()
916 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()
921 context_vec_ptr = context_vec_start + offset; in change()
957 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()
958 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()
968 context_vec_ptr++; in change()
969 context_vec_ptr->a = a; in change()
970 context_vec_ptr->b = b; in change()
971 context_vec_ptr->c = c; in change()
972 context_vec_ptr->d = d; in change()
1204 if (context_vec_start > context_vec_ptr) in dump_context_vec()
1209 upb = MINIMUM(len[0], context_vec_ptr->b + diff_context); in dump_context_vec()
1211 upd = MINIMUM(len[1], context_vec_ptr->d + diff_context); in dump_context_vec()
1229 for (; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1236 while (cvp <= context_vec_ptr) { in dump_context_vec()
1265 for (cvp = context_vec_start; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1272 while (cvp <= context_vec_ptr) { in dump_context_vec()
1295 context_vec_ptr = context_vec_start - 1; in dump_context_vec()
1307 if (context_vec_start > context_vec_ptr) in dump_unified_vec()
1312 upb = MINIMUM(len[0], context_vec_ptr->b + diff_context); in dump_unified_vec()
1314 upd = MINIMUM(len[1], context_vec_ptr->d + diff_context); in dump_unified_vec()
1332 for (; cvp <= context_vec_ptr; cvp++) { in dump_unified_vec()
1368 context_vec_ptr = context_vec_start - 1; in dump_unified_vec()