| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf-eh-frame.c | 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes() function 391 && skip_bytes (iter, end, length)); in skip_cfa_op() 398 && skip_bytes (iter, end, length)); in skip_cfa_op() 401 return skip_bytes (iter, end, encoded_ptr_width); in skip_cfa_op() 404 return skip_bytes (iter, end, 1); in skip_cfa_op() 407 return skip_bytes (iter, end, 2); in skip_cfa_op() 410 return skip_bytes (iter, end, 4); in skip_cfa_op() 413 return skip_bytes (iter, end, 8); in skip_cfa_op() 642 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame() 650 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame() [all …]
|
| D | ChangeLog-2005 | 5082 (skip_bytes): New utility function.
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf-eh-frame.c | 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes() function 391 && skip_bytes (iter, end, length)); in skip_cfa_op() 398 && skip_bytes (iter, end, length)); in skip_cfa_op() 401 return skip_bytes (iter, end, encoded_ptr_width); in skip_cfa_op() 404 return skip_bytes (iter, end, 1); in skip_cfa_op() 407 return skip_bytes (iter, end, 2); in skip_cfa_op() 410 return skip_bytes (iter, end, 4); in skip_cfa_op() 413 return skip_bytes (iter, end, 8); in skip_cfa_op() 642 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame() 650 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame() [all …]
|
| D | ChangeLog-2005 | 5082 (skip_bytes): New utility function.
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_read_support_filter_compress.c | 348 int skip_bytes = state->bits - in next_code() local 350 skip_bytes %= state->bits; in next_code() 352 while (skip_bytes-- > 0) { in next_code()
|
| D | archive_read_support_filter_lz4.c | 356 uint32_t skip_bytes = archive_le32dec(read_buf); in lz4_filter_read() local 358 4 + skip_bytes); in lz4_filter_read()
|
| D | archive_read_support_format_7zip.c | 3401 uint64_t skip_bytes = 0; in read_stream() local 3440 skip_bytes = in read_stream() 3495 if (!skip_bytes) in read_stream() 3499 a, buff, (size_t)skip_bytes, 0); in read_stream() 3502 skip_bytes -= skipped; in read_stream() 3768 skip_stream(struct archive_read *a, size_t skip_bytes) in skip_stream() argument 3773 size_t bytes = skip_bytes; in skip_stream() 3781 += skip_bytes; in skip_stream() 3782 return (skip_bytes); in skip_stream() 3799 return (skip_bytes); in skip_stream()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-winsource.c | 84 int skip_bytes; in tui_copy_source_line() local 87 if (c == '\033' && skip_ansi_escape (lineptr, &skip_bytes)) in tui_copy_source_line() 90 result.append (lineptr, lineptr + skip_bytes); in tui_copy_source_line() 91 lineptr += skip_bytes; in tui_copy_source_line()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | search.c | 1191 int skip_bytes = 0; in search_range() local 1314 skip_bytes = skip_columns(header_cols, &line, &line_len); in search_range() 1361 … hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range() 1377 … hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | source.c | 1404 int skip_bytes; in print_source_lines_base() local 1407 if (c == '\033' && skip_ansi_escape (iter, &skip_bytes)) in print_source_lines_base() 1408 iter += skip_bytes; in print_source_lines_base()
|
| D | utils.c | 1633 int skip_bytes; in puts() local 1646 && skip_ansi_escape (lineptr, &skip_bytes)) in puts() 1648 m_wrap_buffer.append (lineptr, skip_bytes); in puts() 1651 lineptr += skip_bytes; in puts()
|
| /netbsd/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
| D | vchiq_arm.c | 1357 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local 1358 str += skip_bytes; in vchiq_dump() 1359 len -= skip_bytes; in vchiq_dump() 1360 context->offset -= skip_bytes; in vchiq_dump()
|