Home
last modified time | relevance | path

Searched refs:read_offset (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.c225 unsigned int buffer_size, read_offset, write_offset, bytes_to_copy, full_cnt; in guc_read_update_log_buffer() local
267 read_offset = log_buf_state_local.read_ptr; in guc_read_update_log_buffer()
296 read_offset = 0; in guc_read_update_log_buffer()
298 } else if (unlikely((read_offset > buffer_size) || in guc_read_update_log_buffer()
302 read_offset = 0; in guc_read_update_log_buffer()
307 if (read_offset > write_offset) { in guc_read_update_log_buffer()
309 bytes_to_copy = buffer_size - read_offset; in guc_read_update_log_buffer()
311 bytes_to_copy = write_offset - read_offset; in guc_read_update_log_buffer()
313 i915_memcpy_from_wc(dst_data + read_offset, in guc_read_update_log_buffer()
314 src_data + read_offset, bytes_to_copy); in guc_read_update_log_buffer()
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c570 read_offset (struct dwarf_buf *buf, int is_dwarf64) in read_offset() function
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
853 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
892 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
996 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
1008 offset = read_offset (buf, is_dwarf64); in read_attribute()
1071 offset = read_offset (&offset_buf, is_dwarf64); in resolve_string()
1757 offset = read_offset (&rnglists_buf, u->is_dwarf64); in add_ranges_from_rnglists()
2180 abbrev_offset = read_offset (&unit_buf, is_dwarf64); in build_address_map()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c570 read_offset (struct dwarf_buf *buf, int is_dwarf64) in read_offset() function
818 offset = read_offset (buf, is_dwarf64); in read_attribute()
833 offset = read_offset (buf, is_dwarf64); in read_attribute()
853 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
893 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
997 val->u.uint = read_offset (buf, is_dwarf64); in read_attribute()
1009 offset = read_offset (buf, is_dwarf64); in read_attribute()
1072 offset = read_offset (&offset_buf, is_dwarf64); in resolve_string()
1764 offset = read_offset (&rnglists_buf, u->is_dwarf64); in add_ranges_from_rnglists()
2196 abbrev_offset = read_offset (&unit_buf, is_dwarf64); in build_address_map()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c985 off_t read_offset; in cleanup_find_header_end() local
996 if ((read_offset = vstream_ftell(state->dst)) < 0) { in cleanup_find_header_end()
1002 if (read_offset == state->append_hdr_pt_offset) in cleanup_find_header_end()
1006 GET_NEXT_TEXT_OR_PTR_RECORD(rec_type, state, rec_buf, read_offset, in cleanup_find_header_end()
1023 return (read_offset); in cleanup_find_header_end()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c1872 poly_int64 read_offset, poly_int64 read_width, in get_stored_val() argument
1886 - (read_offset + read_width)); in get_stored_val()
1888 gap = read_offset - store_info->offset; in get_stored_val()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20064242 read_initial_length, read_n_bytes, read_offset, read_partial_die,
4259 (read_offset): Change BYTES_READ argument to unsigned int.
H A DChangeLog-20002495 (read_initial_length, read_offset): New functions.
2498 (read_comp_unit_head): Likewise; also, call read_offset() to
H A DChangeLog-20081782 (read_offset): Call it.
1785 read_offset.
H A DChangeLog-20139047 (read_checked_initial_length_and_offset, read_offset)
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20064242 read_initial_length, read_n_bytes, read_offset, read_partial_die,
4259 (read_offset): Change BYTES_READ argument to unsigned int.
H A DChangeLog-202016029 * 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.
H A DChangeLog-20002495 (read_initial_length, read_offset): New functions.
2498 (read_comp_unit_head): Likewise; also, call read_offset() to
H A DChangeLog-20081782 (read_offset): Call it.
1785 read_offset.
H A DChangeLog-20139047 (read_checked_initial_length_and_offset, read_offset)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20171630 (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