Searched refs:context_vec_ptr (Results 1 – 2 of 2) sorted by relevance
842 context_vec_ptr = context_vec_start - 1; in change()854 if (context_vec_ptr >= context_vec_end || in change()855 (context_vec_ptr >= context_vec_start && in change()856 a > (context_vec_ptr->b + 2 * context) && in change()857 c > (context_vec_ptr->d + 2 * context))) in change()860 context_vec_ptr++; in change()861 context_vec_ptr->a = a; in change()862 context_vec_ptr->b = b; in change()863 context_vec_ptr->c = c; in change()864 context_vec_ptr->d = d; in change()[all …]
181 *context_vec_ptr; variable