Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-13.1/contrib/xz/src/liblzma/simple/
H A Dsimple_encoder.c20 *size = (opt == NULL || opt->start_offset == 0) ? 0 : 4; in lzma_simple_props_size()
32 if (opt == NULL || opt->start_offset == 0) in lzma_simple_props_encode()
35 write32le(out, opt->start_offset); in lzma_simple_props_encode()
H A Dsimple_decoder.c31 opt->start_offset = read32le(props); in lzma_simple_props_decode()
34 if (opt->start_offset == 0) in lzma_simple_props_decode()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-flash.c216 int start_offset = 0; in __cvmx_flash_queury_cfi() local
221 rgn_ptr->start_offset = start_offset; in __cvmx_flash_queury_cfi()
237 start_offset += rgn_ptr->block_size * rgn_ptr->num_blocks; in __cvmx_flash_queury_cfi()
274 flash->region[region].start_offset, in __cvmx_flash_queury_cfi()
372 int offset = flash_info[chip_id].region[region].start_offset + in cvmx_flash_erase_block()
494 int offset = flash_info[chip_id].region[region].start_offset + in cvmx_flash_write_block()
638 region_base = flash->base_ptr + flash->region[region].start_offset; in cvmx_flash_write()
H A Dcvmx-flash.h66 int start_offset; member
/freebsd-13.1/lib/libvgl/
H A Dbitmap.c50 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
59 start_offset = (x & 0x07); in WriteVerticalLine()
61 bwidth = (width + start_offset) / 8; in WriteVerticalLine()
70 last = 8 - start_offset; in WriteVerticalLine()
101 if (start_offset) in WriteVerticalLine()
102 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine()
110 if (start_offset) in WriteVerticalLine()
111 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset]; in WriteVerticalLine()
/freebsd-13.1/crypto/openssh/
H A Dsshbuf-misc.c252 sshbuf_find(const struct sshbuf *b, size_t start_offset, in sshbuf_find() argument
261 if (start_offset > SSHBUF_SIZE_MAX || len > SSHBUF_SIZE_MAX || len == 0) in sshbuf_find()
263 if (start_offset > sshbuf_len(b) || start_offset + len > sshbuf_len(b)) in sshbuf_find()
265 if ((p = memmem(sshbuf_ptr(b) + start_offset, in sshbuf_find()
266 sshbuf_len(b) - start_offset, s, len)) == NULL) in sshbuf_find()
/freebsd-13.1/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c92 u32 start_offset, u32 ext_size) in update_headers() argument
117 if ((start_offset - sec_info->skip_size) == data_hdr_size) { in update_headers()
143 entity_hdr->start_offset -= sec_info->skip_size; in update_headers()
153 u32 start_offset, u32 cur_entity_hdr_offset, in cudbg_write_flash() argument
187 start_offset, ext_size); in cudbg_write_flash()
191 start_offset = dbg_buff->offset - cur_entity_size; in cudbg_write_flash()
233 (void *)((char *)dbg_buff->data + start_offset), in cudbg_write_flash()
243 start_offset += tmp_size; in cudbg_write_flash()
H A Dcudbg_lib_common.h87 u32 start_offset; member
171 u32 start_offset, u32 start_hdr_offset,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp138 offset_t start_offset, in DumpInstructions() argument
141 offset_t offset = start_offset; in DumpInstructions()
151 lldb::addr_t addr = base_addr + start_offset; in DumpInstructions()
163 so_addr, DE, start_offset, number_of_instructions, false, in DumpInstructions()
257 const DataExtractor &DE, Stream *s, offset_t start_offset, in DumpDataExtractor() argument
266 return start_offset; in DumpDataExtractor()
273 offset_t offset = start_offset; in DumpDataExtractor()
276 return DumpInstructions(DE, s, exe_scope, start_offset, base_addr, in DumpDataExtractor()
283 lldb::offset_t line_start_offset = start_offset; in DumpDataExtractor()
303 (offset - start_offset) / DE.getTargetByteSize())); in DumpDataExtractor()
H A DSourceManager.cpp499 size_t start_offset = GetLineOffset(line); in GetLineLength() local
504 if (end_offset > start_offset) { in GetLineLength()
505 uint32_t length = end_offset - start_offset; in GetLineLength()
508 (const char *)m_data_sp->GetBytes() + start_offset; in GetLineLength()
690 size_t start_offset = GetLineOffset(line_no); in GetLine() local
695 buffer.assign((char *)m_data_sp->GetBytes() + start_offset, in GetLine()
696 end_offset - start_offset); in GetLine()
/freebsd-13.1/contrib/wpa/src/utils/
H A Dtrace.c32 static unsigned long start_offset; variable
42 start_offset = info->dlpi_addr; in callback()
200 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr()
241 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr2func()
313 data.pc = (bfd_hostptr_t) ((u8 *) btrace_res[i] - start_offset); in wpa_trace_calling_func()
/freebsd-13.1/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-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.h67 apr_off_t start_offset; member
274 apr_off_t start_offset; member
H A Dreps.c666 apr_size_t start_offset, in svn_fs_x__extractor_drive() argument
681 if (start_offset > extractor->result->len) in svn_fs_x__extractor_drive()
682 start_offset = extractor->result->len; in svn_fs_x__extractor_drive()
684 if (size > extractor->result->len - start_offset) in svn_fs_x__extractor_drive()
685 size = extractor->result->len - start_offset; in svn_fs_x__extractor_drive()
687 *contents = svn_stringbuf_ncreate(extractor->result->data + start_offset, in svn_fs_x__extractor_drive()
H A Dindex.c206 apr_off_t start_offset; member
262 stream->start_offset = stream->next_offset; in packed_stream_read()
425 || offset < stream->start_offset in packed_stream_seek()
429 stream->start_offset = file_offset; in packed_stream_seek()
456 ? stream->start_offset in packed_stream_offset()
2373 apr_off_t start_offset; member
2678 apr_off_t start_offset, in get_p2l_page() argument
2693 packed_stream_seek(stream, start_offset); in get_p2l_page()
2701 if (start_offset == next_offset) in get_p2l_page()
2768 if (baton->start_offset < min_offset) in prefetch_p2l_page()
[all …]
H A Dreps.h136 apr_size_t start_offset,
H A Dcached_data.c1012 result->packed_len = window->end_offset - window->start_offset; in get_cached_window_sizes_func()
1086 apr_off_t start_offset, in set_cached_window() argument
1094 cached_window.start_offset = start_offset - rs->start; in set_cached_window()
1288 apr_off_t start_offset; in read_delta_window() local
1338 start_offset = rs->start + rs->current; in read_delta_window()
1339 SVN_ERR(svn_fs_x__rev_file_seek(file, NULL, start_offset)); in read_delta_window()
1351 SVN_ERR(svn_io_file_get_offset(&start_offset, apr_file, iterpool)); in read_delta_window()
1353 rs->current = start_offset - rs->start; in read_delta_window()
1376 SVN_ERR(set_cached_window(*nwin, rs, start_offset, scratch_pool)); in read_delta_window()
1627 apr_off_t start_offset = rs->start + rs->current; in cache_windows() local
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c206 apr_off_t start_offset; member
262 stream->start_offset = stream->next_offset; in packed_stream_read()
340 stream->next_offset = stream->start_offset + i; in packed_stream_read()
391 result->start_offset = result->stream_start; in packed_stream_open()
430 || offset < stream->start_offset in packed_stream_seek()
434 stream->start_offset = file_offset; in packed_stream_seek()
461 ? stream->start_offset in packed_stream_offset()
2263 apr_off_t start_offset; member
2450 apr_off_t start_offset, in get_p2l_page() argument
2478 if (start_offset == next_offset) in get_p2l_page()
[all …]
/freebsd-13.1/contrib/xz/src/liblzma/api/lzma/
H A Dbcj.h88 uint32_t start_offset; member
/freebsd-13.1/sys/contrib/device-tree/Bindings/mailbox/
H A Dmtk-gce.txt31 <&phandle subsys_number start_offset size>
35 start_offset: the start offset of register address that GCE can access.
/freebsd-13.1/contrib/xz/src/xz/
H A Doptions.c202 opt->start_offset = value; in set_bcj()
218 .start_offset = 0, in options_bcj()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c683 apr_uint64_t start_offset; member
1237 level->current_data = level->start_offset; in drop_entry()
1668 ? cache->l2.start_offset + cache->l2.size in ensure_data_insertable_l2()
1699 cache->l2.current_data = cache->l2.start_offset; in ensure_data_insertable_l2()
1793 ? cache->l1.start_offset + cache->l1.size in ensure_data_insertable_l1()
1810 cache->l1.current_data = cache->l1.start_offset; in ensure_data_insertable_l1()
1993 c[seg].l1.start_offset = 0; in svn_cache__membuffer_cache_create()
2002 c[seg].l2.start_offset = c[seg].l1.size; in svn_cache__membuffer_cache_create()
2004 c[seg].l2.current_data = c[seg].l2.start_offset; in svn_cache__membuffer_cache_create()
2092 cache[seg].l1.current_data = cache[seg].l1.start_offset; in svn_cache__membuffer_clear()
[all …]
/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c222 int64_t start_offset; member
1219 client_offset += rar->dbo[0].start_offset; in archive_read_format_rar_seek_data()
1231 if (client_offset < rar->dbo[rar->cursor].start_offset && in archive_read_format_rar_seek_data()
1242 client_offset -= rar->dbo[rar->cursor+1].start_offset - in archive_read_format_rar_seek_data()
1289 client_offset += rar->dbo[rar->cursor].start_offset - in archive_read_format_rar_seek_data()
1307 ret -= rar->dbo[0].start_offset; in archive_read_format_rar_seek_data()
1657 rar->dbo[rar->cursor].start_offset = -1; in read_header()
1660 if (rar->dbo[rar->cursor].start_offset < 0) in read_header()
1662 rar->dbo[rar->cursor].start_offset = a->filter->position; in read_header()
1688 rar->dbo[0].start_offset = -1; in read_header()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp904 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog() argument
909 return start_offset; in PutToLog()
915 for (offset = start_offset, end_offset = offset + length, count = 0; in PutToLog()
926 static_cast<uint64_t>(base_addr + (offset - start_offset))); in PutToLog()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_edid.c1856 int start_offset, end_offset; in drm_detect_hdmi_monitor() local
1862 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor()
1869 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_hdmi_monitor()
1893 int start_offset, end_offset; in drm_detect_monitor_audio() local
1906 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_monitor_audio()
1909 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_monitor_audio()

12