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

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_compress.c 349 int skip_bytes = state->bits - local
351 skip_bytes %= state->bits;
353 while (skip_bytes-- > 0) {
archive_read_support_filter_lz4.c 411 uint32_t skip_bytes = archive_le32dec(read_buf); local
413 4 + skip_bytes);
archive_read_support_format_7zip.c 3638 uint64_t skip_bytes = 0; local
3677 skip_bytes =
3732 if (!skip_bytes)
3736 a, buff, (size_t)skip_bytes, 0);
3739 skip_bytes -= skipped;
4005 skip_stream(struct archive_read *a, size_t skip_bytes)
4010 size_t bytes = skip_bytes;
4018 += skip_bytes;
4019 return (skip_bytes);
4036 return (skip_bytes);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.c 82 int skip_bytes; local
85 if (c == '\033' && skip_ansi_escape (lineptr, &skip_bytes))
88 result.append (lineptr, lineptr + skip_bytes);
89 lineptr += skip_bytes;
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.c 83 int skip_bytes; local
86 if (c == '\033' && skip_ansi_escape (lineptr, &skip_bytes))
89 result.append (lineptr, lineptr + skip_bytes);
90 lineptr += skip_bytes;
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
392 && skip_bytes (iter, end, length));
399 && skip_bytes (iter, end, length));
402 return skip_bytes (iter, end, encoded_ptr_width);
405 return skip_bytes (iter, end, 1);
408 return skip_bytes (iter, end, 2);
411 return skip_bytes (iter, end, 4);
414 return skip_bytes (iter, end, 8);
645 REQUIRE (skip_bytes (&buf, end, 4));
653 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
392 && skip_bytes (iter, end, length));
399 && skip_bytes (iter, end, length));
402 return skip_bytes (iter, end, encoded_ptr_width);
405 return skip_bytes (iter, end, 1);
408 return skip_bytes (iter, end, 2);
411 return skip_bytes (iter, end, 4);
414 return skip_bytes (iter, end, 8);
645 REQUIRE (skip_bytes (&buf, end, 4));
653 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
391 && skip_bytes (iter, end, length));
398 && skip_bytes (iter, end, length));
401 return skip_bytes (iter, end, encoded_ptr_width);
404 return skip_bytes (iter, end, 1);
407 return skip_bytes (iter, end, 2);
410 return skip_bytes (iter, end, 4);
413 return skip_bytes (iter, end, 8);
642 REQUIRE (skip_bytes (&buf, end, 4));
650 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
392 && skip_bytes (iter, end, length));
399 && skip_bytes (iter, end, length));
402 return skip_bytes (iter, end, encoded_ptr_width);
405 return skip_bytes (iter, end, 1);
408 return skip_bytes (iter, end, 2);
411 return skip_bytes (iter, end, 4);
414 return skip_bytes (iter, end, 8);
645 REQUIRE (skip_bytes (&buf, end, 4));
653 REQUIRE (skip_bytes (&buf, end, 4))
    [all...]
  /src/external/bsd/less/dist/
search.c 1191 int skip_bytes = 0; local
1314 skip_bytes = skip_columns(header_cols, &line, &line_len);
1361 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);
1377 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops);
  /src/external/gpl3/gdb/dist/gdb/
utils.c 1696 int skip_bytes;
1709 && skip_ansi_escape (linebuffer, &skip_bytes))
1717 && style_len <= skip_bytes)
1722 skip_bytes -= style_len;
1725 if (skip_bytes > 0)
1727 m_wrap_buffer.append (linebuffer, skip_bytes);
1728 linebuffer += skip_bytes;
1690 int skip_bytes; local
source.c 1430 int skip_bytes;
1433 if (c == '\033' && skip_ansi_escape (iter, &skip_bytes))
1434 iter += skip_bytes;
1426 int skip_bytes; local
  /src/external/gpl3/gdb.old/dist/gdb/
source.c 1432 int skip_bytes;
1435 if (c == '\033' && skip_ansi_escape (iter, &skip_bytes))
1436 iter += skip_bytes;
1428 int skip_bytes; local
utils.c 1692 int skip_bytes;
1705 && skip_ansi_escape (lineptr, &skip_bytes))
1707 m_wrap_buffer.append (lineptr, skip_bytes);
1710 lineptr += skip_bytes;
1686 int skip_bytes; local
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c 1357 int skip_bytes = min(len, (int)context->offset); local
1358 str += skip_bytes;
1359 len -= skip_bytes;
1360 context->offset -= skip_bytes;

Completed in 44 milliseconds