Home
last modified time | relevance | path

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

12

/trueos/lib/libvgl/
HDbitmap.c48 int i, pos, last, planepos, start_offset, end_offset, offset; in WriteVerticalLine() local
57 start_offset = (x & 0x07); in WriteVerticalLine()
59 i = (width + start_offset) / 8; in WriteVerticalLine()
68 last = 8 - start_offset; in WriteVerticalLine()
88 if (start_offset || end_offset) in WriteVerticalLine()
102 if (start_offset) in WriteVerticalLine()
103 VGLPlane[i][0] |= dst->Bitmap[pos] & ~mask[start_offset]; in WriteVerticalLine()
111 if (start_offset) in WriteVerticalLine()
112 VGLPlane[i][0] |= dst->Bitmap[offset] & ~mask[start_offset]; in WriteVerticalLine()
180 int i, bit, pos, count, planepos, start_offset, end_offset, offset; in ReadVerticalLine() local
[all …]
/trueos/contrib/xz/src/liblzma/simple/
HDsimple_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 unaligned_write32le(out, opt->start_offset); in lzma_simple_props_encode()
HDsimple_decoder.c31 opt->start_offset = unaligned_read32le(props); in lzma_simple_props_decode()
34 if (opt->start_offset == 0) in lzma_simple_props_decode()
HDsimple_coder.c261 next->coder->now_pos = simple->start_offset; in lzma_simple_coder_init()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-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()
HDcvmx-flash.h66 int start_offset; member
/trueos/contrib/llvm/tools/lldb/source/Core/
HDSourceManager.cpp460 size_t start_offset = GetLineOffset (line); in GetLineLength() local
465 if (end_offset > start_offset) in GetLineLength()
467 uint32_t length = end_offset - start_offset; in GetLineLength()
470 const char *line_start = (const char *)m_data_sp->GetBytes() + start_offset; in GetLineLength()
667 size_t start_offset = GetLineOffset (line_no); in GetLine() local
673 buffer.assign((char *) m_data_sp->GetBytes() + start_offset, end_offset - start_offset); in GetLine()
HDDataExtractor.cpp1414 offset_t start_offset, in Dump() argument
1425 return start_offset; in Dump()
1433 offset_t offset = start_offset; in Dump()
1445 lldb::addr_t addr = base_addr + start_offset; in Dump()
1458 …bytes_consumed = disassembler_sp->DecodeInstructions (so_addr, *this, start_offset, item_count, fa… in Dump()
1484 lldb::offset_t line_start_offset = start_offset; in Dump()
1499 s->Printf ("0x%8.8" PRIx64 ": ", (uint64_t)(base_addr + (offset - start_offset))); in Dump()
2082 offset_t start_offset, in PutToLog() argument
2091 return start_offset; in PutToLog()
2097 …for (offset = start_offset, end_offset = offset + length, count = 0; ValidOffset(offset) && offset… in PutToLog()
[all …]
/trueos/contrib/libarchive/libarchive/
HDarchive_read_support_format_rar.c205 int64_t start_offset; member
1057 client_offset += rar->dbo[0].start_offset; in archive_read_format_rar_seek_data()
1062 client_offset += rar->dbo[i].start_offset - rar->dbo[i-1].end_offset; in archive_read_format_rar_seek_data()
1069 if (client_offset < rar->dbo[rar->cursor].start_offset && in archive_read_format_rar_seek_data()
1080 client_offset -= rar->dbo[rar->cursor+1].start_offset - in archive_read_format_rar_seek_data()
1082 if (client_offset < rar->dbo[rar->cursor].start_offset) in archive_read_format_rar_seek_data()
1084 ret = __archive_read_seek(a, rar->dbo[rar->cursor].start_offset - in archive_read_format_rar_seek_data()
1106 client_offset += rar->dbo[rar->cursor].start_offset - in archive_read_format_rar_seek_data()
1127 client_offset += rar->dbo[rar->cursor].start_offset - in archive_read_format_rar_seek_data()
1143 ret -= rar->dbo[i+1].start_offset - rar->dbo[i].end_offset; in archive_read_format_rar_seek_data()
[all …]
/trueos/contrib/gcc/config/ia64/
HDunwind-ia64.h31 unsigned long start_offset; member
HDfde-glibc.c106 if (data->pc < f->start_offset + seg_base) in _Unwind_IteratePhdrCallback()
HDunwind-ia64.c1744 return (void *)(segment_base + ent->start_offset); in _Unwind_FindEnclosingFunction()
1813 context->region_start = ent->start_offset + segment_base; in uw_frame_state_for()
/trueos/contrib/xz/src/liblzma/api/lzma/
HDbcj.h88 uint32_t start_offset; member
/trueos/contrib/xz/src/xz/
HDoptions.c202 opt->start_offset = value; in set_bcj()
218 .start_offset = 0, in options_bcj()
HDmessage.c1028 if (opt != NULL && opt->start_offset != 0) in message_filters_to_str()
1030 opt->start_offset); in message_filters_to_str()
/trueos/contrib/groff/src/preproc/pic/
HDcommon.cpp259 distance start_offset = start - c; in dashed_arc() local
261 double start_angle = atan2(start_offset.y, start_offset.x); in dashed_arc()
290 distance start_offset = start - c; in dotted_arc() local
292 double start_angle = atan2(start_offset.y, start_offset.x); in dotted_arc()
HDobject.cpp1692 position start_offset = strt - cent; in update_bounding_box() local
1693 if (start_offset.x == 0.0 && start_offset.y == 0.0) in update_bounding_box()
1698 double start_quad = atan2(start_offset.y, start_offset.x)/(M_PI/2.0); in update_bounding_box()
1709 double r = max(hypot(start_offset), hypot(end_offset)); in update_bounding_box()
/trueos/contrib/gdb/gdb/
HDdwarf2-frame.c1456 ptrdiff_t start_offset; in decode_frame_entry() local
1489 start_offset = start - unit->dwarf_frame_buffer; in decode_frame_entry()
1490 if (workaround < ALIGN4 && (start_offset & 3) != 0) in decode_frame_entry()
1492 start += 4 - (start_offset & 3); in decode_frame_entry()
1496 if (workaround < ALIGN8 && (start_offset & 7) != 0) in decode_frame_entry()
1498 start += 8 - (start_offset & 7); in decode_frame_entry()
HDia64-tdep.c2107 unw_word_t start_offset; member
2361 uint64_t start_offset; in get_kernel_table() member
2377 for (etab = ktab; etab->start_offset; ++etab) in get_kernel_table()
2381 if (ip < ktab[0].start_offset || ip >= etab[-1].end_offset) in get_kernel_table()
2386 di->start_ip = ktab[0].start_offset; in get_kernel_table()
/trueos/sys/dev/drm2/
HDdrm_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()
/trueos/sys/dev/nxge/xgehal/
HDxgehal-mgmt.c720 int start_offset; in xge_hal_mgmt_trace_read() local
737 start_offset = data_offset + *offset; in xge_hal_mgmt_trace_read()
739 start_offset); in xge_hal_mgmt_trace_read()
745 xge_os_memcpy(buffer, g_xge_os_tracebuf->data + start_offset, in xge_hal_mgmt_trace_read()
/trueos/contrib/binutils/binutils/
HDobjdump.c1307 bfd_vma start_offset, in disassemble_bytes() argument
1363 addr_offset = start_offset; in disassemble_bytes()
2420 bfd_size_type start_offset; in dump_section() local
2447 start_offset = 0; in dump_section()
2449 start_offset = start_address - section->vma; in dump_section()
2466 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section()
2488 for (addr_offset = start_offset; in dump_section()
/trueos/contrib/gcc/
HDggc-zone.c2150 size_t start_offset; member
2277 d->start_offset = ftell (f); in ggc_pch_prepare_write()
2287 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0) in ggc_pch_write_object()
2298 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0) in ggc_pch_finish()
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp296 const lldb::offset_t start_offset = offset; in DumpLocation() local
309 if (offset > start_offset) in DumpLocation()
315 if (offset > start_offset) in DumpLocation()
/trueos/sys/dev/ath/ath_hal/
HDah_eeprom_v3.c443 uint32_t start_offset, uint32_t maxPiers, uint8_t mode) in ar2413ReadCalDataset() argument
459 idx = start_offset; in ar2413ReadCalDataset()
478 idx = start_offset + (maxPiers / 2); in ar2413ReadCalDataset()

12