Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf-eh-frame.c378 && skip_bytes (iter, end, length)); in skip_cfa_op()
385 && skip_bytes (iter, end, length)); in skip_cfa_op()
391 return skip_bytes (iter, end, 1); in skip_cfa_op()
394 return skip_bytes (iter, end, 2); in skip_cfa_op()
397 return skip_bytes (iter, end, 4); in skip_cfa_op()
400 return skip_bytes (iter, end, 8); in skip_cfa_op()
585 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_discard_section_eh_frame()
624 REQUIRE (skip_bytes (&buf, end, ptr_size)); in _bfd_elf_discard_section_eh_frame()
676 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_discard_section_eh_frame()
833 REQUIRE (skip_bytes (&buf, end, 2 * length)); in _bfd_elf_discard_section_eh_frame()
[all …]
/freebsd-12.1/sbin/camcontrol/
H A Dfwdownload.c577 int skip_bytes = 0; in fw_read_img() local
609 skip_bytes = 80; in fw_read_img()
612 skip_bytes = img_size % 1030; in fw_read_img()
625 if (skip_bytes != 0) { in fw_read_img()
626 fprintf(stdout, "Skipping %d byte header.\n", skip_bytes); in fw_read_img()
627 if (lseek(fd, skip_bytes, SEEK_SET) == -1) { in fw_read_img()
631 img_size -= skip_bytes; in fw_read_img()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c362 int skip_bytes = state->bits - in next_code() local
364 skip_bytes %= state->bits; in next_code()
366 while (skip_bytes-- > 0) { in next_code()
H A Darchive_read_support_format_7zip.c3201 uint64_t skip_bytes = 0; in read_stream() local
3240 skip_bytes = in read_stream()
3274 while (skip_bytes) { in read_stream()
3295 a, buff, (size_t)skip_bytes, 0); in read_stream()
3298 skip_bytes -= skipped; in read_stream()
3564 skip_stream(struct archive_read *a, size_t skip_bytes) in skip_stream() argument
3569 size_t bytes = skip_bytes; in skip_stream()
3577 += skip_bytes; in skip_stream()
3578 return (skip_bytes); in skip_stream()
3595 return (skip_bytes); in skip_stream()
H A Darchive_read_support_filter_lz4.c364 uint32_t skip_bytes = archive_le32dec(read_buf); in lz4_filter_read() local
366 4 + skip_bytes); in lz4_filter_read()
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1379 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local
1380 str += skip_bytes; in vchiq_dump()
1381 len -= skip_bytes; in vchiq_dump()
1382 context->offset -= skip_bytes; in vchiq_dump()