| /src/external/apache2/llvm/dist/libcxx/include/__ranges/ |
| view.h | 37 concept view = member in namespace:ranges
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| MBFIWrapper.cpp | 55 void MBFIWrapper::view(const Twine &Name, bool isSimple) { function in class:MBFIWrapper 56 MBFI.view(Name, isSimple);
|
| EdgeBundles.cpp | 26 ViewEdgeBundles("view-edge-bundles", cl::Hidden, 54 view(); 98 /// view - Visualize the annotated bipartite CFG with Graphviz. 99 void EdgeBundles::view() const { function in class:EdgeBundles
|
| MachineBlockFrequencyInfo.cpp | 34 "view-machine-block-freq-propagation-dags", cl::Hidden, 49 "view-block-layout-with-bfi", cl::Hidden, 65 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-bfi-func-name= 69 // Defined in Analysis/BlockFrequencyInfo.cpp: -view-hot-freq-perc= 203 view("MachineBlockFrequencyDAGS." + F.getName()); 224 void MachineBlockFrequencyInfo::view(const Twine &Name, bool isSimple) const { function in class:MachineBlockFrequencyInfo
|
| /src/external/bsd/unbound/dist/services/ |
| view.h | 2 * services/view.h - named views containing local zones authority service. 57 /** lock on the view tree. When locking order, the views lock 60 /** rbtree of struct view */ 65 * View. Named structure holding local authority zones. 67 struct view { struct 70 /** view name. 74 /** view specific local authority zones */ 76 /** response-ip configuration data for this view */ 78 /** Fallback to global local_zones when there is no match in the view 103 * @param v: view is set up [all...] |
| /src/sys/arch/atari/dev/ |
| viewvar.h | 33 /* The view major device is a placeholder device. It serves 44 view_t *view; member in struct:view_softc
|
| ite_et.c | 158 * Final constraint: each grf needs a view.... 296 view_t *view; local 319 panic("No memory for ite-view"); 330 view = viewview(ip->grf->g_viewdev); 331 cci->regkva = view->bitmap->regs; 342 et_save = (save_area_t *)view->save_area; 344 et_inittextmode(ip, NULL, view->flags & VF_DISPLAY); 346 et_inittextmode(ip, &et_save->sv_regs, view->flags&VF_DISPLAY); 357 view_t *view; local 368 view = viewview(ip->grf->g_viewdev) 406 view_t *view = viewview(ip->grf->g_viewdev); local [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/ |
| instance.h | 50 dns_view_t *view; member in struct:sample_instance
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| dyndb.h | 42 dns_view_t *view; member in struct:dns_dyndbctx 137 dns_view_t *view, dns_zonemgr_t *zmgr, 142 * need to access (view, zone manager, memory context, hash initializer,
|
| /src/external/mpl/bind/dist/tests/dns/ |
| resolver_test.c | 36 #include <dns/view.h> 41 static dns_view_t *view = NULL; variable 52 result = dns_test_makeview("view", true, false, &view); 55 dispatchmgr = dns_view_getdispatchmgr(view); 70 dns_view_detach(&view); 81 result = dns_resolver_create(view, loopmgr, netmgr, 0, tlsctx_cache,
|
| zt_test.c | 38 #include <dns/view.h> 46 static dns_view_t *view = NULL; variable 68 view = dns_zone_getview(zone); 70 zt = rcu_dereference(view->zonetable); 76 result = dns_view_apply(view, false, NULL, count_zone, &nzones); 87 /* The view was left attached in dns_test_makezone() */ 88 dns_view_detach(&view); 111 dns_view_detach(&view); 171 view = dns_zone_getview(zone); 173 zt = rcu_dereference(view->zonetable) [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| nta.h | 45 #include <dns/view.h> 52 dns_view_t *view; member in struct:dns_ntatable 68 dns_ntatable_create(dns_view_t *view, isc_taskmgr_t *taskmgr, 71 * Create an NTA table in view 'view'. 75 *\li 'view' is a valid view. 189 dns_ntatable_totext(dns_ntatable_t *ntatable, const char *view, 192 * Dump the NTA table to buffer at 'buf', with view names
|
| dyndb.h | 43 dns_view_t *view; member in struct:dns_dyndbctx 139 dns_view_t *view, dns_zonemgr_t *zmgr, isc_task_t *task, 144 * need to access (view, zone manager, memory context, hash initializer,
|
| /src/sys/arch/amiga/dev/ |
| viewvar.h | 33 /* The view major device is a placeholder device. It serves 42 view_t *view; member in struct:view_softc
|
| /src/external/gpl3/binutils/dist/gas/ |
| dwarf2dbg.h | 39 /* filenum == -1u chooses filename, otherwise view. */ 42 symbolS *view; member in union:dwarf2_line_info::__anon10156
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| dwarf2dbg.h | 39 /* filenum == -1u chooses filename, otherwise view. */ 42 symbolS *view; member in union:dwarf2_line_info::__anon11628
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| head.h | 24 void (*view)(struct nv50_head *, struct nv50_head_atom *); member in struct:nv50_head_func
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| RegionInfo.cpp | 108 void RegionInfo::view() { viewRegion(this); } function in class:RegionInfo
|
| BlockFrequencyInfo.cpp | 37 "view-block-freq-propagation-dags", cl::Hidden, 52 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, 58 ViewHotFreqPercent("view-hot-freq-percent", cl::init(10), cl::Hidden, 67 "pgo-view-counts", cl::Hidden, 73 "block frequency propagation algorithm. To view " 75 "-pgo-view-raw-counts instead. To limit graph " 77 "-view-bfi-func-name."), 195 view(); 258 void BlockFrequencyInfo::view(StringRef title) const { function in class:BlockFrequencyInfo
|
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.h | 46 #include "services/view.h" 112 /* view element, NULL if none */ 113 struct view* view; member in struct:acl_addr
|
| /src/external/bsd/unbound/dist/respip/ |
| respip.h | 51 * Forward declaration for the structure that represents a tree of view data. 71 /** The view for the action, during cache callback that is by 73 struct view* view; member in struct:respip_client_info 74 /** If from module query state, the view pointer is NULL, but the 75 * name is stored in reference to the view. */ 113 * Apply response-ip config settings to the global (default) view. 123 * @param vs: view structures with processed config data 125 * @param have_view_respip_cfg: set to true if any named view has respip 156 * @param views: views tree to lookup view used [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| forward.c | 28 #include <dns/view.h> 57 dns_fwdtable_create(isc_mem_t *mctx, dns_view_t *view, 66 dns_qpmulti_create(mctx, &qpmethods, view, &fwdtable->table); 251 dns_view_t *view = uctx; local 252 snprintf(buf, size, "view %s forwarder table", view->name);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_fbdev.c | 189 const struct i915_ggtt_view view = { local 232 &view, false, &flags);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_so.c | 42 * to it, and all context bindings of that view. Similarly we must restore 43 * the view bindings, views and surfaces pointed to by the views when a 48 * struct vmw_view - view metadata 51 * @ctx: Non-refcounted pointer to the context this view belongs to. 52 * @srf: Refcounted pointer to the surface pointed to by this view. 53 * @cotable: Refcounted pointer to the cotable holding this view. 54 * @srf_head: List head for the surface-to-view list. 56 * @view_type: View type. 57 * @view_id: User-space per context view id. Currently used also as per 58 * context device view id 133 struct vmw_view *view = vmw_view(res); local 164 struct vmw_view *view = vmw_view(res); local 209 struct vmw_view *view = vmw_view(res); local 290 struct vmw_view *view = vmw_view(res); local 332 struct vmw_view *view; local [all...] |
| /src/usr.bin/mail/ |
| cmd1.c | 400 view(void *v) function 412 View(void *v)
|