Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/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 …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dcompose_delta.c53 apr_size_t target_offset; member
84 apr_size_t target_offset; member
244 node->target_offset = target_offset; in alloc_range_index_node()
451 ndx->tree->target_offset = target_offset; in insert_range()
474 ndx->tree->target_offset = target_offset; in insert_range()
527 apr_size_t target_offset) in alloc_range_list() argument
533 node->target_offset = target_offset; in alloc_range_list()
639 apr_size_t target_offset, in copy_source_ops() argument
692 target_offset, in copy_source_ops()
773 apr_size_t target_offset = 0; in svn_txdelta_compose_windows() local
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c52 apr_size_t target_offset; member
125 context->source->target_offset = 0; in svn_temp_serializer__init()
174 context->source->target_offset = (char *)source_struct - (char *)buffer; in svn_temp_serializer__init_append()
203 + context->source->target_offset; in store_current_end_pointer()
216 : context->buffer->len - context->source->target_offset; in store_current_end_pointer()
252 new->target_offset = context->buffer->len; in svn_temp_serializer__push()
338 + context->source->target_offset; in svn_temp_serializer__set_null()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx_osm.c327 int target_offset; in ahc_done() local
329 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_done()
330 untagged_q = &ahc->untagged_queues[target_offset]; in ahc_done()
1087 int target_offset; in ahc_execute_scb() local
1089 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()
1090 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()
H A Daic7xxx.c2233 devinfo->target_offset = target; in ahc_compile_devinfo()
2237 devinfo->target_offset += 8; in ahc_compile_devinfo()
3606 &(ahc->untagged_queues[devinfo->target_offset]); in ahc_handle_msg_reject()
5249 u_int target_offset; in ahc_index_busy_tcl() local
5259 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_index_busy_tcl()
5260 scbid = ahc_inb(ahc, BUSY_TARGETS + target_offset); in ahc_index_busy_tcl()
5269 u_int target_offset; in ahc_unbusy_tcl() local
5279 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()
5287 u_int target_offset; in ahc_busy_tcl() local
5297 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()
[all …]
H A Daic7xxx.h1149 int target_offset; member
H A Daic79xx.h1356 int target_offset; member
H A Daic79xx.c3524 devinfo->target_offset = target; in ahd_compile_devinfo()
3528 devinfo->target_offset += 8; in ahd_compile_devinfo()
3529 devinfo->target_mask = (0x01 << devinfo->target_offset); in ahd_compile_devinfo()