Home
last modified time | relevance | path

Searched refs:entry_offset (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_read_support_format_ar.c59 int64_t entry_offset; member
473 ar->entry_offset = 0; in ar_parse_common_header()
507 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
508 ar->entry_offset += bytes_read; in archive_read_format_ar_read_data()
525 *offset = ar->entry_offset; in archive_read_format_ar_read_data()
H A Darchive_read_support_format_cpio.c182 int64_t entry_offset; member
404 cpio->entry_offset = 0; in archive_read_format_cpio_read_header()
480 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
481 cpio->entry_offset += bytes_read; in archive_read_format_cpio_read_data()
492 *offset = cpio->entry_offset; in archive_read_format_cpio_read_data()
H A Darchive_write_set_format_zip.c124 int64_t entry_offset; member
558 zip->entry_offset = zip->written_bytes; in archive_write_zip_header()
1230 || zip->entry_offset > ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1243 if (zip->entry_offset >= ZIP_4GB_MAX) { in archive_write_zip_finish_entry()
1244 archive_le64enc(z, zip->entry_offset); in archive_write_zip_finish_entry()
1274 (uint32_t)zipmin(zip->entry_offset, in archive_write_zip_finish_entry()
H A Darchive_read_support_format_lha.c150 int64_t entry_offset; member
733 lha->entry_offset = 0; in archive_read_format_lha_read_header()
1478 *offset = lha->entry_offset; in archive_read_format_lha_read_data()
1508 *offset = lha->entry_offset; in lha_read_data_none()
1529 *offset = lha->entry_offset; in lha_read_data_none()
1530 lha->entry_offset += bytes_avail; in lha_read_data_none()
1618 *offset = lha->entry_offset; in lha_read_data_lzh()
1623 lha->entry_offset += *size; in lha_read_data_lzh()
1625 *offset = lha->entry_offset; in lha_read_data_lzh()
H A Darchive_read_support_format_cab.c268 int64_t entry_offset; member
993 cab->entry_offset = 0; in archive_read_format_cab_read_header()
1052 *offset = cab->entry_offset; in archive_read_format_cab_read_data()
1919 *offset = cab->entry_offset; in cab_read_data()
1942 *offset = cab->entry_offset; in cab_read_data()
1943 cab->entry_offset += bytes_avail; in cab_read_data()
H A Darchive_read_support_format_7zip.c230 int64_t entry_offset; member
654 zip->entry_offset = 0; in archive_read_format_7zip_read_header()
802 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
851 *offset = zip->entry_offset; in archive_read_format_7zip_read_data()
852 zip->entry_offset += bytes; in archive_read_format_7zip_read_data()
H A Darchive_read_support_format_tar.c136 int64_t entry_offset; member
528 tar->entry_offset = 0; in archive_read_format_tar_read_header()
2362 tar->entry_offset = tar->sparse_list->offset; in gnu_sparse_old_read()
/dflybsd-src/sys/dev/drm/i915/
H A Dintel_uncore.c1351 u32 entry_offset = i915_mmio_reg_offset(entry->offset_ldw); in i915_reg_read_ioctl() local
1355 GEM_BUG_ON(entry_offset & (entry->size - 1)); in i915_reg_read_ioctl()
1358 entry_offset == (reg->offset & -entry->size)) in i915_reg_read_ioctl()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Ddwarf.c9028 uint64_t string_offset, entry_offset; in display_debug_names() local
9033 SAFE_BYTE_GET (entry_offset, in display_debug_names()
9040 unsigned char *entryptr = entry_pool + entry_offset; in display_debug_names()
9060 entryptr = entry_pool + entry_offset; in display_debug_names()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dmips.cc9836 unsigned int entry_offset = in do_dynamic_tag_custom_value() local
9838 gold_assert(entry_offset != -1U); in do_dynamic_tag_custom_value()
9839 return this->rld_map_->address() - (odyn->address() + entry_offset); in do_dynamic_tag_custom_value()