Searched refs:target_offset (Results 1 – 8 of 8) sorted by relevance
51 int64_t target_offset, int64_t actual_offset) in pad_to() argument58 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() local104 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 …]
53 apr_size_t target_offset; member84 apr_size_t target_offset; member244 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() argument533 node->target_offset = target_offset; in alloc_range_list()639 apr_size_t target_offset, in copy_source_ops() argument692 target_offset, in copy_source_ops()773 apr_size_t target_offset = 0; in svn_txdelta_compose_windows() local[all …]
52 apr_size_t target_offset; member125 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()
327 int target_offset; in ahc_done() local329 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() local1089 target_offset = SCB_GET_TARGET_OFFSET(ahc, scb); in ahc_execute_scb()1090 untagged_q = &(ahc->untagged_queues[target_offset]); in ahc_execute_scb()
2233 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() local5259 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() local5279 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_unbusy_tcl()5287 u_int target_offset; in ahc_busy_tcl() local5297 target_offset = TCL_TARGET_OFFSET(tcl); in ahc_busy_tcl()[all …]
1149 int target_offset; member
1356 int target_offset; member
3524 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()