Home
last modified time | relevance | path

Searched refs:k_plus_delta (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/include/
H A Dabg-diff-utils.h992 int k_plus_delta = k + delta; in end_of_frr_d_path_in_k_plus_delta() local
999 // move from there to reach the current k_plus_delta-line. That end in end_of_frr_d_path_in_k_plus_delta()
1001 // v[k_plus_delta-1] or on v[k_plus_delta+1]; the word "furthest" in end_of_frr_d_path_in_k_plus_delta()
1004 if (k_plus_delta == -d + delta in end_of_frr_d_path_in_k_plus_delta()
1005 || ((k_plus_delta != d + delta) in end_of_frr_d_path_in_k_plus_delta()
1006 && (v[k_plus_delta + 1] <= v[k_plus_delta - 1]))) in end_of_frr_d_path_in_k_plus_delta()
1009 x = v[k_plus_delta + 1]; in end_of_frr_d_path_in_k_plus_delta()
1010 y = x - (k_plus_delta in end_of_frr_d_path_in_k_plus_delta()
1232 int k_plus_delta = k + delta; compute_middle_snake() local
[all...]

Completed in 2 milliseconds