Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
H A Dsimple_coder.c277 coder->now_pos = simple->start_offset; in lzma_simple_coder_init()
/freebsd-14.2/lib/libvgl/
H A Dbitmap.c48 int bwidth, i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
57 start_offset = (x & 0x07); in WriteVerticalLine()
59 bwidth = (width + start_offset) / 8; in WriteVerticalLine()
68 last = 8 - start_offset; in WriteVerticalLine()
99 if (start_offset) in WriteVerticalLine()
100 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine()
108 if (start_offset) in WriteVerticalLine()
109 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset]; in WriteVerticalLine()
/freebsd-14.2/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c90 u32 start_offset, u32 ext_size) in update_headers() argument
115 if ((start_offset - sec_info->skip_size) == data_hdr_size) { in update_headers()
141 entity_hdr->start_offset -= sec_info->skip_size; in update_headers()
151 u32 start_offset, u32 cur_entity_hdr_offset, in cudbg_write_flash() argument
185 start_offset, ext_size); in cudbg_write_flash()
189 start_offset = dbg_buff->offset - cur_entity_size; in cudbg_write_flash()
231 (void *)((char *)dbg_buff->data + start_offset), in cudbg_write_flash()
241 start_offset += tmp_size; in cudbg_write_flash()
H A Dcudbg_lib_common.h85 u32 start_offset; member
169 u32 start_offset, u32 start_hdr_offset,
H A Dcudbg_lib.c275 ext_entity_hdr->start_offset = cudbg_hdr->data_len; in cudbg_collect()
317 entity_hdr->start_offset = dbg_buff.offset; in cudbg_collect()
356 dbg_buff.offset = entity_hdr->start_offset; in cudbg_collect()
382 entity_hdr->start_offset -= cudbg_hdr->data_len; in cudbg_collect()
393 start_offset, in cudbg_collect()
403 start_offset, in cudbg_collect()
446 entity_hdr->start_offset = dbg_buff.offset; in cudbg_collect()
457 dbg_buff.offset = entity_hdr->start_offset; in cudbg_collect()
483 entity_hdr->start_offset -= in cudbg_collect()
494 start_offset, in cudbg_collect()
[all …]
/freebsd-14.2/crypto/openssh/
H A Dsshbuf-misc.c253 sshbuf_find(const struct sshbuf *b, size_t start_offset, in sshbuf_find() argument
262 if (start_offset > SSHBUF_SIZE_MAX || len > SSHBUF_SIZE_MAX || len == 0) in sshbuf_find()
264 if (start_offset > sshbuf_len(b) || start_offset + len > sshbuf_len(b)) in sshbuf_find()
266 if ((p = memmem(sshbuf_ptr(b) + start_offset, in sshbuf_find()
267 sshbuf_len(b) - start_offset, s, len)) == NULL) in sshbuf_find()
H A Dsshbuf.h271 sshbuf_find(const struct sshbuf *b, size_t start_offset,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp122 offset_t start_offset, in DumpInstructions() argument
125 offset_t offset = start_offset; in DumpInstructions()
135 lldb::addr_t addr = base_addr + start_offset; in DumpInstructions()
147 so_addr, DE, start_offset, number_of_instructions, false, in DumpInstructions()
342 const DataExtractor &DE, Stream *s, offset_t start_offset, in DumpDataExtractor() argument
351 return start_offset; in DumpDataExtractor()
358 offset_t offset = start_offset; in DumpDataExtractor()
366 return DumpInstructions(DE, s, exe_scope, start_offset, base_addr, in DumpDataExtractor()
373 lldb::offset_t line_start_offset = start_offset; in DumpDataExtractor()
396 (offset - start_offset - line_len) / DE.getTargetByteSize(); in DumpDataExtractor()
[all …]
H A DSourceManager.cpp570 size_t start_offset = GetLineOffset(line); in GetLineLength() local
575 if (end_offset > start_offset) { in GetLineLength()
576 uint32_t length = end_offset - start_offset; in GetLineLength()
579 (const char *)m_data_sp->GetBytes() + start_offset; in GetLineLength()
763 size_t start_offset = GetLineOffset(line_no); in GetLine() local
768 buffer.assign((const char *)m_data_sp->GetBytes() + start_offset, in GetLine()
769 end_offset - start_offset); in GetLine()
/freebsd-14.2/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 = (uintptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr()
241 data.pc = (uintptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr2func()
313 data.pc = (uintptr_t) ((u8 *) btrace_res[i] - start_offset); in wpa_trace_calling_func()
/freebsd-14.2/sys/ofed/include/rdma/
H A Dib_umem_odp.h106 int ib_umem_odp_map_dma_pages(struct ib_umem *umem, u64 start_offset, u64 bcnt,
109 void ib_umem_odp_unmap_dma_pages(struct ib_umem *umem, u64 start_offset,
/freebsd-14.2/contrib/xz/src/liblzma/api/lzma/
H A Dbcj.h92 uint32_t start_offset; member
/freebsd-14.2/contrib/xz/src/xz/
H A Doptions.c202 opt->start_offset = value; in set_bcj()
218 .start_offset = 0, in options_bcj()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp419 if (start_offset > offset) in CollectMember()
420 start_offset = offset; in CollectMember()
446 lldbassert(offset >= start_offset); in ConstructRecord()
448 if (offset > start_offset) { in ConstructRecord()
H A DUdtRecordCompleter.h118 uint64_t start_offset = UINT64_MAX; member
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dmtk-gce.txt32 <&phandle subsys_number start_offset size>
36 start_offset: the start offset of register address that GCE can access.
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c222 int64_t start_offset; member
1223 client_offset += rar->dbo[0].start_offset; in archive_read_format_rar_seek_data()
1235 if (client_offset < rar->dbo[rar->cursor].start_offset && in archive_read_format_rar_seek_data()
1246 client_offset -= rar->dbo[rar->cursor+1].start_offset - in archive_read_format_rar_seek_data()
1293 client_offset += rar->dbo[rar->cursor].start_offset - in archive_read_format_rar_seek_data()
1311 ret -= rar->dbo[0].start_offset; in archive_read_format_rar_seek_data()
1687 rar->dbo[rar->cursor].start_offset = -1; in read_header()
1690 if (rar->dbo[rar->cursor].start_offset < 0) in read_header()
1692 rar->dbo[rar->cursor].start_offset = a->filter->position; in read_header()
1723 rar->dbo[0].start_offset = -1; in read_header()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp903 lldb::offset_t DataExtractor::PutToLog(Log *log, offset_t start_offset, in PutToLog() argument
908 return start_offset; in PutToLog()
914 for (offset = start_offset, end_offset = offset + length, count = 0; in PutToLog()
925 static_cast<uint64_t>(base_addr + (offset - start_offset))); in PutToLog()
/freebsd-14.2/sys/dev/drm2/
H A Ddrm_edid.c1854 int start_offset, end_offset; in drm_detect_hdmi_monitor() local
1860 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_hdmi_monitor()
1867 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_hdmi_monitor()
1891 int start_offset, end_offset; in drm_detect_monitor_audio() local
1904 if (cea_db_offsets(edid_ext, &start_offset, &end_offset)) in drm_detect_monitor_audio()
1907 for_each_cea_db(edid_ext, i, start_offset, end_offset) { in drm_detect_monitor_audio()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp264 lldb::addr_t start_offset = offset; in SetUpRegion() local
267 lldb::addr_t code_addr = desc_ptr + start_offset + voffset; in SetUpRegion()
275 offset = start_offset + descriptor_size; in SetUpRegion()
/freebsd-14.2/contrib/libxo/libxo/
H A Dlibxo.c3043 char *cp = sp + start_offset; in xo_buf_find_last_number()
3155 ssize_t start_offset, ssize_t cols, int need_enc) in xo_format_gettext() argument
3164 char *cp = xbp->xb_bufp + start_offset; in xo_format_gettext()
3173 int n = xo_buf_find_last_number(xbp, start_offset); in xo_format_gettext()
3329 ssize_t start_offset = xo_buf_offset(xbp); in xo_do_format_field() local
4645 ssize_t start_offset = -1; in xo_set_gettext_domain() local
4652 len = end_offset - start_offset; in xo_set_gettext_domain()
4653 str = xop->xo_data.xb_bufp + start_offset; in xo_set_gettext_domain()
4659 if (start_offset >= 0) in xo_set_gettext_domain()
5182 ssize_t start_offset = xo_buf_offset(xbp); in xo_find_width() local
[all …]
/freebsd-14.2/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp239 … uint32_t start_offset = m_data_in_used; // record the offset into the buffer at start of this fn. in waitForSync() local
282 savePacketByte(m_p_data_in[start_offset+i]); in waitForSync()
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h767 __le32 start_offset; member

12