Home
last modified time | relevance | path

Searched refs:diff_atom_same (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/libdiff/lib/
H A Ddiff_patience.c81 int r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique()
130 int r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique_in_both()
167 r = diff_atom_same(&same, i, j); in diff_atoms_mark_unique_in_both()
306 rc = diff_atom_same(&same, a, b); in diff_atoms_mark_unique_in_both()
H A Ddiff_internal.h56 diff_atom_same(bool *same,
H A Ddiff_main.c213 diff_atom_same(bool *same, in diff_atom_same() function
459 err = diff_atom_same(&same, &l[equal_atoms_start], in diff_algo_none()
471 err = diff_atom_same(&same, &l[l_len - 1 - equal_atoms_end], in diff_algo_none()
H A Ddiff_myers.c302 int r = diff_atom_same(&same, in diff_divide_myers_forward()
614 int r = diff_atom_same(&same, in diff_divide_myers_backward()
1227 int r = diff_atom_same(&same, in diff_algo_myers()
H A Ddiff_debug.h198 diff_atom_same(&same, &l->atoms.head[x], in dump_myers_graph()