Lines Matching refs:linbuf_base
229 lin linbuf_base = current->linbuf_base; in find_and_hash_each_line() local
454 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
457 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
459 linbuf += linbuf_base; in find_and_hash_each_line()
461 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
462 linbuf -= linbuf_base; in find_and_hash_each_line()
480 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
481 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
483 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
484 linbuf += linbuf_base; in find_and_hash_each_line()
486 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
487 linbuf -= linbuf_base; in find_and_hash_each_line()
779 filevec[0].linbuf_base = filevec[1].linbuf_base = - buffered_prefix; in find_identical_ends()