Searched refs:context_vec_ptr (Results 1 – 2 of 2) sorted by relevance
853 context_vec_ptr = context_vec_start - 1; in change()865 if (context_vec_ptr >= context_vec_end || in change()866 (context_vec_ptr >= context_vec_start && in change()867 a > (context_vec_ptr->b + 2 * context) && in change()868 c > (context_vec_ptr->d + 2 * context))) in change()871 context_vec_ptr++; in change()872 context_vec_ptr->a = a; in change()873 context_vec_ptr->b = b; in change()874 context_vec_ptr->c = c; in change()875 context_vec_ptr->d = d; in change()[all …]
183 *context_vec_ptr; variable