| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | reloc.h | 401 rel(unsigned char* view, Address value, Overflow_check check) in rel() argument 404 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() 415 rel_unaligned(unsigned char* view, Address value, Overflow_check check) in rel_unaligned() argument 419 Valtype addend = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view); in rel_unaligned() 422 writeval(view, static_cast<Valtype>(value)); in rel_unaligned() 431 rel(unsigned char* view, in rel() argument 437 Valtype* wv = reinterpret_cast<Valtype*>(view); in rel() 448 rel_unaligned(unsigned char* view, in rel_unaligned() argument 455 Valtype addend = elfcpp::Swap_unaligned<valsize, big_endian>::readval(view); in rel_unaligned() 457 elfcpp::Swap_unaligned<valsize, big_endian>::writeval(view, value); in rel_unaligned() [all …]
|
| D | s390.cc | 331 unsigned char* view, 379 unsigned char* view, 428 const unsigned char* view, 436 unsigned char* view, section_size_type view_size, 505 unsigned char* view, 608 unsigned char* view, 615 unsigned char* view, 622 unsigned char* view, 629 unsigned char* view, 719 match_view_u(const unsigned char* view, section_size_type view_size, in match_view_u() argument [all …]
|
| D | sparc.cc | 118 unsigned char* view, 162 unsigned char* view, 232 do_adjust_elf_header(unsigned char* view, int len); 350 unsigned char* view, 543 rela(unsigned char* view, in rela() argument 550 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 564 rela(unsigned char* view, in rela() argument 572 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 586 rela_ua(unsigned char* view, in rela_ua() argument 594 unsigned char* wv = view; in rela_ua() [all …]
|
| D | x86_64.cc | 651 unsigned char* view, 695 unsigned char* view, 755 unsigned char* view, section_size_type view_size, 829 unsigned char* view, 990 unsigned char* view, 1000 unsigned char* view, 1008 unsigned char* view, 1018 unsigned char* view, 1027 unsigned char* view, 1036 unsigned char* view, [all …]
|
| D | i386.cc | 412 unsigned char* view, 455 unsigned char* view, 511 unsigned char* view, section_size_type view_size, 674 unsigned char* view, 683 unsigned char* view, 692 unsigned char* view, 702 unsigned char* view, 711 unsigned char* view, 720 unsigned char* view, 1904 const unsigned char* view = object->section_contents(data_shndx, in local() local [all …]
|
| D | mips.cc | 3392 unsigned char* view, 3436 unsigned char* view, 3452 unsigned char* view, 3688 do_adjust_elf_header(unsigned char* view, int len); 3696 do_adjust_dyn_symbol(const Symbol* sym, unsigned char* view) const in do_adjust_dyn_symbol() 3698 elfcpp::Sym<size, big_endian> isym(view); in do_adjust_dyn_symbol() 3699 elfcpp::Sym_write<size, big_endian> osym(view); in do_adjust_dyn_symbol() 4290 : view(_view), object(_object), psymval(_psymval), addend(_addend), in reloc_high() 4295 unsigned char* view; member 4447 mips_reloc_unshuffle(unsigned char* view, unsigned int r_type, in mips_reloc_unshuffle() argument [all …]
|
| D | reloc.cc | 640 if (views[i].view != NULL) in do_relocate() 643 this->reverse_words(views[i].view, views[i].view_size); in do_relocate() 649 views[i].view); in do_relocate() 652 views[i].view); in do_relocate() 695 pvs->view = NULL; in write_sections() 724 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections() 793 unsigned char* view; in write_sections() local 797 view = buffer + view_start; in write_sections() 804 view_size, view)); in write_sections() 810 view = of->get_input_output_view(view_start, view_size); in write_sections() [all …]
|
| D | target.cc | 182 Target::match_view(const unsigned char* view, section_size_type view_size, in match_view() argument 188 return memcmp(view + offset, bytes, len) == 0; in match_view() 195 Target::set_view_to_nop(unsigned char* view, section_size_type view_size, in set_view_to_nop() argument 200 memset(view + offset, 0, len); in set_view_to_nop() 204 memcpy(view + offset, fill.data(), len); in set_view_to_nop() 223 Sized_target<size, big_endian>::do_adjust_elf_header(unsigned char* view, in do_adjust_elf_header() argument 231 elfcpp::Ehdr<size, big_endian> ehdr(view); in do_adjust_elf_header() 237 elfcpp::Ehdr_write<size, big_endian> oehdr(view); in do_adjust_elf_header()
|
| D | aarch64.cc | 909 write(unsigned char* view, section_size_type view_size) in write() argument 910 { this->do_write(view, view_size); } in write() 1138 Erratum_stub<size, big_endian>::do_write(unsigned char* view, section_size_type) in do_write() argument 1143 Insntype* ip = reinterpret_cast<Insntype*>(view); in do_write() 1328 do_write(unsigned char* view, section_size_type) in do_write() argument 1333 Insntype* ip = reinterpret_cast<Insntype*>(view); in do_write() 1631 unsigned char* view) in relocate_erratum_stub() argument 1650 view + (stub_address - this->address()), in relocate_erratum_stub() 1657 view + (stub_b_insn_address - this->address()), in relocate_erratum_stub() 1677 unsigned char* view, in relocate_reloc_stubs() argument [all …]
|
| D | arm.cc | 424 write(unsigned char* view, section_size_type view_size, bool big_endian) in write() argument 425 { this->do_write(view, view_size, big_endian); } in write() 440 do_write(unsigned char* view, section_size_type view_size, bool big_endian) in do_write() argument 443 this->do_fixed_endian_write<true>(view, view_size); in do_write() 445 this->do_fixed_endian_write<false>(view, view_size); in do_write() 783 do_write(unsigned char* view, section_size_type view_size, bool big_endian) in do_write() argument 786 this->do_fixed_endian_v4bx_write<true>(view, view_size); in do_write() 788 this->do_fixed_endian_v4bx_write<false>(view, view_size); in do_write() 795 do_fixed_endian_v4bx_write(unsigned char* view, section_size_type) in do_fixed_endian_v4bx_write() argument 798 elfcpp::Swap<32, big_endian>::writeval(view, in do_fixed_endian_v4bx_write() [all …]
|
| D | reduced_debug_output.cc | 227 unsigned char* view = of->get_output_view(offset, data_size); in do_write() local 229 memcpy(view, this->postprocessing_buffer(), in do_write() 232 memcpy(view, &this->data_.front(), data_size); in do_write() 233 of->write_output_view(offset, data_size, view); in do_write() 367 unsigned char* view = of->get_output_view(offset, data_size); in do_write() local 369 memcpy(view, this->postprocessing_buffer(), in do_write() 372 memcpy(view, &this->data_.front(), data_size); in do_write() 373 of->write_output_view(offset, data_size, view); in do_write()
|
| D | nacl.h | 73 View view(off_t file_offset, off_t data_size) in view() function 78 View view(Location loc) in view() function 80 return this->view(loc.offset(), loc.size()); in view() 209 Sniff_file::View view(file.view(loc)); in do_recognize_nacl_file() 210 const unsigned char* note_data = view.data(); in do_recognize_nacl_file()
|
| D | tilegx.cc | 291 unsigned char* view, 335 unsigned char* view, 444 unsigned char* view, 819 rela(unsigned char* view, in rela() argument 827 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 846 rela_ua(unsigned char* view, in rela_ua() argument 855 unsigned char* wv = view; in rela_ua() 874 rela(unsigned char* view, in rela() argument 883 Valtype* wv = reinterpret_cast<Valtype*>(view); in rela() 905 pcrela(unsigned char* view, in pcrela() argument [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_so.c | 133 struct vmw_view *view = vmw_view(res); in vmw_view_commit_notify() local 138 struct vmw_surface *srf = vmw_res_to_srf(view->srf); in vmw_view_commit_notify() 140 list_add_tail(&view->srf_head, &srf->view_list); in vmw_view_commit_notify() 141 vmw_cotable_add_resource(view->cotable, &view->cotable_head); in vmw_view_commit_notify() 142 view->committed = true; in vmw_view_commit_notify() 143 res->id = view->view_id; in vmw_view_commit_notify() 146 list_del_init(&view->cotable_head); in vmw_view_commit_notify() 147 list_del_init(&view->srf_head); in vmw_view_commit_notify() 148 view->committed = false; in vmw_view_commit_notify() 164 struct vmw_view *view = vmw_view(res); in vmw_view_create() local [all …]
|
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | browser.c | 22 WebKitWebView *view; member 91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, in view_cb_notify_estimated_load_progress() argument 95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view); in view_cb_notify_estimated_load_progress() 102 static void view_cb_resource_load_starting(WebKitWebView *view, in view_cb_resource_load_starting() argument 114 static gboolean view_cb_decide_policy(WebKitWebView *view, in view_cb_decide_policy() argument 157 static void view_cb_mouse_target_changed(WebKitWebView *view, in view_cb_mouse_target_changed() argument 183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title() argument 188 title = webkit_web_view_get_title(ctx->view); in view_cb_notify_title() 197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() argument 200 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress() [all …]
|
| /netbsd/src/sys/arch/atari/dev/ |
| D | view.c | 117 views[i].view = NULL; in viewprobe() 143 if (vu->view && (vu->view == views[i].view)) { in view_display() 147 if (views[i].view) { in view_display() 148 grf_save_view(views[i].view); in view_display() 149 views[i].view->flags &= ~VF_DISPLAY; in view_display() 156 if (vu->view) { in view_display() 157 vu->view->display.x = vu->size.x; in view_display() 158 vu->view->display.y = vu->size.y; in view_display() 160 grf_display_view(vu->view); in view_display() 161 vu->view->flags |= VF_DISPLAY; in view_display() [all …]
|
| D | ite_et.c | 296 view_t *view; in view_init() local 330 view = viewview(ip->grf->g_viewdev); in view_init() 331 cci->regkva = view->bitmap->regs; in view_init() 342 et_save = (save_area_t *)view->save_area; in view_init() 344 et_inittextmode(ip, NULL, view->flags & VF_DISPLAY); in view_init() 346 et_inittextmode(ip, &et_save->sv_regs, view->flags&VF_DISPLAY); in view_init() 357 view_t *view; in ite_newsize() local 368 view = viewview(ip->grf->g_viewdev); in ite_newsize() 373 ip->cols = view->display.width / ip->font.width; in ite_newsize() 374 ip->rows = view->display.height / ip->font.height; in ite_newsize() [all …]
|
| D | ite_cc.c | 381 view_t *view; in ite_newsize() local 392 view = viewview(ip->grf->g_viewdev); in ite_newsize() 397 ip->cols = view->display.width / ip->font.width; in ite_newsize() 398 ip->rows = view->display.height / ip->font.height; in ite_newsize() 404 ite_default_height = view->display.height; in ite_newsize() 405 ite_default_width = view->display.width; in ite_newsize() 406 ite_default_x = view->display.x; in ite_newsize() 407 ite_default_y = view->display.y; in ite_newsize() 408 ite_default_depth = view->bitmap->depth; in ite_newsize() 432 cci->width = view->bitmap->bytes_per_row << 3; in ite_newsize() [all …]
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | view.c | 119 views[i].view = NULL; in viewprobe() 150 if (vu->view) { in view_display() 151 vu->view->display.x = vu->size.x; in view_display() 152 vu->view->display.y = vu->size.y; in view_display() 154 grf_display_view(vu->view); in view_display() 156 vu->size.x = vu->view->display.x; in view_display() 157 vu->size.y = vu->view->display.y; in view_display() 186 grf_remove_view(vu->view); in view_remove() 215 old = vu->view; in view_setsize() 216 vu->view = new; in view_setsize() [all …]
|
| D | amidisplaycc.c | 275 view_t * view; member 1001 maxcolor = (1 << scr->view->bitmap->depth) - 1; in amidisplaycc_allocattr() 1172 grf_display_view(adp->currentscreen->view); in amidisplaycc_setgfxview() 1253 view_t * view; in amidisplaycc_alloc_screen() local 1287 view = grf_alloc_view(NULL, &dimension, depth); in amidisplaycc_alloc_screen() 1288 if (view == NULL) in amidisplaycc_alloc_screen() 1305 scr->view = view; in amidisplaycc_alloc_screen() 1314 scr->widthbytes = view->bitmap->bytes_per_row; in amidisplaycc_alloc_screen() 1315 scr->linebytes = scr->widthbytes + view->bitmap->row_mod; in amidisplaycc_alloc_screen() 1348 scr->planes[i] = view->bitmap->plane[i]; in amidisplaycc_alloc_screen() [all …]
|
| D | ite_cc.c | 119 view_t *view; /* the view for this ite. */ member 219 cci->view = views[0].view; in ite_newsize() 221 ip->cols = cci->view->display.width / ip->ftwidth; in ite_newsize() 222 ip->rows = cci->view->display.height / ip->ftheight; in ite_newsize() 228 ite_default_height = cci->view->display.height; in ite_newsize() 229 ite_default_width = cci->view->display.width; in ite_newsize() 230 ite_default_x = cci->view->display.x; in ite_newsize() 231 ite_default_y = cci->view->display.y; in ite_newsize() 232 ite_default_depth = cci->view->bitmap->depth; in ite_newsize() 246 cci->width = cci->view->bitmap->bytes_per_row << 3; in ite_newsize() [all …]
|
| /netbsd/src/lib/libcurses/EXAMPLES/ |
| D | Makefile | 38 wcview: view.c 39 gcc -DHAVE_WCHAR -o wcview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L.. 41 nwview: view.c 42 …gcc -DHAVE_WCHAR -o nwview view.c -DNCURSES -I/usr/pkg/include $(CFLAGS) -lcurses -Wl,-rpath,/usr/… 44 ccview: view.c 45 gcc -o ccview view.c -I.. $(CFLAGS) -lcurses -Wl,-rpath,.. -L.. 47 tcview: view.c 48 gcc -o tcview view.c -L/usr/lib -Wl,-rpath,/usr/lib $(CFLAGS) -lcurses 50 ncview: view.c 51 …gcc -o ncview view.c -I/usr/pkg/include -DNCURSES -L/usr/pkg/lib -Wl,-rpath,/usr/pkg/lib $(CFLAGS)…
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_vma.h | 49 const struct i915_ggtt_view *view); 165 const struct i915_ggtt_view *view) in i915_vma_compare() argument 169 GEM_BUG_ON(view && !i915_is_ggtt(vm)); in i915_vma_compare() 177 if (!view) in i915_vma_compare() 180 cmp -= view->type; in i915_vma_compare() 199 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare() 200 offsetof(typeof(*view), partial)); in i915_vma_compare() 201 BUILD_BUG_ON(offsetof(typeof(*view), rotated) != in i915_vma_compare() 202 offsetof(typeof(*view), remapped)); in i915_vma_compare() 203 return memcmp(&vma->ggtt_view.partial, &view->partial, view->type); in i915_vma_compare()
|
| D | i915_vma.c | 113 const struct i915_ggtt_view *view; member 132 long cmp = i915_vma_compare(__UNCONST(vma), key->vm, key->view); in compare_vma_key() 157 const struct i915_ggtt_view *view) in vma_create() argument 189 if (view && view->type != I915_GGTT_VIEW_NORMAL) { in vma_create() 190 vma->ggtt_view = *view; in vma_create() 191 if (view->type == I915_GGTT_VIEW_PARTIAL) { in vma_create() 193 view->partial.offset, in vma_create() 194 view->partial.size, in vma_create() 196 vma->size = view->partial.size; in vma_create() 199 } else if (view->type == I915_GGTT_VIEW_ROTATED) { in vma_create() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/elfcpp/ |
| D | elfcpp_file.h | 426 typename File::View v(file->view(file_header_offset, This::ehdr_size)); in Elf_file() 439 typename File::View v(this->file_->view(this->shoff_, This::shdr_size)); in initialize_shnum() 483 typename File::View v(this->file_->view(this->shoff_, in find_section_by_type() 517 typename File::View v(file->view(this->section_header_offset(shndx), in section_name() 528 typename File::View v(file->view(this->section_header_offset(shstrndx), in section_name() 539 typename File::View v(file->view(shstr_off, shstr_size)); in section_name() 565 typename File::View v(file->view(this->section_header_offset(shndx), in section_contents() 583 typename File::View v(file->view(this->section_header_offset(shndx), in section_size() 602 typename File::View v(file->view(this->section_header_offset(shndx), in section_flags() 621 typename File::View v(file->view(this->section_header_offset(shndx), in section_addr() [all …]
|