Home
last modified time | relevance | path

Searched refs:view (Results 1 – 25 of 1108) sorted by relevance

12345678910>>...45

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c96 dns_view_t *view; in dns_view_create() local
107 view = isc_mem_get(mctx, sizeof(*view)); in dns_view_create()
109 view->nta_file = NULL; in dns_view_create()
110 view->mctx = NULL; in dns_view_create()
111 isc_mem_attach(mctx, &view->mctx); in dns_view_create()
112 view->name = isc_mem_strdup(mctx, name); in dns_view_create()
114 result = isc_file_sanitize(NULL, view->name, "nta", buffer, in dns_view_create()
119 view->nta_file = isc_mem_strdup(mctx, buffer); in dns_view_create()
121 isc_mutex_init(&view->lock); in dns_view_create()
123 view->zonetable = NULL; in dns_view_create()
[all …]
H A Dnta.c107 dns_ntatable_create(dns_view_t *view, isc_taskmgr_t *taskmgr, in dns_ntatable_create() argument
114 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
124 result = dns_rbt_create(view->mctx, free_nta, view->mctx, in dns_ntatable_create()
136 ntatable->view = view; in dns_ntatable_create()
148 isc_mem_put(view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_create()
182 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable)); in dns_ntatable_detach()
192 dns_view_t *view = ntatable->view; in fetch_done() local
236 if (nta->timer != NULL && nta->expiry - now < view->nta_recheck) { in fetch_done()
240 nta_detach(view->mctx, &nta); in fetch_done()
241 dns_view_weakdetach(&view); in fetch_done()
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dview.c1 /* $NetBSD: view.c,v 1.17 2025/01/26 16:25:26 christos Exp $ */
66 #include <dns/view.h>
94 dns_view_t *view = NULL; in dns_view_create()
106 view = isc_mem_get(mctx, sizeof(*view)); in dns_view_create()
107 *view = (dns_view_t){ in dns_view_create()
130 isc_refcount_init(&view->references, 1); in dns_view_create()
131 isc_refcount_init(&view->weakrefs, 1); in dns_view_create()
133 dns_fixedname_init(&view->redirectfixed); in dns_view_create()
135 ISC_LIST_INIT(view in dns_view_create()
96 dns_view_t *view; dns_view_create() local
357 destroy(dns_view_t * view) destroy() argument
638 dns_view_t *view = *viewp; view_flushanddetach() local
729 dns_view_dialup(dns_view_t * view) dns_view_dialup() argument
749 dns_view_t *view; dns_view_weakdetach() local
763 dns_view_t *view = event->ev_arg; resolver_shutdown() local
779 dns_view_t *view = event->ev_arg; adb_shutdown() local
796 dns_view_t *view = event->ev_arg; req_shutdown() local
812 dns_view_createzonetable(dns_view_t * view) dns_view_createzonetable() argument
821 dns_view_createresolver(dns_view_t * view,isc_taskmgr_t * taskmgr,unsigned int ntasks,unsigned int ndisp,isc_nm_t * nm,isc_timermgr_t * timermgr,unsigned int options,dns_dispatchmgr_t * dispatchmgr,dns_dispatch_t * dispatchv4,dns_dispatch_t * dispatchv6) dns_view_createresolver() argument
885 dns_view_setcache(dns_view_t * view,dns_cache_t * cache,bool shared) dns_view_setcache() argument
900 dns_view_iscacheshared(dns_view_t * view) dns_view_iscacheshared() argument
907 dns_view_sethints(dns_view_t * view,dns_db_t * hints) dns_view_sethints() argument
917 dns_view_settransports(dns_view_t * view,dns_transport_list_t * list) dns_view_settransports() argument
927 dns_view_setkeyring(dns_view_t * view,dns_tsig_keyring_t * ring) dns_view_setkeyring() argument
937 dns_view_setdynamickeyring(dns_view_t * view,dns_tsig_keyring_t * ring) dns_view_setdynamickeyring() argument
947 dns_view_getdynamickeyring(dns_view_t * view,dns_tsig_keyring_t ** ringp) dns_view_getdynamickeyring() argument
956 dns_view_restorekeyring(dns_view_t * view) dns_view_restorekeyring() argument
977 dns_view_setdstport(dns_view_t * view,in_port_t dstport) dns_view_setdstport() argument
983 dns_view_freeze(dns_view_t * view) dns_view_freeze() argument
995 dns_view_thaw(dns_view_t * view) dns_view_thaw() argument
1003 dns_view_addzone(dns_view_t * view,dns_zone_t * zone) dns_view_addzone() argument
1016 dns_view_findzone(dns_view_t * view,const dns_name_t * name,dns_zone_t ** zonep) dns_view_findzone() argument
1038 dns_view_find(dns_view_t * view,const dns_name_t * name,dns_rdatatype_t type,isc_stdtime_t now,unsigned int options,bool use_hints,bool use_static_stub,dns_db_t ** dbp,dns_dbnode_t ** nodep,dns_name_t * foundname,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) dns_view_find() argument
1277 dns_view_simplefind(dns_view_t * view,const dns_name_t * name,dns_rdatatype_t type,isc_stdtime_t now,unsigned int options,bool use_hints,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) dns_view_simplefind() argument
1323 dns_view_findzonecut(dns_view_t * view,const dns_name_t * name,dns_name_t * fname,dns_name_t * dcname,isc_stdtime_t now,unsigned int options,bool use_hints,bool use_cache,dns_rdataset_t * rdataset,dns_rdataset_t * sigrdataset) dns_view_findzonecut() argument
1531 dns_view_t *view; dns_viewlist_find() local
1555 dns_view_t *view; dns_viewlist_findzone() local
1610 dns_view_load(dns_view_t * view,bool stop,bool newonly) dns_view_load() argument
1618 dns_view_asyncload(dns_view_t * view,bool newonly,dns_zt_allloaded_t callback,void * arg) dns_view_asyncload() argument
1627 dns_view_gettsig(dns_view_t * view,const dns_name_t * keyname,dns_tsigkey_t ** keyp) dns_view_gettsig() argument
1641 dns_view_gettransport(dns_view_t * view,const dns_transport_type_t type,const dns_name_t * name,dns_transport_t ** transportp) dns_view_gettransport() argument
1657 dns_view_getpeertsig(dns_view_t * view,const isc_netaddr_t * peeraddr,dns_tsigkey_t ** keyp) dns_view_getpeertsig() argument
1678 dns_view_checksig(dns_view_t * view,isc_buffer_t * source,dns_message_t * msg) dns_view_checksig() argument
1687 dns_view_dumpdbtostream(dns_view_t * view,FILE * fp) dns_view_dumpdbtostream() argument
1706 dns_view_flushcache(dns_view_t * view,bool fixuponly) dns_view_flushcache() argument
1734 dns_view_flushname(dns_view_t * view,const dns_name_t * name) dns_view_flushname() argument
1739 dns_view_flushnode(dns_view_t * view,const dns_name_t * name,bool tree) dns_view_flushnode() argument
1774 dns_view_adddelegationonly(dns_view_t * view,const dns_name_t * name) dns_view_adddelegationonly() argument
1803 dns_view_excludedelegationonly(dns_view_t * view,const dns_name_t * name) dns_view_excludedelegationonly() argument
1832 dns_view_isdelegationonly(dns_view_t * view,const dns_name_t * name) dns_view_isdelegationonly() argument
1871 dns_view_setrootdelonly(dns_view_t * view,bool value) dns_view_setrootdelonly() argument
1877 dns_view_getrootdelonly(dns_view_t * view) dns_view_getrootdelonly() argument
1883 dns_view_freezezones(dns_view_t * view,bool value) dns_view_freezezones() argument
1891 dns_view_setadbstats(dns_view_t * view,isc_stats_t * stats) dns_view_setadbstats() argument
1900 dns_view_getadbstats(dns_view_t * view,isc_stats_t ** statsp) dns_view_getadbstats() argument
1910 dns_view_setresstats(dns_view_t * view,isc_stats_t * stats) dns_view_setresstats() argument
1919 dns_view_getresstats(dns_view_t * view,isc_stats_t ** statsp) dns_view_getresstats() argument
1929 dns_view_setresquerystats(dns_view_t * view,dns_stats_t * stats) dns_view_setresquerystats() argument
1938 dns_view_getresquerystats(dns_view_t * view,dns_stats_t ** statsp) dns_view_getresquerystats() argument
1948 dns_view_initntatable(dns_view_t * view,isc_taskmgr_t * taskmgr,isc_timermgr_t * timermgr) dns_view_initntatable() argument
1959 dns_view_getntatable(dns_view_t * view,dns_ntatable_t ** ntp) dns_view_getntatable() argument
1970 dns_view_initsecroots(dns_view_t * view,isc_mem_t * mctx) dns_view_initsecroots() argument
1979 dns_view_getsecroots(dns_view_t * view,dns_keytable_t ** ktp) dns_view_getsecroots() argument
1990 dns_view_ntacovers(dns_view_t * view,isc_stdtime_t now,const dns_name_t * name,const dns_name_t * anchor) dns_view_ntacovers() argument
2002 dns_view_issecuredomain(dns_view_t * view,const dns_name_t * name,isc_stdtime_t now,bool checknta,bool * ntap,bool * secure_domain) dns_view_issecuredomain() argument
2041 dns_view_untrust(dns_view_t * view,const dns_name_t * keyname,const dns_rdata_dnskey_t * dnskey) dns_view_untrust() argument
2079 dns_view_istrusted(dns_view_t * view,const dns_name_t * keyname,const dns_rdata_dnskey_t * dnskey) dns_view_istrusted() argument
2210 dns_view_setnewzones(dns_view_t * view,bool allow,void * cfgctx,void (* cfg_destroy)(void **),uint64_t mapsize) dns_view_setnewzones() argument
2324 dns_view_setnewzonedir(dns_view_t * view,const char * dir) dns_view_setnewzonedir() argument
2340 dns_view_getnewzonedir(dns_view_t * view) dns_view_getnewzonedir() argument
2347 dns_view_searchdlz(dns_view_t * view,const dns_name_t * name,unsigned int minlabels,dns_clientinfomethods_t * methods,dns_clientinfo_t * clientinfo,dns_db_t ** dbp) dns_view_searchdlz() argument
2433 dns_view_getfailttl(dns_view_t * view) dns_view_getfailttl() argument
2439 dns_view_setfailttl(dns_view_t * view,uint32_t fail_ttl) dns_view_setfailttl() argument
2445 dns_view_saventa(dns_view_t * view) dns_view_saventa() argument
2499 dns_view_loadnta(dns_view_t * view) dns_view_loadnta() argument
2606 dns_view_setviewcommit(dns_view_t * view) dns_view_setviewcommit() argument
2636 dns_view_setviewrevert(dns_view_t * view) dns_view_setviewrevert() argument
2670 dns_view_staleanswerenabled(dns_view_t * view) dns_view_staleanswerenabled() argument
2697 dns_view_sfd_add(dns_view_t * view,const dns_name_t * name) dns_view_sfd_add() argument
2725 dns_view_sfd_del(dns_view_t * view,const dns_name_t * name) dns_view_sfd_del() argument
2746 dns_view_sfd_find(dns_view_t * view,const dns_name_t * name,dns_name_t * foundname) dns_view_sfd_find() argument
[all...]
H A Dnta.c46 dns_view_t *view;
119 dns_ntatable_create(dns_view_t *view, isc_loopmgr_t *loopmgr, in dns_ntatable_create()
125 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable)); in dns_ntatable_create()
130 isc_mem_attach(view->mctx, &ntatable->mctx); in dns_ntatable_create()
131 dns_view_weakattach(view, &ntatable->view); in dns_ntatable_create()
134 dns_qpmulti_create(view->mctx, &qpmethods, view, &ntatable->table); in dns_ntatable_create()
147 INSIST(ntatable->view == NULL); in dns_ntatable_create()
163 dns_view_t *view
107 dns_ntatable_create(dns_view_t * view,isc_taskmgr_t * taskmgr,isc_timermgr_t * timermgr,dns_ntatable_t ** ntatablep) dns_ntatable_create() argument
192 dns_view_t *view = ntatable->view; fetch_done() local
248 dns_view_t *view = NULL; checkbogus() local
280 dns_view_t *view; settimer() local
308 dns_view_t *view; nta_create() local
341 dns_view_t *view; dns_ntatable_add() local
518 dns_ntatable_totext(dns_ntatable_t * ntatable,const char * view,isc_buffer_t ** buf) dns_ntatable_totext() argument
[all...]
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h1 /* $NetBSD: view.h,v 1.12 2025/01/26 16:25:29 christos Exp $ */
22 /*! \file dns/view.h
26 * A "view" is a DNS namespace, together with an optional resolver and a
34 * code), must ensure exclusive access to the view. When the view is
35 * "frozen", the core attributes become immutable, and the view module
36 * will ensure synchronization. Freezing allows the view's core attributes
40 *\li Before the view is frozen, the caller must ensure synchronization.
42 *\li After the view is frozen, the module guarantees appropriate
248 #define DNS_VIEW_VALID(view) ISC_MAGIC_VALI
254 DNS_VIEW_VALID(view) global() argument
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dview.h251 #define DNS_VIEW_VALID(view) ISC_MAGIC_VALID(view, DNS_VIEW_MAGIC) argument
366 dns_view_createzonetable(dns_view_t *view);
384 dns_view_createresolver(dns_view_t *view, isc_taskmgr_t *taskmgr,
410 dns_view_setcache(dns_view_t *view, dns_cache_t *cache, bool shared);
431 dns_view_sethints(dns_view_t *view, dns_db_t *hints);
448 dns_view_setkeyring(dns_view_t *view, dns_tsig_keyring_t *ring);
450 dns_view_setdynamickeyring(dns_view_t *view, dns_tsig_keyring_t *ring);
467 dns_view_getdynamickeyring(dns_view_t *view, dns_tsig_keyring_t **ringp);
476 dns_view_setdstport(dns_view_t *view, in_port_t dstport);
497 dns_view_addzone(dns_view_t *view, dns_zone_t *zone);
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dreloc.h401 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 …]
H A Ds390.cc331 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 …]
H A Dsparc.cc118 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 …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dreloc.h401 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 …]
H A Ds390.cc331 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 …]
H A Dsparc.cc118 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 …]
H A Dx86_64.cc651 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 …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_so.c133 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/gpl3/gcc.old/dist/libbacktrace/
H A Dread.c51 void *data, struct backtrace_view *view) in backtrace_get_view() argument
67 view->base = backtrace_alloc (state, size, error_callback, data); in backtrace_get_view()
68 if (view->base == NULL) in backtrace_get_view()
70 view->data = view->base; in backtrace_get_view()
71 view->len = size; in backtrace_get_view()
73 got = read (descriptor, view->base, size); in backtrace_get_view()
77 free (view->base); in backtrace_get_view()
84 free (view->base); in backtrace_get_view()
95 struct backtrace_view *view, in backtrace_release_view() argument
99 backtrace_free (state, view->base, view->len, error_callback, data); in backtrace_release_view()
[all …]
/netbsd-src/sys/arch/atari/dev/
H A Dview.c117 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 …]
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dread.c51 void *data, struct backtrace_view *view) in backtrace_get_view() argument
68 view->base = backtrace_alloc (state, size, error_callback, data); in backtrace_get_view()
69 if (view->base == NULL) in backtrace_get_view()
71 view->data = view->base; in backtrace_get_view()
72 view->len = size; in backtrace_get_view()
77 r = read (descriptor, view->base, size - got); in backtrace_get_view()
81 free (view->base); in backtrace_get_view()
92 free (view->base); in backtrace_get_view()
103 struct backtrace_view *view, in backtrace_release_view() argument
107 backtrace_free (state, view->base, view->len, error_callback, data); in backtrace_release_view()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/
H A DCMakeLists.txt1 option(CLANG_INSTALL_SCANVIEW "Install the scan-view tool" ON)
4 scan-view)
24 COMPONENT scan-view)
28 add_custom_command(OUTPUT ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile}
30 ${CMAKE_BINARY_DIR}/share/scan-view
33 ${CMAKE_BINARY_DIR}/share/scan-view/
35 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-view/${ShareFile})
37 DESTINATION share/scan-view
38 COMPONENT scan-view)
41 add_custom_target(scan-view ALL DEPENDS ${Depends})
[all …]
/netbsd-src/sys/arch/amiga/dev/
H A Dview.c119 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 …]
/netbsd-src/external/bsd/unbound/dist/services/
H A Dview.c50 struct view* a = (struct view*)v1; in view_cmp()
51 struct view* b = (struct view*)v2; in view_cmp()
75 view_delete(struct view* v) in view_delete()
89 struct view* v = (struct view*)n; in delviewnode()
104 static struct view*
107 struct view* v = (struct view*)calloc(1, sizeof(*v)); in view_create()
121 static struct view*
124 struct view* v = view_create(name); in views_enter_view_name()
148 struct view* v; in views_apply_cfg()
224 struct view*
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head.c53 if (asyh->set.view ) head->func->view (head, asyh); in nv50_head_flush_set()
142 asyh->view.iW = umode->hdisplay; in nv50_head_atomic_check_view()
143 asyh->view.iH = umode_vdisplay; in nv50_head_atomic_check_view()
146 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view()
147 asyh->view.oH = omode_vdisplay; in nv50_head_atomic_check_view()
158 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
161 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view()
162 if (bY) asyh->view.oH -= (bY * 2); in nv50_head_atomic_check_view()
163 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
165 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A Dclang-format-sublime.py31 encoding = self.view.encoding()
38 for region in self.view.sel():
44 '-assume-filename', str(self.view.file_name())])
45 old_viewport_position = self.view.viewport_position()
46 buf = self.view.substr(sublime.Region(0, self.view.size()))
52 self.view.replace(
53 edit, sublime.Region(0, self.view.size()),
55 self.view.sel().clear()
57 self.view.sel().add(region)
59 sublime.set_timeout(lambda: self.view.set_viewport_position(
/netbsd-src/lib/libcurses/EXAMPLES/
H A DMakefile38 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/external/bsd/unbound/dist/testdata/
H A Dviews.rpl8 access-control-view: 10.10.10.10/32 "view1"
9 access-control-view: 10.10.10.20/32 "view2"
10 access-control-view: 10.10.10.30/32 "view3"
11 access-control-view: 10.10.10.40/32 "view4"
16 view:
19 local-data: 'nomatch.example.com. IN TXT "view 1"'
20 view-first: no
22 view:
25 local-data: 'example.com. IN TXT "view 2"'
26 ; view-first default = no
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs289 IWpfTextView view = Vsix.GetCurrentView(); in FormatSelection()
290 if (view == null) in FormatSelection()
293 string text = view.TextBuffer.CurrentSnapshot.GetText(); in FormatSelection()
294 int start = view.Selection.Start.Position.GetContainingLine().Start.Position; in FormatSelection()
295 int end = view.Selection.End.Position.GetContainingLine().End.Position; in FormatSelection()
301 string path = Vsix.GetDocumentParent(view); in FormatSelection()
302 string filePath = Vsix.GetDocumentPath(view); in FormatSelection()
304 RunClangFormatAndApplyReplacements(text, start, end, path, filePath, options, view); in FormatSelection()
320 private void FormatView(IWpfTextView view, OptionPageGrid options) in FormatView() argument
322 if (view == null) in FormatView()
[all …]

12345678910>>...45