Searched refs:target_offset (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c51 int64_t target_offset, int64_t actual_offset)
58 target_offset - actual_offset, SEEK_CUR);
59 if (actual_offset != target_offset) {
65 while (target_offset > actual_offset) {
67 if (target_offset < actual_offset + (int64_t)nulls_size)
68 to_write = (size_t)(target_offset - actual_offset);
88 int64_t target_offset; local
101 while ((r = archive_read_data_block(a, &buff, &size, &target_offset)) ==
104 if (target_offset > actual_offset) {
106 target_offset, actual_offse
49 pad_to(struct archive *a, int fd, int can_lseek, size_t nulls_size, const char *nulls, int64_t target_offset, int64_t actual_offset) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c53 /* 'target_offset' is where that range is represented in the target. */ member in struct:range_index_node_t
54 apr_size_t target_offset;
76 offset to use for generating the target op is 'target_offset';
84 /* 'target_offset' is the start of the range in the target. */ member in struct:range_list_node_t
85 apr_size_t target_offset;
242 apr_size_t target_offset)
247 node->target_offset = target_offset;
438 insert_range(apr_size_t offset, apr_size_t limit, apr_size_t target_offset,
445 node = alloc_range_index_node(ndx, offset, limit, target_offset);
236 alloc_range_index_node(range_index_t *ndx, apr_size_t offset, apr_size_t limit, apr_size_t target_offset) argument
435 insert_range(apr_size_t offset, apr_size_t limit, apr_size_t target_offset, range_index_t *ndx) argument
521 alloc_range_list(range_list_node_t **list, range_list_node_t **tail, range_index_t *ndx, enum range_kind kind, apr_size_t offset, apr_size_t limit, apr_size_t target_offset) argument
606 const apr_size_t target_offset = local
638 copy_source_ops(apr_size_t offset, apr_size_t limit, apr_size_t target_offset, apr_size_t hint, svn_txdelta__ops_baton_t *build_baton, const svn_txdelta_window_t *window, const offset_index_t *ndx, apr_pool_t *pool) argument
773 apr_size_t target_offset = 0; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c52 apr_size_t target_offset; member in struct:source_stack_t
125 context->source->target_offset = 0;
174 context->source->target_offset = (char *)source_struct - (char *)buffer;
203 + context->source->target_offset;
216 : context->buffer->len - context->source->target_offset;
252 new->target_offset = context->buffer->len;
338 + context->source->target_offset;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c327 int target_offset; local
329 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb);
330 untagged_q = &ahc->untagged_queues[target_offset];
1087 int target_offset; local
1089 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb);
1090 untagged_q = &(ahc->untagged_queues[target_offset]);
H A Daic7xxx.c2233 devinfo->target_offset = target;
2237 devinfo->target_offset += 8;
2238 devinfo->target_mask = (0x01 << devinfo->target_offset);
3606 &(ahc->untagged_queues[devinfo->target_offset]);
5249 u_int target_offset; local
5259 target_offset = TCL_TARGET_OFFSET(tcl);
5260 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5269 u_int target_offset; local
5279 target_offset = TCL_TARGET_OFFSET(tcl);
5280 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL
5287 u_int target_offset; local
[all...]
H A Daic79xx.h1356 int target_offset; member in struct:ahd_devinfo
H A Daic7xxx.h1149 int target_offset; member in struct:ahc_devinfo
H A Daic79xx.c3524 devinfo->target_offset = target;
3528 devinfo->target_offset += 8;
3529 devinfo->target_mask = (0x01 << devinfo->target_offset);

Completed in 111 milliseconds