Home
last modified time | relevance | path

Searched refs:end_offset (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-12.1/lib/libvgl/
H A Dbitmap.c60 end_offset = (x + width) & 0x07; in WriteVerticalLine()
62 if (end_offset) in WriteVerticalLine()
83 if (end_offset) { in WriteVerticalLine()
84 word <<= (8 - end_offset); in WriteVerticalLine()
90 if (start_offset || end_offset) in WriteVerticalLine()
102 if (end_offset) in WriteVerticalLine()
108 if (end_offset) { in WriteVerticalLine()
190 end_offset = (x + width) & 0x07; in ReadVerticalLine()
192 if (end_offset) in ReadVerticalLine()
214 end_offset = (x + width) & 0x07; in ReadVerticalLine()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp483 size_t end_offset = GetLineOffset(line + 1); in GetLineLength() local
484 if (end_offset == UINT32_MAX) in GetLineLength()
485 end_offset = m_data_sp->GetByteSize(); in GetLineLength()
487 if (end_offset > start_offset) { in GetLineLength()
488 uint32_t length = end_offset - start_offset; in GetLineLength()
678 size_t end_offset = GetLineOffset(line_no + 1); in GetLine() local
679 if (end_offset == UINT32_MAX) { in GetLine()
680 end_offset = m_data_sp->GetByteSize(); in GetLine()
683 end_offset - start_offset); in GetLine()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtemp_serializer.h62 apr_off_t end_offset; member
98 apr_off_t end_offset; member
374 apr_off_t end_offset; member
H A Dcached_data.c83 apr_off_t end_offset = 0; in dbg_log_access() local
166 end_offset = offset + entry->size; in dbg_log_access()
1275 result->end_offset = window->end_offset; in parse_raw_window()
1359 cached_window.end_offset = rs->current; in set_cached_window()
1554 apr_off_t end_offset; in read_delta_window() local
1622 rs->current = end_offset - rs->start; in read_delta_window()
3230 *(apr_off_t*)out = window->end_offset; in get_txdelta_window_end()
3247 *(apr_off_t*)out = window->end_offset; in get_raw_window_end()
3272 apr_off_t end_offset; in cache_windows() local
3300 rs->current = end_offset; in cache_windows()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp249 dw_offset_t cie_id, end_offset; in ParseCIE() local
254 end_offset = cie_offset + length + 12; in ParseCIE()
257 end_offset = cie_offset + length + 4; in ParseCIE()
377 if (end_offset > offset) { in ParseCIE()
379 cie_sp->inst_length = end_offset - offset; in ParseCIE()
381 while (offset < end_offset) { in ParseCIE()
571 const dw_offset_t end_offset = current_entry + length + (is_64bit ? 12 : 4); in FDEToUnwindPlan() local
634 while (m_cfi_data.ValidOffset(offset) && offset < end_offset) { in FDEToUnwindPlan()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtemp_serializer.h70 apr_off_t end_offset; member
278 apr_off_t end_offset; member
H A Dcached_data.c82 apr_off_t end_offset = 0; in dbg__log_access() local
155 end_offset = offset + entry->size; in dbg__log_access()
169 (long)(end_offset / ffd->block_size), in dbg__log_access()
170 (long)(end_offset % ffd->block_size), in dbg__log_access()
1072 rs->current = cached_window->end_offset; in get_cached_window()
1095 cached_window.end_offset = rs->current; in set_cached_window()
1289 apr_off_t end_offset; in read_delta_window() local
1367 rs->current = end_offset - rs->start; in read_delta_window()
1628 apr_off_t end_offset; in cache_windows() local
1642 rs->current = end_offset - rs->start; in cache_windows()
[all …]
H A Dtransaction.c714 apr_off_t end_offset = 0; in get_writable_proto_rev() local
735 err = svn_io_file_seek(*file, APR_END, &end_offset, pool); in get_writable_proto_rev()
743 err = auto_truncate_proto_rev(fs, *file, end_offset, txn_id, pool); in get_writable_proto_rev()
3622 apr_off_t end_offset = 0; in get_writable_final_rev() local
3652 SVN_ERR(svn_io_file_seek(*file, APR_END, &end_offset, scratch_pool)); in get_writable_final_rev()
3657 SVN_ERR(auto_truncate_proto_rev(fs, *file, end_offset, txn_id, in get_writable_final_rev()
/freebsd-12.1/sys/ddb/
H A Ddb_textdump.c334 off_t end_offset, tarhdr_offset; in textdump_dump_msgbuf() local
378 textdump_saveoff(&end_offset); in textdump_dump_msgbuf()
383 textdump_restoreoff(end_offset); in textdump_dump_msgbuf()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp190 const dw_offset_t end_offset = debug_line_offset + prologue.total_length + in DumpStatementOpcodes() local
193 assert(debug_line_data.ValidOffset(end_offset - 1)); in DumpStatementOpcodes()
195 while (offset < end_offset) { in DumpStatementOpcodes()
352 return end_offset; in DumpStatementOpcodes()
587 const dw_offset_t end_offset = in ParseStatementTable() local
593 while (*offset_ptr < end_offset) { in ParseStatementTable()
832 return end_offset; in ParseStatementTable()
/freebsd-12.1/contrib/libarchive/tar/
H A Dwrite.c257 int64_t end_offset; in tar_mode_r() local
299 end_offset = archive_read_header_position(a); in tar_mode_r()
333 if (lseek(bsdtar->fd, end_offset, SEEK_SET) < 0) in tar_mode_r()
348 int64_t end_offset; in tar_mode_u() local
398 end_offset = archive_read_header_position(a); in tar_mode_u()
410 if (lseek(bsdtar->fd, end_offset, SEEK_SET) < 0) in tar_mode_u()
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dunwind-ia64.h32 unsigned long end_offset; member
H A Dfde-glibc.c108 else if (data->pc >= f->end_offset + seg_base) in _Unwind_IteratePhdrCallback()
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c207 int64_t end_offset; member
1143 rar->dbo[rar->cursor].end_offset; in archive_read_format_rar_seek_data()
1160 else if (client_offset > rar->dbo[rar->cursor].end_offset && in archive_read_format_rar_seek_data()
1166 client_offset > rar->dbo[rar->cursor].end_offset) in archive_read_format_rar_seek_data()
1169 rar->dbo[rar->cursor-1].end_offset; in archive_read_format_rar_seek_data()
1190 rar->dbo[rar->cursor-1].end_offset; in archive_read_format_rar_seek_data()
1200 rar->bytes_remaining = rar->dbo[rar->cursor].end_offset - ret; in archive_read_format_rar_seek_data()
1205 ret -= rar->dbo[i+1].start_offset - rar->dbo[i].end_offset; in archive_read_format_rar_seek_data()
1557 rar->dbo[rar->cursor].end_offset = -1; in read_header()
1588 rar->dbo[0].end_offset = -1; in read_header()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_poisoning.cc305 s8 end_offset = (s8)(size - aligned_size); in PoisonAlignedStackMemory() local
311 if (end_value > 0 && end_value <= end_offset) in PoisonAlignedStackMemory()
317 *shadow_end = Max(end_value, end_offset); in PoisonAlignedStackMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DDWARFExpression.cpp139 const lldb::offset_t end_offset = offset + length; in DumpLocation() local
140 while (m_data.ValidOffset(offset) && offset < end_offset) { in DumpLocation()
1343 const lldb::offset_t end_offset = opcodes_offset + opcodes_length; in Evaluate() local
1360 while (opcodes.ValidOffset(offset) && offset < end_offset) { in Evaluate()
2164 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate()
2195 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate()
3303 lldb::offset_t &end_offset) { in GetOpAndEndOffsets() argument
3327 end_offset = opcodes_offset + opcodes_length; in GetOpAndEndOffsets()
3336 lldb::offset_t end_offset; in MatchesOperand() local
3337 if (!GetOpAndEndOffsets(frame, op_offset, end_offset)) { in MatchesOperand()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp285 offset_t end_offset = end_ptr - m_data.GetDataStart(); in CreateSections() local
290 end_offset - section_start, /*log2align*/ 0, /*flags*/ 0); in CreateSections()
/freebsd-12.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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DDWARFExpression.h400 lldb::offset_t &end_offset);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DDataExtractor.cpp1044 offset_t end_offset; in PutToLog() local
1047 for (offset = start_offset, end_offset = offset + length, count = 0; in PutToLog()
1048 ValidOffset(offset) && offset < end_offset; ++count) { in PutToLog()
/freebsd-12.1/contrib/gdb/gdb/
H A Dia64-tdep.c2108 unw_word_t end_offset; member
2362 uint64_t end_offset; in get_kernel_table() member
2381 if (ip < ktab[0].start_offset || ip >= etab[-1].end_offset) in get_kernel_table()
2387 di->end_ip = etab[-1].end_offset; in get_kernel_table()
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1501 int end_offset; in dump_phys_mem() local
1515 end_offset = (int)(long)end_virt_addr & (PAGE_SIZE - 1); in dump_phys_mem()
1541 while (offset < end_offset) { in dump_phys_mem()
/freebsd-12.1/sys/contrib/ck/src/
H A Dck_rhs.c842 ck_rhs_add_wanted(struct ck_rhs *hs, long end_offset, long old_slot, in ck_rhs_add_wanted() argument
855 while (offset != end_offset) { in ck_rhs_add_wanted()
/freebsd-12.1/contrib/gcc/
H A Dvarasm.c4365 HOST_WIDE_INT end_offset in output_constructor() local
4403 while (next_offset < end_offset) in output_constructor()
4422 this_time = MIN (end_offset - next_offset, in output_constructor()
4429 shift = end_offset - next_offset - this_time; in output_constructor()
/freebsd-12.1/contrib/libxo/libxo/
H A Dlibxo.c3747 ssize_t end_offset = xbp->xb_curp - xbp->xb_bufp; in xo_format_humanize() local
3748 if (end_offset == savep->xhs_offset) /* Huh? Nothing to render */ in xo_format_humanize()
4025 ssize_t end_offset = xbp->xb_curp - xbp->xb_bufp; in xo_buf_append_div() local
4026 ssize_t olen = end_offset - save.xhs_offset; in xo_buf_append_div()
4621 ssize_t end_offset = xop->xo_data.xb_curp - xop->xo_data.xb_bufp; in xo_set_gettext_domain() local
4622 len = end_offset - start_offset; in xo_set_gettext_domain()

12