Searched refs:context_vec_ptr (Results 1 – 1 of 1) sorted by relevance
223 static struct context_vec *context_vec_ptr; variable301 context_vec_ptr = context_vec_start - 1; in diffreg()1058 if (context_vec_ptr == context_vec_end - 1) { in change()1059 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()1064 context_vec_ptr = context_vec_start + offset; in change()1072 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()1073 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()1083 context_vec_ptr++; in change()1084 context_vec_ptr->a = a; in change()1085 context_vec_ptr->b = b; in change()[all …]