Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dgpart_ops.c859 intmax_t lastend; in gpart_max_free() local
882 lastend = start - 1; in gpart_max_free()
894 if (partstart - lastend > maxsize) { in gpart_max_free()
895 maxsize = partstart - lastend - 1; in gpart_max_free()
896 maxstart = lastend + 1; in gpart_max_free()
899 lastend = partend; in gpart_max_free()
902 if (end - lastend > maxsize) { in gpart_max_free()
903 maxsize = end - lastend; in gpart_max_free()
904 maxstart = lastend + 1; in gpart_max_free()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c274 int64_t lastend; member
2081 if (rar->filters.lastend == rar->filters.filterstart) in read_data_compressed()
2201 rar->filters.lastend = end; in read_data_compressed()
2202 if (rar->filters.lastend != rar->filters.filterstart && rar->bytes_uncopied == 0) { in read_data_compressed()
3424 filters->lastend = end; in run_filters()
/freebsd/sys/dev/md/
H A Dmd.c1024 int rv, ma_offs, offs, len, lastend; in mdstart_swap() local
1052 lastend = (bp->bio_offset + bp->bio_length - 1) % PAGE_SIZE + 1; in mdstart_swap()
1057 len = ((i == lastp) ? lastend : PAGE_SIZE) - offs; in mdstart_swap()