/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | uttrack.c | 75 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 D | acoutput.h | 53 /* 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 D | acutils.h | 1052 UINT32 Component, 1059 UINT32 Component, 1066 UINT32 Component, 1076 UINT32 Component,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | RecursiveSymbolVisitor.h | 74 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 D | CoverageReport.cpp | 131 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 D | Path.cpp | 227 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 D | README | 11 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 D | Path.h | 56 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 D | rfc3727.txt | 13 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 D | rfc3687.txt | 13 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 D | README | 3 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 D | ToolChain.cpp | 420 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 D | VTableBuilder.cpp | 1161 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 D | MipsLinux.cpp | 120 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 D | Diagnostic.td | 46 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 D | llvm-config.cpp | 92 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 D | IndexBody.cpp | 451 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 D | ToolChain.h | 188 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 D | 01-doc.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/stat_values.tdir/ |
H A D | stat_values.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/02-unittest.tdir/ |
H A D | 02-unittest.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/ |
H A D | svcb.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/nss_compile.tdir/ |
H A D | nss_compile.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/clang-analysis.tdir/ |
H A D | clang-analysis.dsc | 7 Component:
|
/netbsd-src/external/bsd/unbound/dist/testdata/ratelimit.tdir/ |
H A D | ratelimit.dsc | 7 Component:
|