Searched refs:debug_dump_atom (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/libdiff/lib/ |
| H A D | diff_patience.c | 150 debug_dump_atom(left, NULL, i); in diff_atoms_mark_unique_in_both() 291 debug_dump_atom(a->root, NULL, a); in diff_atoms_mark_unique_in_both() 323 debug_dump_atom(b->root, NULL, b); in diff_atoms_mark_unique_in_both() 516 debug("\n L "); debug_dump_atom(left, right, lcs[i]); in diff_algo_patience() 517 debug(" R "); debug_dump_atom(right, left, in diff_algo_patience()
|
| H A D | diff_debug.h | 25 #define debug_dump_atom dump_atom macro 223 #define debug_dump_atom(args...) macro
|
| H A D | diff_myers.c | 603 debug_dump_atom(left, right, &left->atoms.head[x-1]); in diff_divide_myers_backward() 607 debug_dump_atom(right, left, in diff_divide_myers_backward()
|
| H A D | diff_main.c | 393 debug_dump_atom(parent, NULL, from_atom); in diff_data_init_subsection()
|