Home
last modified time | relevance | path

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

12

/dragonfly/lib/libvgl/
H A Dbitmap.c57 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()
111 if (start_offset) in WriteVerticalLine()
168 start_offset = (x & 0x07); in ReadVerticalLine()
170 count = (width + start_offset) / 8; in ReadVerticalLine()
192 start_offset = (x & 0x07); in ReadVerticalLine()
194 count = (width + start_offset) / 8; in ReadVerticalLine()
[all …]
/dragonfly/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.c275 coder->now_pos = simple->start_offset; in lzma_simple_coder_init()
/dragonfly/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.h286 sshbuf_find(const struct sshbuf *b, size_t start_offset,
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dtrace.c32 static unsigned long start_offset; variable
42 start_offset = info->dlpi_addr; in callback()
189 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr()
230 data.pc = (bfd_hostptr_t) ((u8 *) pc - start_offset); in wpa_trace_bfd_addr2func()
302 data.pc = (bfd_hostptr_t) ((u8 *) btrace_res[i] - start_offset); in wpa_trace_calling_func()
/dragonfly/contrib/binutils-2.34/gold/
H A Dicf.cc309 section_offset_type start_offset = 0, in get_section_contents() argument
359 if (static_cast<section_offset_type>(*it_o) < start_offset in get_section_contents()
400 static_cast<unsigned long long>(*it_o - start_offset)); in get_section_contents()
605 if (contents + start_offset < slice_end) in get_section_contents()
607 buffer.append(reinterpret_cast<const char*>(contents + start_offset), in get_section_contents()
608 slice_end - (contents + start_offset)); in get_section_contents()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_dmcu.c65 unsigned int start_offset, in dce_dmcu_load_iram() argument
79 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dce_dmcu_load_iram()
443 unsigned int start_offset, in dcn10_dmcu_load_iram() argument
461 REG_WRITE(DMCU_IRAM_WR_CTRL, start_offset); in dcn10_dmcu_load_iram()
/dragonfly/contrib/xz/src/xz/
H A Doptions.c202 opt->start_offset = value; in set_bcj()
218 .start_offset = 0, in options_bcj()
H A Dmessage.c1023 if (opt != NULL && opt->start_offset != 0) in message_filters_to_str()
1025 opt->start_offset); in message_filters_to_str()
/dragonfly/contrib/xz/src/liblzma/api/lzma/
H A Dbcj.h88 uint32_t start_offset; member
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Ddmcu.h47 unsigned int start_offset,
H A Dtiming_generator.h82 int start_offset; member
/dragonfly/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 …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c134 size_t *start_offset) in amdgpu_doorbell_get_kfd_info() argument
143 *start_offset = adev->doorbell.num_doorbells * sizeof(u32); in amdgpu_doorbell_get_kfd_info()
147 *start_offset = 0; in amdgpu_doorbell_get_kfd_info()
H A Damdgpu_atomfirmware.c93 adev->fw_vram_usage.start_offset = (start_addr & in amdgpu_atomfirmware_allocate_fb_scratch()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dedit-context.c767 int start_offset = start_column - 1; in apply_fixit() local
770 gcc_assert (start_offset >= 0); in apply_fixit()
775 if (start_offset >= (m_len + 1)) in apply_fixit()
780 size_t victim_len = next_offset - start_offset; in apply_fixit()
791 memmove (m_content + start_offset + replacement_len, in apply_fixit()
795 memcpy (m_content + start_offset, in apply_fixit()
H A Dtree-sra.c2943 HOST_WIDE_INT start_offset, HOST_WIDE_INT chunk_size, in generate_subtree_copies() argument
2952 if (chunk_size && access->offset >= start_offset + chunk_size) in generate_subtree_copies()
2957 || access->offset + access->size > start_offset)) in generate_subtree_copies()
2996 || access->offset + access->size > start_offset)) in generate_subtree_copies()
3012 start_offset, chunk_size, gsi, in generate_subtree_copies()
3216 HOST_WIDE_INT start_offset, chunk_size; in sra_modify_expr() local
3222 start_offset = access->offset in sra_modify_expr()
3226 start_offset = chunk_size = 0; in sra_modify_expr()
3229 start_offset, chunk_size, gsi, write, write, in sra_modify_expr()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dobjdump.c1545 bfd_vma start_offset, in disassemble_bytes() argument
1600 addr_offset = start_offset; in disassemble_bytes()
2842 bfd_vma start_offset; in dump_section() local
2863 start_offset = 0; in dump_section()
2865 start_offset = start_address - section->vma; in dump_section()
2880 if (start_offset >= stop_offset) in dump_section()
2886 (unsigned long) (section->filepos + start_offset)); in dump_section()
2898 bfd_sprintf_vma (abfd, buf, start_offset + section->vma); in dump_section()
2920 for (addr_offset = start_offset; in dump_section()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dobjdump.c2270 bfd_vma start_offset, in disassemble_jumps() argument
2295 addr_offset = start_offset; in disassemble_jumps()
2362 && (inf->target >= section->vma + start_offset) in disassemble_jumps()
2477 bfd_vma start_offset, in disassemble_bytes() argument
2557 addr_offset = start_offset; in disassemble_bytes()
4178 bfd_vma start_offset; in dump_section() local
4199 start_offset = 0; in dump_section()
4201 start_offset = start_address - section->vma; in dump_section()
4216 if (start_offset >= stop_offset) in dump_section()
4222 (unsigned long) (section->filepos + start_offset)); in dump_section()
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Ddwarf2-frame.c2140 ptrdiff_t start_offset; in decode_frame_entry() local
2174 start_offset = start - unit->dwarf_frame_buffer; in decode_frame_entry()
2175 if (workaround < ALIGN4 && (start_offset & 3) != 0) in decode_frame_entry()
2177 start += 4 - (start_offset & 3); in decode_frame_entry()
2181 if (workaround < ALIGN8 && (start_offset & 7) != 0) in decode_frame_entry()
2183 start += 8 - (start_offset & 7); in decode_frame_entry()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc-zone.c2290 size_t start_offset; member
2417 d->start_offset = ftell (f); in ggc_pch_prepare_write()
2427 if (fseek (f, (size_t) newx - d->orig_base + d->start_offset, SEEK_SET) != 0) in ggc_pch_write_object()
2438 if (fseek (f, d->start_offset + d->d.total, SEEK_SET) != 0) in ggc_pch_finish()
H A Dtree-sra.c2535 HOST_WIDE_INT start_offset, HOST_WIDE_INT chunk_size, in generate_subtree_copies() argument
2541 if (chunk_size && access->offset >= start_offset + chunk_size) in generate_subtree_copies()
2546 || access->offset + access->size > start_offset)) in generate_subtree_copies()
2585 start_offset, chunk_size, gsi, in generate_subtree_copies()
2727 HOST_WIDE_INT start_offset, chunk_size; in sra_modify_expr() local
2733 start_offset = access->offset in sra_modify_expr()
2737 start_offset = chunk_size = 0; in sra_modify_expr()
2740 start_offset, chunk_size, gsi, write, write, in sra_modify_expr()
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_device.c411 size_t *start_offset) in radeon_doorbell_get_kfd_info() argument
418 *start_offset = rdev->doorbell.num_doorbells * sizeof(u32); in radeon_doorbell_get_kfd_info()
422 *start_offset = 0; in radeon_doorbell_get_kfd_info()

12