Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
Dgpart_ops.c815 intmax_t lastend; in gpart_max_free() local
838 lastend = start - 1; in gpart_max_free()
850 if (partstart - lastend > maxsize) { in gpart_max_free()
851 maxsize = partstart - lastend - 1; in gpart_max_free()
852 maxstart = lastend + 1; in gpart_max_free()
855 lastend = partend; in gpart_max_free()
858 if (end - lastend > maxsize) { in gpart_max_free()
859 maxsize = end - lastend; in gpart_max_free()
860 maxstart = lastend + 1; in gpart_max_free()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_support_format_rar.c274 int64_t lastend; member
2090 if (rar->filters.lastend == rar->filters.filterstart) in read_data_compressed()
2197 rar->filters.lastend = end; in read_data_compressed()
2198 if (rar->filters.lastend != rar->filters.filterstart && rar->bytes_uncopied == 0) { in read_data_compressed()
3403 filters->lastend = end; in run_filters()
/freebsd-12-stable/sys/dev/md/
Dmd.c1050 int rv, ma_offs, offs, len, lastend; in mdstart_swap() local
1076 lastend = (bp->bio_offset + bp->bio_length - 1) % PAGE_SIZE + 1; in mdstart_swap()
1082 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs; in mdstart_swap()