Searched refs:diff_atom_same (Results 1 – 5 of 5) sorted by relevance
| /freebsd-src/contrib/libdiff/lib/ |
| H A D | diff_patience.c | 81 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 D | diff_internal.h | 56 diff_atom_same(bool *same,
|
| H A D | diff_main.c | 213 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 D | diff_myers.c | 302 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 D | diff_debug.h | 198 diff_atom_same(&same, &l->atoms.head[x], in dump_myers_graph()
|