Home
last modified time | relevance | path

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

123

/freebsd-13.1/sys/contrib/dev/acpica/components/utilities/
H A Duttrack.c183 UINT32 Component,
190 UINT32 Component,
250 UINT32 Component, in AcpiUtAllocateAndTrack() argument
319 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument
348 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack()
388 UINT32 Component, in AcpiUtFreeAndTrack() argument
516 UINT32 Component, in AcpiUtTrackAllocation() argument
557 Allocation->Component = Component; in AcpiUtTrackAllocation()
617 UINT32 Component, in AcpiUtRemoveAllocation() argument
753 UINT32 Component, in AcpiUtDumpAllocations() argument
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacoutput.h406 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument
407 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument
443 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
449 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument
451 Filename, Modulename, Component, __VA_ARGS__)
453 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument
455 Filename, Modulename, Component, __VA_ARGS__)
598 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
H A Dacutils.h1132 UINT32 Component,
1139 UINT32 Component,
1146 UINT32 Component,
1156 UINT32 Component,
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp244 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 ++()
263 Component = Path.substr(Position, 1); in operator ++()
275 Component = "."; in operator ++()
282 Component = Path.slice(Position, end_pos); in operator ++()
307 I.Component = Path.substr(0, 0); in rend()
326 Component = "."; in operator ++()
332 Component = Path.slice(start_pos, end_pos); in operator ++()
[all …]
/freebsd-13.1/contrib/llvm-project/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; }
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp120 StringRef Component, in getCompilerRT() argument
138 Path, Twine("libclang_rt." + Component + "-" + "mips" + Suffix)); in getCompilerRT()
H A DMipsLinux.h41 getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component,
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp423 StringRef Component, in getCompilerRTBasename() argument
425 std::string CRTAbsolutePath = getCompilerRT(Args, Component, Type); in getCompilerRTBasename()
430 StringRef Component, in buildCompilerRTBasename() argument
460 return (Prefix + Twine("clang_rt.") + Component + ArchAndEnv + Suffix).str(); in buildCompilerRTBasename()
463 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT() argument
467 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/false); in getCompilerRT()
478 buildCompilerRTBasename(Args, Component, Type, /*AddArch=*/true); in getCompilerRT()
485 StringRef Component, in getCompilerRTArgString() argument
487 return Args.MakeArgString(getCompilerRT(Args, Component, Type)); in getCompilerRTArgString()
/freebsd-13.1/contrib/llvm-project/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 = ?;
H A DDiagnosticAnalysisKinds.td9 let Component = "Analysis" in {
H A DDiagnosticCrossTUKinds.td9 let Component = "CrossTU" in {
/freebsd-13.1/contrib/unbound/testdata/svcb.tdir/
H A Dsvcb.dsc7 Component:
/freebsd-13.1/contrib/unbound/testdata/ratelimit.tdir/
H A Dratelimit.dsc7 Component:
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1165 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()
3159 const VTableComponent &Component = Components[I]; in dumpLayout() local
3162 switch (Component.getKind()) { in dumpLayout()
[all …]
/freebsd-13.1/contrib/unbound/testdata/http_user_agent.tdir/
H A Dhttp_user_agent.dsc7 Component:
/freebsd-13.1/contrib/unbound/testdata/zonemd_reload.tdir/
H A Dzonemd_reload.dsc7 Component:
/freebsd-13.1/contrib/unbound/testdata/stub_udp_with_tcp_upstream.tdir/
H A Dstub_udp_with_tcp_upstream.dsc7 Component:
/freebsd-13.1/contrib/unbound/testdata/fwd_udp_with_tcp_upstream.tdir/
H A Dfwd_udp_with_tcp_upstream.dsc7 Component:
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h188 StringRef Component,
437 StringRef Component,
441 getCompilerRTArgString(const llvm::opt::ArgList &Args, StringRef Component,
445 StringRef Component,
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp448 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
449 if (Component.getKind() == OffsetOfNode::Field) in VisitOffsetOfExpr()
450 IndexCtx.handleReference(Component.getField(), Component.getEndLoc(), in VisitOffsetOfExpr()
/freebsd-13.1/contrib/ntp/html/hints/
H A Daix66 > Component Name: AIX V3 FOR RS/6
68 > Component ID: 575603001
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dname-prefix.txt4 audio components as list of string pair. Component using the same
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp100 std::for_each(++Iter, End, [&Ret](StringRef Component) { in fileNameToURI() argument
104 if (Component == "\\") in fileNameToURI()
112 for (char C : Component) { in fileNameToURI()

123