| /freebsd-13.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 464 off_t new_offset = 0; in write_file() local 533 new_offset = (off_t)dehdr.e_phoff; in write_file() 561 shdr.sh_offset = new_offset; in write_file() 654 new_offset = (off_t)shdr.sh_offset; in write_file() 656 new_offset += shdr.sh_size; in write_file() 673 pad = new_offset % shdr.sh_addralign; in write_file() 678 shdr.sh_offset = new_offset; in write_file() 679 new_offset += shdr.sh_size; in write_file() 693 size_t r = new_offset % align; in write_file() 696 new_offset += align - r; in write_file() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugMacro.cpp | 67 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local 111 new_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries() 113 new_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries() 115 sym_file_dwarf->ParseDebugMacros(&new_offset))); in ReadMacroEntries()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_open_fd.c | 136 int64_t old_offset, new_offset; in file_skip() local 156 ((new_offset = lseek(mine->fd, skip, SEEK_CUR)) >= 0)) in file_skip() 157 return (new_offset - old_offset); in file_skip()
|
| H A D | archive_read_open_filename.c | 452 int64_t old_offset, new_offset; in file_skip_lseek() local 454 off_t old_offset, new_offset; in file_skip_lseek() local 465 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0) in file_skip_lseek() 466 return (new_offset - old_offset); in file_skip_lseek()
|
| H A D | archive_write_set_format_iso9660.c | 8029 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local 8048 new_offset = wb_offset(a); in zisofs_rewind_boot_file() 8099 file->content.offset_of_temp = new_offset; in zisofs_rewind_boot_file()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | abd_os.c | 381 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; in abd_get_offset_scatter() local 383 (new_offset & PAGE_MASK) + size); in abd_get_offset_scatter() 406 ABD_SCATTER(abd).abd_offset = new_offset & PAGE_MASK; in abd_get_offset_scatter() 410 &ABD_SCATTER(sabd).abd_chunks[new_offset >> PAGE_SHIFT], in abd_get_offset_scatter()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | abd_os.c | 847 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; in abd_get_offset_scatter() local 859 if (new_offset < sg->length) in abd_get_offset_scatter() 861 new_offset -= sg->length; in abd_get_offset_scatter() 865 ABD_SCATTER(abd).abd_offset = new_offset; in abd_get_offset_scatter()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 1762 lldb::offset_t new_offset = offset + skip_offset; in Evaluate() local 1763 if (opcodes.ValidOffset(new_offset)) in Evaluate() 1764 offset = new_offset; in Evaluate() 1791 lldb::offset_t new_offset = offset + bra_offset; in Evaluate() local 1792 if (opcodes.ValidOffset(new_offset)) in Evaluate() 1793 offset = new_offset; in Evaluate()
|
| /freebsd-13.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 1620 const int new_offset = in->bit_offset - num_bits; in IO_rewind_bits() local 1623 const i64 bytes = -(new_offset - 7) / 8; in IO_rewind_bits() 1629 in->bit_offset = ((new_offset % 8) + 8) % 8; in IO_rewind_bits()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_dcb.c | 201 cmd->new_offset = CPU_TO_LE16(offset); in ice_aq_update_lldp_tlv()
|
| H A D | ice_adminq_cmd.h | 2259 __le16 new_offset; member
|
| /freebsd-13.1/sys/dev/ixl/ |
| H A D | i40e_adminq_cmd.h | 2648 __le16 new_offset; member
|
| /freebsd-13.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 4042 ssize_t new_offset = xbp->xb_curp - xbp->xb_bufp; in xo_buf_append_div() local 4047 xbp->xb_bufp + base_offset, new_offset - base_offset); in xo_buf_append_div()
|