Home
last modified time | relevance | path

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

/vim-8.2.3635/src/xdiff/
H A Dxhistogram.c161 static int try_lcs(struct histindex *index, struct region *lcs, int b_ptr, in try_lcs() argument
164 unsigned int b_next = b_ptr + 1; in try_lcs()
165 struct record *rec = index->records[TABLE_HASH(index, 2, b_ptr)]; in try_lcs()
172 index->has_common = CMP(index, 1, rec->ptr, 2, b_ptr); in try_lcs()
177 if (!CMP(index, 1, as, 2, b_ptr)) in try_lcs()
184 bs = b_ptr; in try_lcs()
258 int b_ptr; in find_lcs() local
303 for (b_ptr = line2; b_ptr <= LINE_END(2); ) in find_lcs()
304 b_ptr = try_lcs(&index, lcs, b_ptr, line1, count1, line2, count2); in find_lcs()