Searched refs:start_offset (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/contrib/xz/src/liblzma/simple/
H A Dsimple_encoder.c20 *size = (opt == NULL || opt->start_offset == 0) ? 0 : 4;
32 if (opt == NULL || opt->start_offset == 0)
35 write32le(out, opt->start_offset);
H A Dsimple_decoder.c31 opt->start_offset = read32le(props);
33 // Don't leave an options structure allocated if start_offset is zero.
34 if (opt->start_offset == 0)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.h31 unsigned long start_offset; member in struct:unw_table_entry
H A Dfde-glibc.c106 if (data->pc < f->start_offset + seg_base)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-flash.h66 int start_offset; member in struct:__anon8528
H A Dcvmx-flash.c216 int start_offset = 0; local
221 rgn_ptr->start_offset = start_offset;
237 start_offset += rgn_ptr->block_size * rgn_ptr->num_blocks;
274 flash->region[region].start_offset,
372 int offset = flash_info[chip_id].region[region].start_offset +
494 int offset = flash_info[chip_id].region[region].start_offset +
638 region_base = flash->base_ptr + flash->region[region].start_offset;
/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbcj.h88 uint32_t start_offset; member in struct:__anon5831
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_umem_odp.h108 int ib_umem_odp_map_dma_pages(struct ib_umem *umem, u64 start_offset, u64 bcnt,
111 void ib_umem_odp_unmap_dma_pages(struct ib_umem *umem, u64 start_offset,
/freebsd-11-stable/lib/libvgl/
H A Dbitmap.c48 int i, pos, last, planepos, start_offset, end_offset, offset; local
57 start_offset = (x & 0x07);
59 i = (width + start_offset) / 8;
68 last = 8 - start_offset;
88 if (start_offset || end_offset)
102 if (start_offset)
103 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset];
111 if (start_offset)
112 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset];
180 int i, bit, pos, count, planepos, start_offset, end_offse local
[all...]
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c92 u32 start_offset, u32 ext_size)
117 if ((start_offset - sec_info->skip_size) == data_hdr_size) {
143 entity_hdr->start_offset -= sec_info->skip_size;
153 u32 start_offset, u32 cur_entity_hdr_offset,
187 start_offset, ext_size);
191 start_offset = dbg_buff->offset - cur_entity_size;
233 (void *)((char *)dbg_buff->data + start_offset),
243 start_offset += tmp_size;
90 update_headers(void *handle, struct cudbg_buffer *dbg_buff, u64 timestamp, u32 cur_entity_hdr_offset, u32 start_offset, u32 ext_size) argument
152 cudbg_write_flash(void *handle, u64 timestamp, void *data, u32 start_offset, u32 cur_entity_hdr_offset, u32 cur_entity_size, u32 ext_size) argument
H A Dcudbg_lib_common.h87 u32 start_offset; member in struct:cudbg_entity_hdr
171 u32 start_offset, u32 start_hdr_offset,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.h67 apr_off_t start_offset; member in struct:__anon164
274 apr_off_t start_offset; member in struct:svn_fs_x__changes_list_t
H A Dreps.h136 apr_size_t start_offset,
H A Dreps.c666 apr_size_t start_offset,
681 if (start_offset > extractor->result->len)
682 start_offset = extractor->result->len;
684 if (size > extractor->result->len - start_offset)
685 size = extractor->result->len - start_offset;
687 *contents = svn_stringbuf_ncreate(extractor->result->data + start_offset,
664 svn_fs_x__extractor_drive(svn_stringbuf_t **contents, svn_fs_x__rep_extractor_t *extractor, apr_size_t start_offset, apr_size_t size, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
H A Dindex.c206 apr_off_t start_offset; member in struct:svn_fs_x__packed_number_stream_t
262 stream->start_offset = stream->next_offset;
340 stream->next_offset = stream->start_offset + i;
386 result->start_offset = result->stream_start;
425 || offset < stream->start_offset
429 stream->start_offset = file_offset;
441 if (stream->buffer[i].total_len > file_offset - stream->start_offset)
456 ? stream->start_offset
457 : stream->buffer[stream->current-1].total_len + stream->start_offset;
2373 apr_off_t start_offset; member in struct:p2l_page_info_baton_t
2674 get_p2l_page(apr_array_header_t **entries, svn_fs_x__revision_file_t *rev_file, svn_fs_t *fs, svn_revnum_t start_revision, apr_off_t start_offset, apr_off_t next_offset, apr_off_t page_start, apr_uint64_t page_size, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c32 static unsigned long start_offset; variable
42 start_offset = info->dlpi_addr;
189 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset);
230 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset);
302 data.pc = (bfd_hostptr_t) ((u8 *) btrace_res[i] - start_offset);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp479 size_t start_offset = GetLineOffset(line);
484 if (end_offset > start_offset) {
485 uint32_t length = end_offset - start_offset;
488 (const char *)m_data_sp->GetBytes() + start_offset;
670 size_t start_offset = GetLineOffset(line_no);
675 buffer.assign((char *)m_data_sp->GetBytes() + start_offset,
676 end_offset - start_offset);
H A DDumpDataExtractor.cpp132 const DataExtractor &DE, Stream *s, offset_t start_offset,
141 return start_offset;
148 offset_t offset = start_offset;
159 lldb::addr_t addr = base_addr + start_offset;
171 so_addr, DE, start_offset, item_count, false, data_from_file);
193 lldb::offset_t line_start_offset = start_offset;
213 (offset - start_offset) / DE.getTargetByteSize()));
131 DumpDataExtractor( const DataExtractor &DE, Stream *s, offset_t start_offset, lldb::Format item_format, size_t item_byte_size, size_t item_count, size_t num_per_line, uint64_t base_addr, uint32_t item_bit_size, uint32_t item_bit_offset, ExecutionContextScope *exe_scope) argument
/freebsd-11-stable/contrib/xz/src/xz/
H A Doptions.c202 opt->start_offset = value;
218 .start_offset = 0,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c206 apr_off_t start_offset; member in struct:svn_fs_fs__packed_number_stream_t
262 stream->start_offset = stream->next_offset;
340 stream->next_offset = stream->start_offset + i;
391 result->start_offset = result->stream_start;
430 || offset < stream->start_offset
434 stream->start_offset = file_offset;
446 if (stream->buffer[i].total_len > file_offset - stream->start_offset)
461 ? stream->start_offset
462 : stream->buffer[stream->current-1].total_len + stream->start_offset;
2263 apr_off_t start_offset; member in struct:p2l_page_info_baton_t
2446 get_p2l_page(apr_array_header_t **entries, svn_fs_fs__revision_file_t *rev_file, svn_fs_t *fs, svn_revnum_t start_revision, apr_off_t start_offset, apr_off_t next_offset, apr_off_t page_start, apr_uint64_t page_size, apr_pool_t *result_pool) argument
[all...]
H A Dtemp_serializer.h370 apr_off_t start_offset; member in struct:svn_fs_fs__changes_list_t
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c212 int64_t start_offset; member in struct:data_block_offsets
1125 client_offset += rar->dbo[0].start_offset;
1130 client_offset += rar->dbo[i].start_offset - rar->dbo[i-1].end_offset;
1137 if (client_offset < rar->dbo[rar->cursor].start_offset &&
1148 client_offset -= rar->dbo[rar->cursor+1].start_offset -
1150 if (client_offset < rar->dbo[rar->cursor].start_offset)
1152 ret = __archive_read_seek(a, rar->dbo[rar->cursor].start_offset -
1174 client_offset += rar->dbo[rar->cursor].start_offset -
1195 client_offset += rar->dbo[rar->cursor].start_offset -
1211 ret -= rar->dbo[i+1].start_offset
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c1465 ptrdiff_t start_offset;
1498 start_offset = start - unit->dwarf_frame_buffer;
1499 if (workaround < ALIGN4 && (start_offset & 3) != 0)
1501 start += 4 - (start_offset & 3);
1505 if (workaround < ALIGN8 && (start_offset & 7) != 0)
1507 start += 8 - (start_offset & 7);
1456 ptrdiff_t start_offset; local
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp259 distance start_offset = start - c; local
261 double start_angle = atan2(start_offset.y, start_offset.x);
290 distance start_offset = start - c; local
292 double start_angle = atan2(start_offset.y, start_offset.x);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c683 apr_uint64_t start_offset; member in struct:cache_level_t
1237 level->current_data = level->start_offset;
1327 assert(level->current_data <= level->start_offset + level->size);
1590 assert(level->current_data <= level->start_offset + level->size);
1668 ? cache->l2.start_offset + cache->l2.size
1699 cache->l2.current_data = cache->l2.start_offset;
1793 ? cache->l1.start_offset + cache->l1.size
1810 cache->l1.current_data = cache->l1.start_offset;
1993 c[seg].l1.start_offset = 0;
2002 c[seg].l2.start_offset
[all...]

Completed in 213 milliseconds

12