Searched refs:GUESS_LINES (Results 1 – 2 of 2) sorted by relevance
31 #define GUESS_LINES(n,s,t) (((t) - (s)) / ((n) < 10 ? 32 : (s) / ((n)-1)) + 5) macro560 + GUESS_LINES (0, 0, p0 - filevec[0].prefix_end)567 alloc_lines0 = GUESS_LINES (0, 0, n0);598 + GUESS_LINES (lines, filevec[1].prefix_end - buffer1, tem)
648 * io.c (find_identical_ends): Move complicated arg outside GUESS_LINES.