Lines Matching refs:context_vec_ptr

236 static struct context_vec *context_vec_ptr;  variable
270 context_vec_ptr = context_vec_start - 1; in diffreg()
1112 if (context_vec_ptr == context_vec_end - 1) { in change()
1113 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()
1118 context_vec_ptr = context_vec_start + offset; in change()
1126 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()
1127 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()
1137 context_vec_ptr++; in change()
1138 context_vec_ptr->a = a; in change()
1139 context_vec_ptr->b = b; in change()
1140 context_vec_ptr->c = c; in change()
1141 context_vec_ptr->d = d; in change()
1485 if (context_vec_start > context_vec_ptr) in dump_context_vec()
1490 upb = MIN(len[0], context_vec_ptr->b + diff_context); in dump_context_vec()
1492 upd = MIN(len[1], context_vec_ptr->d + diff_context); in dump_context_vec()
1510 for (; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1517 while (cvp <= context_vec_ptr) { in dump_context_vec()
1546 for (cvp = context_vec_start; cvp <= context_vec_ptr; cvp++) in dump_context_vec()
1553 while (cvp <= context_vec_ptr) { in dump_context_vec()
1576 context_vec_ptr = context_vec_start - 1; in dump_context_vec()
1588 if (context_vec_start > context_vec_ptr) in dump_unified_vec()
1593 upb = MIN(len[0], context_vec_ptr->b + diff_context); in dump_unified_vec()
1595 upd = MIN(len[1], context_vec_ptr->d + diff_context); in dump_unified_vec()
1613 for (; cvp <= context_vec_ptr; cvp++) { in dump_unified_vec()
1649 context_vec_ptr = context_vec_start - 1; in dump_unified_vec()