Searched refs:mmfile_t (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/xdiff/ |
| H A D | xdiff.h | 73 } mmfile_t; typedef 132 void *xdl_mmfile_first(mmfile_t *mmf, long *size); 133 long xdl_mmfile_size(mmfile_t *mmf); 135 int xdl_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 151 int xdl_merge(mmfile_t *orig, mmfile_t *mf1, mmfile_t *mf2,
|
| H A D | xdiffi.h | 52 int xdl_do_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 59 int xdl_do_patience_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, 61 int xdl_do_histogram_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
| H A D | xpatience.c | 72 mmfile_t *file1, *file2; 142 static int fill_hashmap(mmfile_t *file1, mmfile_t *file2, in fill_hashmap() 259 static int patience_diff(mmfile_t *file1, mmfile_t *file2, 331 static int patience_diff(mmfile_t *file1, mmfile_t *file2, in patience_diff() 377 int xdl_do_patience_diff(mmfile_t *file1, mmfile_t *file2, in xdl_do_patience_diff()
|
| H A D | xprepare.h | 28 int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp,
|
| H A D | xutils.c | 61 void *xdl_mmfile_first(mmfile_t *mmf, long *size) in xdl_mmfile_first() 68 long xdl_mmfile_size(mmfile_t *mmf) in xdl_mmfile_size() 121 long xdl_guess_lines(mmfile_t *mf, long sample) { in xdl_guess_lines() 416 mmfile_t subfile1, subfile2; in xdl_fall_back_diff()
|
| H A D | xprepare.c | 60 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, 160 static int xdl_prepare_ctx(unsigned int pass, mmfile_t *mf, long narec, xpparam_t const *xpp, in xdl_prepare_ctx() 262 int xdl_prepare_env(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_prepare_env()
|
| H A D | xdiffi.c | 312 int xdl_do_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_do_diff() 1064 int xdl_diff(mmfile_t *mf1, mmfile_t *mf2, xpparam_t const *xpp, in xdl_diff()
|
| H A D | xutils.h | 34 long xdl_guess_lines(mmfile_t *mf, long sample);
|
| H A D | xhistogram.c | 377 int xdl_do_histogram_diff(mmfile_t *file1, mmfile_t *file2, in xdl_do_histogram_diff()
|
| /vim-8.2.3635/src/ |
| H A D | diff.c | 58 mmfile_t din_mmfile; // used for internal diff
|