Searched refs:new_offset (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp69 lldb::offset_t new_offset = 0, str_offset = 0; local
113 new_offset = debug_macro_data.GetU64(offset);
115 new_offset = debug_macro_data.GetU32(offset);
117 sym_file_dwarf->ParseDebugMacros(&new_offset)));
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c464 off_t new_offset = 0; local
533 new_offset = (off_t)dehdr.e_phoff;
557 pad = new_offset % shdr.sh_addralign;
560 new_offset += shdr.sh_addralign - pad;
561 shdr.sh_offset = new_offset;
654 new_offset = (off_t)shdr.sh_offset;
656 new_offset += shdr.sh_size;
673 pad = new_offset % shdr.sh_addralign;
676 new_offset += shdr.sh_addralign - pad;
678 shdr.sh_offset = new_offset;
[all...]
/freebsd-current/sys/dev/jedec_dimm/
H A Djedec_dimm.c146 uint16_t orig_offset, uint16_t *new_offset, bool *page_changed);
189 * @param[out] new_offset
198 uint16_t *new_offset, bool *page_changed)
205 *new_offset = orig_offset;
223 * 'new_offset' accordingly if successful.
237 *new_offset = orig_offset - JEDEC_SPD_PAGE_SIZE;
786 uint16_t new_offset; local
791 rc = jedec_dimm_adjust_offset(sc, offset, &new_offset, &page_changed);
799 if (new_offset >= JEDEC_SPD_PAGE_SIZE) {
801 device_printf(sc->dev, "invalid offset 0x%04x\n", new_offset);
197 jedec_dimm_adjust_offset(struct jedec_dimm_softc *sc, uint16_t orig_offset, uint16_t *new_offset, bool *page_changed) argument
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c135 int64_t old_offset, new_offset; local
155 ((new_offset = lseek(mine->fd, skip, SEEK_CUR)) >= 0))
156 return (new_offset - old_offset);
H A Darchive_read_open_filename.c482 int64_t old_offset, new_offset; local
484 off_t old_offset, new_offset; local
495 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0)
496 return (new_offset - old_offset);
H A Darchive_write_set_format_iso9660.c8025 int64_t read_offset, write_offset, new_offset; local
8044 new_offset = wb_offset(a);
8095 file->content.offset_of_temp = new_offset;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c377 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; local
379 (new_offset & PAGE_MASK) + size);
402 ABD_SCATTER(abd).abd_offset = new_offset & PAGE_MASK;
406 &ABD_SCATTER(sabd).abd_chunks[new_offset >> PAGE_SHIFT],
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c869 size_t new_offset = ABD_SCATTER(sabd).abd_offset + off; local
881 if (new_offset < sg->length)
883 new_offset -= sg->length;
887 ABD_SCATTER(abd).abd_offset = new_offset;
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1706 lldb::offset_t new_offset = offset + skip_offset; local
1710 if (new_offset <= opcodes.GetByteSize())
1711 offset = new_offset;
1740 lldb::offset_t new_offset = offset + bra_offset; local
1744 if (new_offset <= opcodes.GetByteSize())
1745 offset = new_offset;
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1620 const int new_offset = in->bit_offset - num_bits; local
1622 // integer number (e.g. if `new_offset == -5`, `bytes == 1`)
1623 const i64 bytes = -(new_offset - 7) / 8;
1629 in->bit_offset = ((new_offset % 8) + 8) % 8;
/freebsd-current/sys/dev/ice/
H A Dice_dcb.c203 cmd->new_offset = CPU_TO_LE16(offset);
H A Dice_adminq_cmd.h2385 __le16 new_offset; member in struct:ice_aqc_lldp_update_tlv
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c3680 uint64_t new_offset = local
3689 old_offset, new_offset - old_offset,
3696 RRSS_SCRATCH_INVALID_SYNCED_REFLOW, new_offset);
/freebsd-current/sys/dev/ixl/
H A Di40e_adminq_cmd.h2647 __le16 new_offset; member in struct:i40e_aqc_lldp_update_tlv
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c4042 ssize_t new_offset = xbp->xb_curp - xbp->xb_bufp; local
4047 xbp->xb_bufp + base_offset, new_offset - base_offset);

Completed in 224 milliseconds