Home
last modified time | relevance | path

Searched refs:component (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/openbsd-src/gnu/gcc/gcc/
H A Dgenmodes.c65 struct mode_data *component; /* mode of components */ member
277 validate_field (m, component); in validate_mode()
314 m->component = 0; in complete_mode()
324 m->component = 0; in complete_mode()
337 m->component = 0; in complete_mode()
346 m->bytesize = m->component->bytesize; in complete_mode()
349 m->component = 0; /* ??? preserve this */ in complete_mode()
357 if (m->component->precision != (unsigned int)-1) in complete_mode()
358 m->precision = 2 * m->component->precision; in complete_mode()
359 m->bytesize = 2 * m->component->bytesize; in complete_mode()
[all …]
H A Dcfgloopanal.c69 int component; /* Number of dfs restarts before reaching the member
99 fprintf (f, "%d (%d)\t<-", i, g->vertices[i].component); in dump_graph()
155 g->vertices[i].component = -1; in dfs()
170 g->vertices[v].component = comp++; in dfs()
176 while (e && g->vertices[EDGE_DEST (e)].component != -1) in dfs()
197 g->vertices[v].component = comp - 1; in dfs()
214 gcc_assert (g->vertices[e->src].component >= g->vertices[e->dest].component); in check_irred()
216 if (g->vertices[e->src].component != g->vertices[e->dest].component) in check_irred()
H A Dcppdefault.h38 const char *const component; /* The component containing the directory member
/openbsd-src/gnu/llvm/llvm/utils/
H A Dllvm-compilers-check166 for component in components:
167 component = component.rstrip("2")
168 compsrc = src + "/" + component
280 def execute(self, command, execdir, env, component): argument
281 prefix = self.component_abbrev[component.replace("-", "_")]
454 for component in components:
455 comp = component[:]
459 self.logger.info("Skipping " + component + " in "
475 self.logger.info("Configuring " + component + " in " + builddir)
476 configrc = self.configure(component, srcdir, builddir,
[all …]
/openbsd-src/gnu/llvm/llvm/runtimes/
H A DCMakeLists.txt45 foreach(component ${triple_components})
46 string(TOLOWER "${component}" component_lower)
209 foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
210 if(NOT ${component} IN_LIST SUB_COMPONENTS)
211 list(APPEND extra_targets install-${component} install-${component}-stripped)
290 foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
291 if(NOT component IN_LIST SUB_COMPONENTS)
292 set(${component}-${name} ${component})
293 set(install-${component}-${name} install-${component})
294 set(install-${component}-${name}-stripped install-${component}-stripped)
[all …]
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DLLVM-Build.cmake23 /// The name of the component.
26 /// The name of the library for this component (or NULL).
29 /// Whether the component is installed.
32 /// The list of libraries required when linking this component.
79 # Resolve cross-component dependencies, for each available component.
H A DLLVM-Config.cmake78 # but also against the component libraries below. This is
246 # Translate symbolic component names to real libraries:
263 # Canonize the component name:
267 # The component is unknown. Maybe is an omitted target?
273 # If it is not an omitted target we should assume it is a component
306 message(FATAL_ERROR "unknown component ${name}")
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXIL.td115 dxil_param<0, "i32", "", "thread ID component">,
117 dxil_param<2, "i32", "component", "component to read (x,y,z)">
123 dxil_param<0, "i32", "", "group ID component">,
125 dxil_param<2, "i32", "component", "component to read">
132 dxil_param<0, "i32", "", "thread ID in group component">,
134 dxil_param<2, "i32", "component", "component to read (x,y,z)">
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCMakeLists.txt1 macro(clang_diag_gen component)
2 clang_tablegen(Diagnostic${component}Kinds.inc
3 -gen-clang-diags-defs -clang-component=${component}
5 TARGET ClangDiagnostic${component})
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c87 struct i915_gsc_proxy_component *comp = gsc->proxy.component; in proxy_send_to_csme()
266 err = wait_for(gsc->proxy.component, GSC_PROXY_INIT_TIMEOUT_MS); in intel_gsc_proxy_request_handler()
273 if (!gsc->proxy.component) { in intel_gsc_proxy_request_handler()
299 if (!gsc->proxy.component) { in intel_gsc_proxy_irq_handler()
322 gsc->proxy.component = data; in i915_gsc_proxy_component_bind()
323 gsc->proxy.component->mei_dev = mei_kdev; in i915_gsc_proxy_component_bind()
338 gsc->proxy.component = NULL; in i915_gsc_proxy_component_unbind()
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dfilenames.t51 for my $component (@path_components) {
52 if ($component =~ /\./) {
56 if (length $component > 32) {
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPathMappingList.cpp178 auto component = llvm::sys::path::begin(components, style); in AppendPathComponents() local
180 while (component != e && in AppendPathComponents()
181 llvm::sys::path::is_separator(*component->data(), style)) in AppendPathComponents()
182 ++component; in AppendPathComponents()
183 for (; component != e; ++component) in AppendPathComponents()
184 path.AppendPathComponent(*component); in AppendPathComponents()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck2.c1186 build_m_component_ref (datum, component) in build_m_component_ref() argument
1187 tree datum, component; in build_m_component_ref()
1196 return build_min_nt (DOTSTAR_EXPR, datum, component);
1200 if (datum == error_mark_node || component == error_mark_node)
1205 if (TYPE_PTRMEMFUNC_P (TREE_TYPE (component)))
1207 type = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (TREE_TYPE (component)));
1210 else if (TYPE_PTRMEM_P (TREE_TYPE (component)))
1212 type = TREE_TYPE (TREE_TYPE (component));
1236 component, TREE_TYPE (component));
1243 component, datum, objtype);
[all …]
/openbsd-src/usr.sbin/ldomctl/
H A Dconfig.c49 struct component { struct
55 TAILQ_ENTRY(component) link; argument
58 TAILQ_HEAD(, component) components;
218 struct component *component; in pri_init_components() local
232 component = xzalloc(sizeof(*component)); in pri_init_components()
233 component->path = path; in pri_init_components()
235 component->nac = nac; in pri_init_components()
237 component->nac = "-"; in pri_init_components()
238 TAILQ_INSERT_TAIL(&components, component, link); in pri_init_components()
1084 struct component *component; in hvmd_finalize_pcie_device() local
[all …]
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixinc.in329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixincl.sh308 component=`echo $dirname | sed -e 's|/.*$||'`
309 mkdir $component >/dev/null 2>&1
310 cd $component
311 dirmade=$dirmade/$component
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFileSpec.h395 FileSpec CopyByAppendingPathComponent(llvm::StringRef component) const;
398 void PrependPathComponent(llvm::StringRef component);
401 void AppendPathComponent(llvm::StringRef component);
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm358 my $component;
359 foreach $component (split(m#/#, $newdir)) {
360 next if $component eq '.';
361 pop(@curdir),next if $component eq '..';
362 push(@curdir,$component);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp418 FileSpec::CopyByAppendingPathComponent(llvm::StringRef component) const { in CopyByAppendingPathComponent()
420 ret.AppendPathComponent(component); in CopyByAppendingPathComponent()
439 void FileSpec::PrependPathComponent(llvm::StringRef component) { in PrependPathComponent() argument
440 llvm::SmallString<64> new_path(component); in PrependPathComponent()
453 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() argument
456 llvm::sys::path::append(current_path, m_style, component); in AppendPathComponent()
/openbsd-src/gnu/llvm/llvm/docs/
H A DSupportPolicy.rst66 * Bit-rot of a component in the core tier will result in that component being
122 result of idiosyncrasies in the peripheral component.
131 the component, with the bar for simple and gracefully-degrading components
144 To add a new peripheral component, send an RFC to the appropriate dev list
158 Once the component is stable in tree, it must follow this policy and the
163 and complexity of the component, so adding release and testing managers on the
183 * Changes in a component consistently break other areas of the project.
192 fixed any time soon). In either case, removal of such problematic component is
228 eject the component without further attempts to fix.
233 If a component is removed from LLVM, it may, at a later date, request inclusion
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-config.rst58 Print all valid component names.
82 Ignore libLLVM and link component libraries instead.
119 Link the component libraries statically.
140 Print the component names for all targets supported by this copy of LLVM.
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp431 for (auto &component : components) { in append() local
436 size_t loc = component.find_first_not_of(separators(style)); in append()
437 StringRef c = component.substr(loc); in append()
445 !component.empty() && is_separator(component[0], style); in append()
447 !(path.empty() || has_root_name(component, style))) { in append()
452 path.append(component.begin(), component.end()); in append()
734 StringRef component = remaining.take_front(next_slash); in remove_dots() local
747 if (component.empty() || component == ".") { in remove_dots()
749 } else if (remove_dot_dot && component == "..") { in remove_dots()
756 components.push_back(component); in remove_dots()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DTarzip.pm60 my $component;
61 PATH_COMPONENT: foreach $component (File::Spec->path()) {
62 next unless defined($component) && $component;
63 my($abs) = File::Spec->catfile($component,$what);
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/
H A Ddarwin.py61 component = [arch, vendor, os + version]
64 return '-'.join(component)
/openbsd-src/share/snmp/
H A DSNMP-USER-BASED-SM-MIB.txt157 of two components: first a 'random' component and then a
158 'delta' component.
165 maximum length, the length of the random component is that
166 maximum length and the length of the delta component is any
175 key keyNew on a remote entity, the 'random' component is
177 pseudorandom generator, and the 'delta' component is
184 - the random component is appended to the value of the
191 (16 octets in case of MD5) of the 'delta' component.
193 portion of the keyNew component is L octets or less,
194 - the random component is appended to the value of the
[all …]

12345678910>>...14