Searched refs:skip_bytes (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c74 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) function
378 && skip_bytes (iter, end, length));
385 && skip_bytes (iter, end, length));
388 return skip_bytes (iter, end, encoded_ptr_width);
391 return skip_bytes (iter, end, 1);
394 return skip_bytes (iter, end, 2);
397 return skip_bytes (iter, end, 4);
400 return skip_bytes (iter, end, 8);
562 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
585 REQUIRE (skip_bytes (
[all...]
/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c577 int skip_bytes = 0; local
609 skip_bytes = 80;
612 skip_bytes = img_size % 1030;
625 if (skip_bytes != 0) {
626 fprintf(stdout, "Skipping %d byte header.\n", skip_bytes);
627 if (lseek(fd, skip_bytes, SEEK_SET) == -1) {
631 img_size -= skip_bytes;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c362 int skip_bytes = state->bits - local
364 skip_bytes %= state->bits;
366 while (skip_bytes-- > 0) {
H A Darchive_read_support_filter_lz4.c364 uint32_t skip_bytes = archive_le32dec(read_buf); local
366 4 + skip_bytes);
H A Darchive_read_support_format_7zip.c3212 uint64_t skip_bytes = 0; local
3251 skip_bytes =
3285 while (skip_bytes) {
3306 a, buff, (size_t)skip_bytes, 0);
3309 skip_bytes -= skipped;
3575 skip_stream(struct archive_read *a, size_t skip_bytes) argument
3580 size_t bytes = skip_bytes;
3588 += skip_bytes;
3589 return (skip_bytes);
3606 return (skip_bytes);
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1379 int skip_bytes = min(len, (int)context->offset); local
1380 str += skip_bytes;
1381 len -= skip_bytes;
1382 context->offset -= skip_bytes;

Completed in 117 milliseconds