Lines Matching refs:context_vec_ptr
231 static struct context_vec *context_vec_ptr; variable
265 context_vec_ptr = context_vec_start - 1; in diffreg()
1030 if (context_vec_ptr == context_vec_end - 1) { in change()
1031 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()
1036 context_vec_ptr = context_vec_start + offset; in change()
1044 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()
1045 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()
1055 context_vec_ptr++; in change()
1056 context_vec_ptr->a = a; in change()
1057 context_vec_ptr->b = b; in change()
1058 context_vec_ptr->c = c; in change()
1059 context_vec_ptr->d = d; in change()
1372 if (context_vec_start > context_vec_ptr) in dump_context_vec()
1377 upb = MIN(len[0], context_vec_ptr->b + diff_context); in dump_context_vec()
1379 upd = MIN(len[1], context_vec_ptr->d + diff_context); in dump_context_vec()
1397 for (; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1404 while (cvp <= context_vec_ptr) { in dump_context_vec()
1433 for (cvp = context_vec_start; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1440 while (cvp <= context_vec_ptr) { in dump_context_vec()
1463 context_vec_ptr = context_vec_start - 1; in dump_context_vec()
1475 if (context_vec_start > context_vec_ptr) in dump_unified_vec()
1480 upb = MIN(len[0], context_vec_ptr->b + diff_context); in dump_unified_vec()
1482 upd = MIN(len[1], context_vec_ptr->d + diff_context); in dump_unified_vec()
1500 for (; cvp <= context_vec_ptr; cvp++) { in dump_unified_vec()
1536 context_vec_ptr = context_vec_start - 1; in dump_unified_vec()