Home
last modified time | relevance | path

Searched refs:target_offset (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset) in pad_to() argument
58 target_offset - actual_offset, SEEK_CUR); in pad_to()
59 if (actual_offset != target_offset) { in pad_to()
65 while (target_offset > actual_offset) { in pad_to()
67 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
68 to_write = (size_t)(target_offset - actual_offset); in pad_to()
88 int64_t target_offset; in archive_read_data_into_fd() local
104 if (target_offset > actual_offset) { in archive_read_data_into_fd()
106 target_offset, actual_offset); in archive_read_data_into_fd()
109 actual_offset = target_offset; in archive_read_data_into_fd()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-sopine/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-rpi/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/tools/binman/etype/
H A Du_boot_with_ucode_ptr.py34 self.target_offset = None
44 self.target_offset = sym
51 if not self.target_offset:
69 if (self.target_offset < self.image_pos or
70 self.target_offset >= self.image_pos + self.size):
72 (self.target_offset, self.image_pos,
93 self.target_offset -= self.image_pos
94 return self.ProcessContentsUpdate(self.data[:self.target_offset] +
96 self.data[self.target_offset + 8:])

12345678910>>...35