Searched refs:read_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c207 uint16_t read_offset; member in struct:cfdata
1267 cfdata->read_offset = 0;
1430 d = cab->uncompressed_buffer + cfdata->read_offset;
1431 *avail = uavail - cfdata->read_offset;
1593 d = cab->uncompressed_buffer + cfdata->read_offset;
1594 *avail = uavail - cfdata->read_offset;
1657 d = cab->uncompressed_buffer + cfdata->read_offset;
1658 *avail = uavail - cfdata->read_offset;
1748 d = cab->uncompressed_buffer + cfdata->read_offset;
1749 *avail = uavail - cfdata->read_offset;
[all...]
H A Darchive_write_set_format_iso9660.c8012 int64_t read_offset, write_offset, new_offset; local
8032 read_offset = file->content.offset_of_temp;
8052 lseek(fd, read_offset, SEEK_SET);
8065 read_offset += rs;
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c745 u32 read_offset, tmp, shift, len = 0; local
749 read_offset = offset & 0xfffffffc;
752 ret = t3_seeprom_read(adapter, read_offset, &tmp);
760 ret = t3_seeprom_read(adapter, read_offset + 4, &tmp);
782 u32 read_offset, shift, ret, tmp; local
785 read_offset = offset & 0xfffffffc;
788 ret = t3_seeprom_read(adapter, read_offset, &tmp);
/freebsd-10.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c709 static LONGEST read_offset (bfd *, char *, const struct comp_unit_head *,
1132 cu_header->abbrev_offset = read_offset (abfd, info_ptr, cu_header,
4824 [ Note: read_initial_length() and read_offset() are based on the
4887 read_offset (bfd *abfd, char *buf, const struct comp_unit_head *cu_header, function
4904 "read_offset: bad switch [in module %s]",
4942 LONGEST str_offset = read_offset (abfd, buf, cu_header,
5237 lh->header_length = read_offset (abfd, line_ptr, &cu->header, &bytes_read);

Completed in 145 milliseconds