Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer/
HDhammer_recover.c161 hammer_fifo_tail_t tail, hammer_off_t end_off);
879 hammer_off_t end_off; in _hammer_check_signature() local
899 end_off = beg_off + head->hdr_size; in _hammer_check_signature()
902 (size_t)(end_off - beg_off) != sizeof(*tail)) { in _hammer_check_signature()
978 hammer_off_t end_off; in hammer_check_head_signature() local
991 end_off = beg_off + head->hdr_size; in hammer_check_head_signature()
992 if ((beg_off ^ (end_off - 1)) & ~HAMMER_BUFMASK64) in hammer_check_head_signature()
1008 hammer_off_t end_off) in hammer_check_tail_signature() argument
1016 if (((end_off - sizeof(*tail)) ^ (end_off - 1)) & ~HAMMER_BUFMASK64) in hammer_check_tail_signature()
1023 beg_off = end_off - tail->tail_size; in hammer_check_tail_signature()
[all …]
/dragonfly/contrib/binutils-2.34/libctf/
HDctf-archive.c264 off_t off, end_off; in arc_write_one_ctf() local
296 if ((end_off = lseek (fd, 0, SEEK_CUR)) < 0) in arc_write_one_ctf()
298 ctfsz = htole64 (end_off - off); in arc_write_one_ctf()
315 end_off = LCTF_ALIGN_OFFS (end_off, 8); in arc_write_one_ctf()
316 if ((lseek (fd, end_off, SEEK_SET)) < 0) in arc_write_one_ctf()
/dragonfly/contrib/binutils-2.34/gold/
HDfileread.cc717 off_t end_off = i_off + i_entry.size; in read_multiple() local
725 gold_assert(j_off >= end_off); in read_multiple()
727 if (j_end_off - end_off >= File_read::page_size) in read_multiple()
729 end_off = j_end_off; in read_multiple()
737 end_off - i_off, in read_multiple()
752 <= convert_to_section_size_type(end_off in read_multiple()
/dragonfly/contrib/binutils-2.27/gold/
HDfileread.cc717 off_t end_off = i_off + i_entry.size; in read_multiple() local
725 gold_assert(j_off >= end_off); in read_multiple()
727 if (j_end_off - end_off >= File_read::page_size) in read_multiple()
729 end_off = j_end_off; in read_multiple()
737 end_off - i_off, in read_multiple()
752 <= convert_to_section_size_type(end_off in read_multiple()
/dragonfly/contrib/less/
HDsearch.c613 static void shift_visible(POSITION line_pos, size_t start_off, size_t end_off) in shift_visible() argument
616 POSITION end_pos = line_pos + end_off; in shift_visible()
1486 size_t end_off = (size_t)(osc8_match_end - osc8_linepos); in osc8_shift_visible() local
1487 shift_visible(osc8_linepos, start_off, end_off); in osc8_shift_visible()
1722 … size_t end_off = ptr_diff(ep[0], cline); in search_range() local
1723 … shift_visible(linepos, chpos[start_off], chpos[end_off]); in search_range()
1737 … size_t end_off = ptr_diff(ep[0], cline); in search_range() local
1738 … if (end_off >= swidth * sheight / 4) /* heuristic */ in search_range()
1739 … *plastlinepos = get_lastlinepos(linepos, linepos + chpos[end_off], (int) sheight); in search_range()
/dragonfly/sys/vfs/nfs/
HDnfs_vnops.c3317 off_t end_off; member
3506 if (info->bvsize == 0 || toff > info->end_off) in nfs_flush_bp()
3507 info->end_off = toff; in nfs_flush_bp()
3535 bytes = info->end_off - info->beg_off; in nfs_flush_docommit()