Home
last modified time | relevance | path

Searched refs:new_offset (Results 1 – 16 of 16) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugMacro.cpp69 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local
113 new_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries()
115 new_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries()
117 sym_file_dwarf->ParseDebugMacros(&new_offset))); in ReadMacroEntries()
/freebsd-14-stable/sys/dev/jedec_dimm/
HDjedec_dimm.c146 uint16_t orig_offset, uint16_t *new_offset, bool *page_changed);
198 uint16_t *new_offset, bool *page_changed) in jedec_dimm_adjust_offset() argument
205 *new_offset = orig_offset; in jedec_dimm_adjust_offset()
237 *new_offset = orig_offset - JEDEC_SPD_PAGE_SIZE; in jedec_dimm_adjust_offset()
771 uint16_t new_offset; in jedec_dimm_field_to_str() local
776 rc = jedec_dimm_adjust_offset(sc, offset, &new_offset, &page_changed); in jedec_dimm_field_to_str()
784 if (new_offset >= JEDEC_SPD_PAGE_SIZE) { in jedec_dimm_field_to_str()
786 device_printf(sc->dev, "invalid offset 0x%04x\n", new_offset); in jedec_dimm_field_to_str()
789 if ((new_offset + len) >= JEDEC_SPD_PAGE_SIZE) { in jedec_dimm_field_to_str()
793 new_offset, len); in jedec_dimm_field_to_str()
[all …]
/freebsd-14-stable/contrib/libarchive/libarchive/
HDarchive_read_open_fd.c135 int64_t old_offset, new_offset; in file_skip() local
155 ((new_offset = lseek(mine->fd, skip, SEEK_CUR)) >= 0)) in file_skip()
156 return (new_offset - old_offset); in file_skip()
HDarchive_read_open_filename.c482 int64_t old_offset, new_offset; in file_skip_lseek() local
484 off_t old_offset, new_offset; in file_skip_lseek() local
495 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0) in file_skip_lseek()
496 return (new_offset - old_offset); in file_skip_lseek()
HDarchive_write_set_format_iso9660.c8025 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local
8044 new_offset = wb_offset(a); in zisofs_rewind_boot_file()
8095 file->content.offset_of_temp = new_offset; in zisofs_rewind_boot_file()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/
HDabd_os.c351 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; in abd_get_offset_scatter() local
363 if (new_offset < sg->length) in abd_get_offset_scatter()
365 new_offset -= sg->length; in abd_get_offset_scatter()
369 ABD_SCATTER(abd).abd_offset = new_offset; in abd_get_offset_scatter()
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDabd_os.c375 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; in abd_get_offset_scatter() local
377 (new_offset & PAGE_MASK) + size); in abd_get_offset_scatter()
400 ABD_SCATTER(abd).abd_offset = new_offset & PAGE_MASK; in abd_get_offset_scatter()
404 &ABD_SCATTER(sabd).abd_chunks[new_offset >> PAGE_SHIFT], in abd_get_offset_scatter()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_report.cpp268 uptr new_offset = untagged_addr - local_end; in PrintStackAllocations() local
269 if (new_offset < offset) { in PrintStackAllocations()
270 offset = new_offset; in PrintStackAllocations()
276 uptr new_offset = local_beg - untagged_addr; in PrintStackAllocations() local
277 if (new_offset < offset) { in PrintStackAllocations()
278 offset = new_offset; in PrintStackAllocations()
/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDabd_os.c728 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; in abd_get_offset_scatter() local
740 if (new_offset < sg->length) in abd_get_offset_scatter()
742 new_offset -= sg->length; in abd_get_offset_scatter()
746 ABD_SCATTER(abd).abd_offset = new_offset; in abd_get_offset_scatter()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDDWARFExpression.cpp1490 lldb::offset_t new_offset = offset + skip_offset; in Evaluate() local
1494 if (new_offset <= opcodes.GetByteSize()) in Evaluate()
1495 offset = new_offset; in Evaluate()
1516 lldb::offset_t new_offset = offset + bra_offset; in Evaluate() local
1520 if (new_offset <= opcodes.GetByteSize()) in Evaluate()
1521 offset = new_offset; in Evaluate()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
HDMinidumpFileBuilder.cpp88 offset_t new_offset = m_core_file->SeekFromStart(m_saved_data_size); in AddHeaderAndCalculateDirectories() local
89 if (new_offset != m_saved_data_size) in AddHeaderAndCalculateDirectories()
93 new_offset, m_saved_data_size); in AddHeaderAndCalculateDirectories()
/freebsd-14-stable/sys/contrib/zstd/doc/educational_decoder/
HDzstd_decompress.c1620 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-14-stable/sys/dev/ice/
HDice_dcb.c203 cmd->new_offset = CPU_TO_LE16(offset); in ice_aq_update_lldp_tlv()
HDice_adminq_cmd.h2508 __le16 new_offset; member
/freebsd-14-stable/sys/dev/ixl/
HDi40e_adminq_cmd.h2647 __le16 new_offset; member
/freebsd-14-stable/contrib/libxo/libxo/
HDlibxo.c4042 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()