Home
last modified time | relevance | path

Searched refs:Component (Results 1 – 25 of 236) sorted by relevance

12345678910

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Duttrack.c75 UINT32 Component,
82 UINT32 Component,
142 UINT32 Component, in AcpiUtAllocateAndTrack() argument
171 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack()
211 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
240 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
280 UINT32 Component, in AcpiUtFreeAndTrack() argument
305 Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line); in AcpiUtFreeAndTrack()
408 UINT32 Component, in AcpiUtTrackAllocation() argument
449 Allocation->Component = Component; in AcpiUtTrackAllocation()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacoutput.h53 /* Component IDs are used in the global "DebugLayer" */
68 /* Component IDs for ACPI tools and utilities */
80 /* Component IDs reserved for ACPI drivers */
303 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \
304 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
338 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
340 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
342 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
346 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \
348 Filename, Modulename, Component, __VA_ARGS_
298 ACPI_IS_DEBUG_ENABLED(Level,Component) global() argument
333 ACPI_DO_DEBUG_PRINT(Function,Level,Line,Filename,Modulename,Component,...) global() argument
341 ACPI_ACTUAL_DEBUG(Level,Line,Filename,Modulename,Component,...) global() argument
345 ACPI_ACTUAL_DEBUG_RAW(Level,Line,Filename,Modulename,Component,...) global() argument
490 ACPI_IS_DEBUG_ENABLED(Level,Component) global() argument
[all...]
H A Dacutils.h1052 UINT32 Component,
1059 UINT32 Component,
1066 UINT32 Component,
1076 UINT32 Component,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
75 if (Component.getKind() == OffsetOfNode::Field) { in VisitOffsetOfExpr()
76 if (!visit(Component.getField(), Component.getEndLoc())) in VisitOffsetOfExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.cpp131 for (const auto &Component : in getNumRedundantPathComponents() local
135 if (Component.index() >= NumRedundant) in getNumRedundantPathComponents()
140 if (FirstPathComponents[Component.index()] != Component.value()) { in getNumRedundantPathComponents()
141 NumRedundant = Component.index(); in getNumRedundantPathComponents()
159 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local
161 auto LastComponent = Component; in getRedundantPrefixLen()
162 ++Component; in getRedundantPrefixLen()
163 PrefixLen += Component - LastComponent; in getRedundantPrefixLen()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp227 i.Component = find_first_component(path, style); in begin()
244 Position += Component.size(); in operator ++()
248 Component = StringRef(); in operator ++()
254 bool was_net = Component.size() > 2 && is_separator(Component[0], S) && in operator ++()
255 Component[1] == Component[0] && !is_separator(Component[2], S); in operator ++()
262 (real_style(S) == Style::windows && Component.endswith(":"))) { in operator ++()
263 Component = Path.substr(Position, 1); in operator ++()
273 if (Position == Path.size() && Component != "/") { in operator ++()
275 Component = "."; in operator ++()
282 Component = Path.slice(Position, end_pos); in operator ++()
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DREADME11 This directory contains a Component Matching module and
12 a X.509 Certificate example. In order to understand Component
38 B) How to use Component Matching on X.509 certificates
64 Component Matching. You can find the compiler only in
74 For Component Matching, set BOTH BER_COMP and GSER on.
91 D) How to configure Component Indexing
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h56 StringRef Component; ///< The current component. Not necessarily in Path. variable
65 reference operator*() const { return Component; }
82 StringRef Component; ///< The current component. Not necessarily in Path. variable
90 reference operator*() const { return Component; }
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc3727.txt13 LDAP and X.500 Component Matching Rules
60 RFC 3727 Module for Component Matching February 2004
63 2. Module Definition for Component Matching
116 RFC 3727 Module for Component Matching February 2004
148 X.500 Component Matching Rules", RFC 3687, February 2004.
172 RFC 3727 Module for Component Matching February 2004
228 RFC 3727 Module for Component Matching February 2004
H A Drfc3687.txt13 and X.500 Component Matching Rules
60 RFC 3687 LDAP and X.500 Component Matching Rules February 2004
68 3.1. Component Reference. . . . . . . . . . . . . . . . . . . 6
69 3.1.1. Component Type Substitutions . . . . . . . . . . 7
73 3.1.5. Component Referencing Example. . . . . . . . . . 10
92 6.3. Deriving Component Equality Matching Rules . . . . . . . 27
94 7. Component Matching Examples. . . . . . . . . . . . . . . . . . 30
116 RFC 3687 LDAP and X.500 Component Matching Rules February 2004
172 RFC 3687 LDAP and X.500 Component Matching Rules February 2004
228 RFC 3687 LDAP and X.500 Component Matching Rules February 2004
[all …]
/netbsd-src/sys/dev/acpi/acpica/
H A DREADME3 This is the Intel ACPI Component Architecture, Intel's reference
23 Intel Corp., ACPI Component Architecture Programmer Reference
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DToolChain.cpp420 StringRef Component, in getCompilerRTBasename() argument
422 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
427 StringRef Component, in buildCompilerRTBasename() argument
457 return (Prefix + Twine("clang_rt.") + Component + ArchAndEnv + Suffix).str(); in buildCompilerRTBasename()
460 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument
464 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT()
475 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/true); in getCompilerRT()
482 StringRef Component, in getCompilerRTArgString() argument
484 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp1161 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local
1165 switch (Component.getKind()) { in ComputeThisAdjustments()
1169 MD = Component.getFunctionDecl(); in ComputeThisAdjustments()
1172 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1920 const VTableComponent &Component = Components[I]; in dumpLayout() local
1923 switch (Component.getKind()) { in dumpLayout()
1927 << Component.getVCallOffset().getQuantity() in dumpLayout()
1933 << Component.getVBaseOffset().getQuantity() in dumpLayout()
1939 << Component.getOffsetToTop().getQuantity() in dumpLayout()
1944 Component.getRTTIDecl()->printQualifiedName(Out); in dumpLayout()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp120 StringRef Component, in getCompilerRT() argument
138 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.td46 string Component = "";
79 /// Component is specified by the file with a big let directive.
80 string Component = ?;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp92 for (const auto &Component : ComponentMap) { in VisitComponent() local
93 errs() << "'" << Component.first() << "' "; in VisitComponent()
664 for (auto &Component : DyLibComponents) { in main() local
665 FullDyLibComponents.insert(Component); in main()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp451 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
452 if (Component.getKind() == OffsetOfNode::Field) in VisitOffsetOfExpr()
453 IndexCtx.handleReference(Component.getField(), Component.getEndLoc(), in VisitOffsetOfExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h188 StringRef Component,
433 StringRef Component,
437 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
441 StringRef Component,
/netbsd-src/external/bsd/unbound/dist/testdata/01-doc.tdir/
H A D01-doc.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/
H A Dstat_values.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/02-unittest.tdir/
H A D02-unittest.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/nss_compile.tdir/
H A Dnss_compile.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/clang-analysis.tdir/
H A Dclang-analysis.dsc7 Component:
/netbsd-src/external/bsd/unbound/dist/testdata/ratelimit.tdir/
H A Dratelimit.dsc7 Component:

12345678910