Home
last modified time | relevance | path

Searched refs:a_begin (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/include/
Dabg-diff-utils.h842 RandomAccessOutputIterator a_begin, in end_of_fr_d_path_in_k() argument
891 int last_x_index = a_end - a_begin - 1; in end_of_fr_d_path_in_k()
897 if (eq(a_begin[x + 1], b_start[y + 1])) in end_of_fr_d_path_in_k()
983 RandomAccessOutputIterator a_begin, in end_of_frr_d_path_in_k_plus_delta() argument
989 int a_size = a_end - a_begin; in end_of_frr_d_path_in_k_plus_delta()
1034 if (eq(a_begin[x], b_begin[y])) in end_of_frr_d_path_in_k_plus_delta()
1086 is_match_point(RandomAccessOutputIterator a_begin, in is_match_point() argument
1092 int a_size = a_end - a_begin, b_size = b_end - b_begin; in is_match_point()
1100 return (a_begin[point.x()] == b_begin[point.y()]); in is_match_point()
1140 compute_middle_snake(RandomAccessOutputIterator a_begin, in compute_middle_snake() argument
[all …]
Dabg-ir.h4894 fns_to_str(vector<function_decl*>::const_iterator a_begin,
/third_party/ntfs-3g/ntfsprogs/
Dcluster.c92 LCN a_begin = runs[j].lcn; in cluster_find() local
93 LCN a_end = a_begin + runs[j].length - 1; in cluster_find()
95 if (a_begin < 0) in cluster_find()
106 if ((a_begin > c_end) || (a_end < c_begin)) in cluster_find()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp229 inline bool DoLowerCaseEqualsASCII(Iter a_begin, Iter a_end, const char *b) in DoLowerCaseEqualsASCII() argument
231 for (Iter it = a_begin; it != a_end; ++it, ++b) in DoLowerCaseEqualsASCII()
/third_party/libabigail/src/
Dabg-tools-utils.cc2901 dump_functions_as_string(std::vector<function_decl*>::const_iterator a_begin, in dump_functions_as_string() argument
2905 {abigail::fns_to_str(a_begin, a_end, b_begin, b_end, std::cerr);} in dump_functions_as_string()
2918 dump_function_names(std::vector<function_decl*>::const_iterator a_begin, in dump_function_names() argument
2925 for (i = a_begin; i != a_end; ++i) in dump_function_names()
Dabg-ir.cc26673 fns_to_str(vector<function_decl*>::const_iterator a_begin, in fns_to_str() argument
26680 fns_to_str(a_begin, a_end, m, o); in fns_to_str()
26706 fns_to_str(vector<function_decl*>::const_iterator a_begin, in fns_to_str() argument
26713 fns_to_str(a_begin, a_end, b_begin, b_end, m, o); in fns_to_str()
/third_party/libabigail/
DChangeLog42022 is a non-diagonal edge and when a_base != a_begin, we were failing