| /minix3/minix/drivers/power/acpi/utilities/ |
| H A D | uttrack.c | 75 UINT32 Component, 82 UINT32 Component, 144 UINT32 Component, in AcpiUtAllocateAndTrack() argument 173 ACPI_MEM_MALLOC, Component, Module, Line); in AcpiUtAllocateAndTrack() 210 UINT32 Component, in AcpiUtAllocateZeroedAndTrack() argument 238 ACPI_MEM_CALLOC, Component, Module, Line); in AcpiUtAllocateZeroedAndTrack() 275 UINT32 Component, in AcpiUtFreeAndTrack() argument 301 Component, Module, Line); in AcpiUtFreeAndTrack() 404 UINT32 Component, in AcpiUtTrackAllocation() argument 445 Allocation->Component = Component; in AcpiUtTrackAllocation() [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Path.h | 53 StringRef Component; ///< The current component. Not necessarily in Path. variable 61 reference operator*() const { return Component; } 62 pointer operator->() const { return &Component; } 80 StringRef Component; ///< The current component. Not necessarily in Path. variable 87 reference operator*() const { return Component; } 88 pointer operator->() const { return &Component; }
|
| /minix3/minix/drivers/power/acpi/include/ |
| H A D | acoutput.h | 275 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \ argument 276 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer)) 306 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 308 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \ 310 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 314 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \ argument 316 Filename, Modulename, Component, __VA_ARGS__) 318 #define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \ argument 320 Filename, Modulename, Component, __VA_ARGS__) 453 #define ACPI_IS_DEBUG_ENABLED(Level, Component) 0 argument
|
| H A D | acutils.h | 1024 UINT32 Component, 1031 UINT32 Component, 1038 UINT32 Component, 1048 UINT32 Component,
|
| H A D | acnamesp.h | 253 UINT32 Component);
|
| H A D | aclocal.h | 1318 UINT32 Component; \
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
| H A D | Path.cpp | 243 i.Component = find_first_component(path); in begin() 259 Position += Component.size(); in operator ++() 263 Component = StringRef(); in operator ++() 269 bool was_net = Component.size() > 2 && in operator ++() 270 is_separator(Component[0]) && in operator ++() 271 Component[1] == Component[0] && in operator ++() 272 !is_separator(Component[2]); in operator ++() 280 || Component.endswith(":") in operator ++() 283 Component = Path.substr(Position, 1); in operator ++() 296 Component = "."; in operator ++() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | DiagnosticAnalysisKinds.td | 10 let Component = "Analysis" in {
|
| H A D | Diagnostic.td | 65 /// Component is specified by the file with a big let directive. 66 string Component = ?;
|
| H A D | DiagnosticSerializationKinds.td | 10 let Component = "Serialization" in { 105 } // let Component
|
| H A D | DiagnosticCommentKinds.td | 10 let Component = "Comment" in {
|
| H A D | DiagnosticCommonKinds.td | 14 let Component = "Common" in {
|
| H A D | DiagnosticFrontendKinds.td | 12 let Component = "Frontend" in {
|
| H A D | DiagnosticDriverKinds.td | 10 let Component = "Driver" in {
|
| H A D | DiagnosticASTKinds.td | 10 let Component = "AST" in {
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGVTables.cpp | 517 VTableComponent Component = Components[I]; in CreateVTableInitializer() local 521 switch (Component.getKind()) { in CreateVTableInitializer() 524 Component.getVCallOffset().getQuantity()); in CreateVTableInitializer() 529 Component.getVBaseOffset().getQuantity()); in CreateVTableInitializer() 534 Component.getOffsetToTop().getQuantity()); in CreateVTableInitializer() 546 switch (Component.getKind()) { in CreateVTableInitializer() 550 GD = Component.getFunctionDecl(); in CreateVTableInitializer() 553 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete); in CreateVTableInitializer() 556 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting); in CreateVTableInitializer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 1176 const VTableComponent &Component = Components[I->first]; in ComputeThisAdjustments() local 1180 switch (Component.getKind()) { in ComputeThisAdjustments() 1184 MD = Component.getFunctionDecl(); in ComputeThisAdjustments() 1187 MD = Component.getDestructorDecl(); in ComputeThisAdjustments() 1935 const VTableComponent &Component = Components[I]; in dumpLayout() local 1938 switch (Component.getKind()) { in dumpLayout() 1942 << Component.getVCallOffset().getQuantity() in dumpLayout() 1948 << Component.getVBaseOffset().getQuantity() in dumpLayout() 1954 << Component.getOffsetToTop().getQuantity() in dumpLayout() 1959 Component.getRTTIDecl()->printQualifiedName(Out); in dumpLayout() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/utils/TableGen/ |
| H A D | TableGenBackends.h | 51 const std::string &Component);
|
| H A D | ClangDiagnosticsEmitter.cpp | 486 const std::string &Component) { in EmitClangDiagsDefs() argument 488 if (!Component.empty()) { in EmitClangDiagsDefs() 489 std::string ComponentName = StringRef(Component).upper(); in EmitClangDiagsDefs() 537 if (!Component.empty() && Component != R.getValueAsString("Component")) in EmitClangDiagsDefs()
|
| /minix3/minix/drivers/power/acpi/namespace/ |
| H A D | nsdump.c | 163 UINT32 Component) in AcpiNsDumpPathname() argument 171 if (!ACPI_IS_DEBUG_ENABLED (Level, Component)) in AcpiNsDumpPathname()
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | dyadic | 20 # *.DCF Dyalog APL Component File
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | Lexicon.rst | 207 Strongly Connected Component
|
| H A D | LLVMBuild.rst | 72 Component Overview
|
| /minix3/external/bsd/nvi/dist/dist/ |
| H A D | COPYING | 125 packaging a Major Component, but which is not part of that Major 126 Component, and (b) serves only to enable use of the work with that 127 Major Component, or to implement a Standard Interface for which an 129 "Major Component", in this context, means a major essential component
|
| /minix3/external/bsd/less/dist/ |
| H A D | COPYING | 125 packaging a Major Component, but which is not part of that Major 126 Component, and (b) serves only to enable use of the work with that 127 Major Component, or to implement a Standard Interface for which an 129 "Major Component", in this context, means a major essential component
|