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

/freebsd-10.0-release/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-10.0-release/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
771 apr_size_t target_offset = 0; local
[all...]
/freebsd-10.0-release/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;
318 + context->source->target_offset;
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_gem_execbuffer.c273 uint32_t target_offset; local
281 target_offset = to_intel_bo(target_obj)->gtt_offset;
293 (int) target_offset,
301 if (unlikely(target_offset == 0)) {
347 if (target_offset == reloc->presumed_offset)
367 reloc->delta += target_offset;
405 reloc->presumed_offset = target_offset;
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx_osm.c329 int target_offset; local
331 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb);
332 untagged_q = &ahc->untagged_queues[target_offset];
1096 int target_offset; local
1098 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb);
1099 untagged_q = &(ahc->untagged_queues[target_offset]);
H A Daic7xxx.c2240 devinfo->target_offset = target;
2244 devinfo->target_offset += 8;
2245 devinfo->target_mask = (0x01 << devinfo->target_offset);
3622 &(ahc->untagged_queues[devinfo->target_offset]);
5275 u_int target_offset; local
5285 target_offset = TCL_TARGET_OFFSET(tcl);
5286 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset);
5295 u_int target_offset; local
5305 target_offset = TCL_TARGET_OFFSET(tcl);
5306 ahc_outb(ahc, BUSY_TARGETS + target_offset, SCB_LIST_NUL
5313 u_int target_offset; local
[all...]
H A Daic79xx.h1354 int target_offset; member in struct:ahd_devinfo
H A Daic7xxx.h1147 int target_offset; member in struct:ahc_devinfo
H A Daic79xx.c3550 devinfo->target_offset = target;
3554 devinfo->target_offset += 8;
3555 devinfo->target_mask = (0x01 << devinfo->target_offset);

Completed in 162 milliseconds