Searched refs:read_offset (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_support_format_cab.c | 199 uint16_t read_offset; member 1263 cfdata->read_offset = 0; in cab_next_cfdata() 1426 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate() 1427 *avail = uavail - cfdata->read_offset; in cab_read_ahead_cfdata_deflate() 1591 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate() 1592 *avail = uavail - cfdata->read_offset; in cab_read_ahead_cfdata_deflate() 1655 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_lzx() 1656 *avail = uavail - cfdata->read_offset; in cab_read_ahead_cfdata_lzx() 1746 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_lzx() 1747 *avail = uavail - cfdata->read_offset; in cab_read_ahead_cfdata_lzx() [all …]
|
| D | archive_write_set_format_iso9660.c | 8025 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local 8045 read_offset = file->content.offset_of_temp; in zisofs_rewind_boot_file() 8065 lseek(fd, read_offset, SEEK_SET); in zisofs_rewind_boot_file() 8078 read_offset += rs; in zisofs_rewind_boot_file()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/cleanup/ |
| D | cleanup_milter.c | 997 off_t read_offset; in cleanup_find_header_end() local 1008 if ((read_offset = vstream_ftell(state->dst)) < 0) { in cleanup_find_header_end() 1014 if (read_offset == state->append_hdr_pt_offset) in cleanup_find_header_end() 1018 GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, rec_buf, read_offset, in cleanup_find_header_end() 1035 return (read_offset); in cleanup_find_header_end()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dse.cc | 1887 poly_int64 read_offset, poly_int64 read_width, in get_stored_val() argument 1901 - (read_offset + read_width)); in get_stored_val() 1903 gap = read_offset - store_info->offset; in get_stored_val()
|
| D | ChangeLog-2017 | 1630 (get_stored_val): Take the read_offset and read_width as poly_int64s 2741 (get_stored_val): Replace read_begin and read_end with read_offset
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | value.c | 3174 LONGEST read_offset; in unpack_bits_as_long() local 3187 read_offset = bitpos / 8; in unpack_bits_as_long() 3189 val = extract_unsigned_integer (valaddr + read_offset, in unpack_bits_as_long()
|
| D | ChangeLog-2006 | 4242 read_initial_length, read_n_bytes, read_offset, read_partial_die, 4259 (read_offset): Change BYTES_READ argument to unsigned int.
|
| D | ChangeLog-2020 | 16029 * dwarf2/comp-unit.c (read_offset): Remove. 16031 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New 16033 (read_offset): Don't declare. 16044 (read_offset, dwarf_unit_type_name): Likewise. 16053 (read_abbrev_offset, read_offset, dwarf_decode_line_header) 16055 * dwarf2/leb.c (read_offset): Rename; move from read.c. 16056 * dwarf2/leb.h (read_offset): Declare.
|
| D | ChangeLog-2000 | 2495 (read_initial_length, read_offset): New functions. 2498 (read_comp_unit_head): Likewise; also, call read_offset() to
|
| D | ChangeLog-2008 | 1782 (read_offset): Call it. 1785 read_offset.
|
| D | ChangeLog-2013 | 9047 (read_checked_initial_length_and_offset, read_offset)
|