Searched refs:context_vec_ptr (Results 1 – 3 of 3) sorted by relevance
232 static struct context_vec *context_vec_ptr; variable310 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()[all …]
226 static struct context_vec *context_vec_ptr; variable303 context_vec_ptr = context_vec_start - 1; in diffreg()1006 if (context_vec_ptr == context_vec_end - 1) { in change()1007 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()1012 context_vec_ptr = context_vec_start + offset; in change()1020 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()1021 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()1031 context_vec_ptr++; in change()1032 context_vec_ptr->a = a; in change()1033 context_vec_ptr->b = b; in change()[all …]
235 static struct context_vec *context_vec_ptr; variable316 context_vec_ptr = context_vec_start - 1; in diffreg()1004 if (context_vec_ptr == context_vec_end - 1) { in change()1005 ptrdiff_t offset = context_vec_ptr - context_vec_start; in change()1010 context_vec_ptr = context_vec_start + offset; in change()1022 } else if (a > context_vec_ptr->b + (2 * diff_context) + 1 && in change()1023 c > context_vec_ptr->d + (2 * diff_context) + 1) { in change()1033 context_vec_ptr++; in change()1034 context_vec_ptr->a = a; in change()1035 context_vec_ptr->b = b; in change()[all …]