HomeSort by: relevance | last modified time | path
    Searched defs:read_offset (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
leb.c 116 read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size) function
comp-unit-head.h 102 LONGEST read_offset (bfd *abfd, const gdb_byte *buf, function in struct:comp_unit_head
105 LONGEST offset = ::read_offset (abfd, buf, offset_size);
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
leb.c 116 read_offset (bfd *abfd, const gdb_byte *buf, unsigned int offset_size) function
unit-head.h 103 LONGEST read_offset (bfd *abfd, const gdb_byte *buf, function in struct:unit_head
106 LONGEST offset = ::read_offset (abfd, buf, offset_size);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.c 225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; local
267 read_offset = log_buf_state_local.read_ptr;
296 read_offset = 0;
298 } else if (unlikely((read_offset > buffer_size) ||
302 read_offset = 0;
307 if (read_offset > write_offset) {
309 bytes_to_copy = buffer_size - read_offset;
311 bytes_to_copy = write_offset - read_offset;
313 i915_memcpy_from_wc(dst_data + read_offset,
314 src_data + read_offset, bytes_to_copy)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/
quic-hq-interop.c 869 size_t read_offset = 0; local
896 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) {
900 read_offset += bytes_read;
901 reqnames = OPENSSL_realloc(reqnames, read_offset + REQ_STRING_SZ);
907 reqnames[read_offset + 1] = '\0';
  /src/external/gpl3/gcc/dist/libbacktrace/
dwarf.c 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function
818 offset = read_offset (buf, is_dwarf64);
833 offset = read_offset (buf, is_dwarf64);
853 val->u.uint = read_offset (buf, is_dwarf64);
893 val->u.uint = read_offset (buf, is_dwarf64);
997 val->u.uint = read_offset (buf, is_dwarf64);
1009 offset = read_offset (buf, is_dwarf64);
1072 offset = read_offset (&offset_buf, is_dwarf64);
1764 offset = read_offset (&rnglists_buf, u->is_dwarf64);
2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gcc.old/dist/libbacktrace/
dwarf.c 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function
818 offset = read_offset (buf, is_dwarf64);
833 offset = read_offset (buf, is_dwarf64);
853 val->u.uint = read_offset (buf, is_dwarf64);
893 val->u.uint = read_offset (buf, is_dwarf64);
997 val->u.uint = read_offset (buf, is_dwarf64);
1009 offset = read_offset (buf, is_dwarf64);
1072 offset = read_offset (&offset_buf, is_dwarf64);
1764 offset = read_offset (&rnglists_buf, u->is_dwarf64);
2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
dwarf.c 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function
818 offset = read_offset (buf, is_dwarf64);
833 offset = read_offset (buf, is_dwarf64);
853 val->u.uint = read_offset (buf, is_dwarf64);
893 val->u.uint = read_offset (buf, is_dwarf64);
997 val->u.uint = read_offset (buf, is_dwarf64);
1009 offset = read_offset (buf, is_dwarf64);
1072 offset = read_offset (&offset_buf, is_dwarf64);
1764 offset = read_offset (&rnglists_buf, u->is_dwarf64);
2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64)
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
dwarf.c 570 read_offset (struct dwarf_buf *buf, int is_dwarf64) function
818 offset = read_offset (buf, is_dwarf64);
833 offset = read_offset (buf, is_dwarf64);
853 val->u.uint = read_offset (buf, is_dwarf64);
893 val->u.uint = read_offset (buf, is_dwarf64);
997 val->u.uint = read_offset (buf, is_dwarf64);
1009 offset = read_offset (buf, is_dwarf64);
1072 offset = read_offset (&offset_buf, is_dwarf64);
1764 offset = read_offset (&rnglists_buf, u->is_dwarf64);
2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64)
    [all...]
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_milter.c 997 off_t read_offset; local
1008 if ((read_offset = vstream_ftell(state->dst)) < 0) {
1014 if (read_offset == state->append_hdr_pt_offset)
1018 GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, rec_buf, read_offset,
1035 return (read_offset);
  /src/external/gpl3/gdb.old/dist/gdb/
value.c 3222 LONGEST read_offset;
3235 read_offset = bitpos / 8;
3237 val = extract_unsigned_integer (valaddr + read_offset,
3215 LONGEST read_offset; local
  /src/external/gpl3/gdb/dist/gdb/
value.c 3235 LONGEST read_offset;
3248 read_offset = bitpos / 8;
3250 val = extract_unsigned_integer (valaddr + read_offset,
3228 LONGEST read_offset; local
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_cab.c 199 uint16_t read_offset; member in struct:cfdata
1273 cfdata->read_offset = 0;
1436 d = cab->uncompressed_buffer + cfdata->read_offset;
1437 *avail = uavail - cfdata->read_offset;
1601 d = cab->uncompressed_buffer + cfdata->read_offset;
1602 *avail = uavail - cfdata->read_offset;
1665 d = cab->uncompressed_buffer + cfdata->read_offset;
1666 *avail = uavail - cfdata->read_offset;
1763 d = cab->uncompressed_buffer + cfdata->read_offset;
1764 *avail = uavail - cfdata->read_offset;
    [all...]
archive_write_set_format_iso9660.c 8036 int64_t read_offset, write_offset, new_offset; local
8056 read_offset = file->content.offset_of_temp;
8076 lseek(fd, read_offset, SEEK_SET);
8089 read_offset += rs;

Completed in 43 milliseconds