Home
last modified time | relevance | path

Searched refs:Description (Results 1 – 25 of 1016) sorted by relevance

12345678910>>...41

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.cpp32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() argument
38 ActiveRegions[Description] = 0; in beginRegion()
39 Regions[0] = std::make_unique<CodeRegion>(Description, Loc); in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
46 if (Description.empty()) { in beginRegion()
58 "region " + Description + " was previously defined here"); in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
65 Regions.emplace_back(std::make_unique<CodeRegion>(Description, Loc)); in beginRegion()
68 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion() argument
69 if (Description.empty()) { in endRegion()
[all …]
H A DCodeRegion.h54 llvm::StringRef Description; variable
66 : Description(Desc), RangeStart(Start), RangeEnd() {} in CodeRegion()
81 llvm::StringRef getDescription() const { return Description; } in getDescription()
109 void beginRegion(llvm::StringRef Description, llvm::SMLoc Loc);
110 void endRegion(llvm::StringRef Description, llvm::SMLoc Loc);
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahaml.c311 char *Description; in AhDisplayAmlType() local
314 Description = Op->Description; in AhDisplayAmlType()
319 while (*Description) in AhDisplayAmlType()
323 while (*Description != '\n') in AhDisplayAmlType()
325 printf ("%c", *Description); in AhDisplayAmlType()
326 Description++; in AhDisplayAmlType()
330 Description++; in AhDisplayAmlType()
334 if (*Description) in AhDisplayAmlType()
340 if ((Description[0] == '/') && in AhDisplayAmlType()
341 (Description[1] == '/')) in AhDisplayAmlType()
H A Dahdecode.c167 printf (" %-36s : %s\n", Info->Name, Info->Description); in AhDisplayDirectives()
355 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
376 printf ("%s: <%s>\n", Info->Name, Info->Description); in AhDisplayPredefinedName()
494 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
525 printf ("%8s %s\n", Info->Name, Info->Description); in AhDisplayDeviceIds()
559 for (Info = Gbl_AcpiUuids; Info->Description; Info++) in AhDisplayUuids()
563 printf ("\n%36s\n", Info->Description); in AhDisplayUuids()
567 printf ("%32s : %s\n", Info->Description, Info->String); in AhDisplayUuids()
608 printf ("%8u) %s : %s\n", i + 1, Info->Signature, Info->Description); in AhDisplayTables()
H A Dacpihelp.h102 Exception->Name, Exception->Description)
141 char *Description; member
149 char *Description; member
156 char *Description; member
164 char *Description; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h86 std::string Description; ///< Description of this time variable. variable
115 const std::string &getDescription() const { return Description; } in getDescription()
167 explicit NamedRegionTimer(StringRef Name, StringRef Description,
180 std::string Description; member
185 const std::string &Description) in PrintRecord()
186 : Time(Time), Name(Name), Description(Description) {} in PrintRecord()
193 std::string Description; variable
203 explicit TimerGroup(StringRef Name, StringRef Description);
205 explicit TimerGroup(StringRef Name, StringRef Description,
212 Description.assign(NewDescription.begin(), NewDescription.end()); in setName()
/netbsd-src/doc/
H A DBRANCHES25 # Description: Purpose and intention of the branch
48 Description: Special release branch for pre-1.5 release at
59 Description: The NetBSD 0.9 release branch
71 Description: The NetBSD 1.0 release branch
82 Description: The NetBSD 1.1 release branch
93 Description: The NetBSD 1.2 release branch
104 Description: The NetBSD 1.3 release branch
115 Description: The NetBSD 1.4 release branch
126 Description: The NetBSD 1.5 release branch
137 Description: The NetBSD 1.6 release branch
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmapoutput.c195 const char *Description; in MpEmitGpioInfo() local
220 HidInfo->Description); in MpEmitGpioInfo()
290 HidInfo->Description); in MpEmitGpioInfo()
292 else if ((Description = MpGetDdnValue (ParentPathname))) in MpEmitGpioInfo()
295 Description); in MpEmitGpioInfo()
329 const char *Description; in MpEmitSerialInfo() local
374 HidInfo->Description); in MpEmitSerialInfo()
414 HidInfo->Description); in MpEmitSerialInfo()
416 else if ((Description = MpGetDdnValue (ParentPathname))) in MpEmitSerialInfo()
419 Description); in MpEmitSerialInfo()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp116 Description.assign(TimerDescription.begin(), TimerDescription.end()); in init()
227 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, in get() argument
238 T.init(Name, Description, *GroupEntry.first); in get()
247 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef Description, in NamedRegionTimer() argument
251 : &NamedGroupedTimers->get(Name, Description, GroupName, in NamedRegionTimer()
262 TimerGroup::TimerGroup(StringRef Name, StringRef Description) in TimerGroup() argument
264 Description(Description.begin(), Description.end()) { in TimerGroup()
274 TimerGroup::TimerGroup(StringRef Name, StringRef Description, in TimerGroup() argument
276 : TimerGroup(Name, Description) { in TimerGroup()
303 TimersToPrint.emplace_back(T.Time, T.Name, T.Description); in removeTimer()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/dist/
H A Dtcsd.conf.in13 # Description: The port that the tcsd will listen on.
20 # Description: The number of threads that the tcsd will spawn internally.
27 # Description: Path where the tcsd creates its persistent storage file.
34 # Description: Path to the file containing the current firmware PCR event
43 # Description: Path to the file containing the current kernel PCR event
54 # Description: A list of PCR indices that are manipulated only by the system
62 # Description: A list of PCR indices that are manipulated only by the kernel
70 # Description: Path to the file containing your TPM's platform credential.
81 # Description: Path to the file containing your TPM's conformance credential.
92 # Description: Path to the file containing your TPM's endorsement credential.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUModifierSyntax.rst14 Notation Description
38 Syntax Description
63 Syntax Description
89 Syntax Description
158 Syntax Description
176 Syntax Description
189 Syntax Description
202 Syntax Description
220 Syntax Description
244 Syntax Description
[all …]
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpsnmpd.texi29 @node Top, ntpsnmpd Description, (dir), (dir)
38 * ntpsnmpd Description:: Description
43 @node ntpsnmpd Description, Usage, Top, Top
45 @section Description
49 @node Usage, , ntpsnmpd Description, Top
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.example31 # Description:
39 # Description:
47 # Description:
55 # Description:
62 # Description:
69 # Description:
78 # Description:
H A DREADME.md125 # Description:
133 # Description:
141 # Description:
149 # Description:
156 # Description:
163 # Description:
172 # Description:
227Description:#012# One point is granted for each class for which MIN_FOR_POINT criteria is fulfille…
232 Feb 26 14:46:10 debian-10-64 slapd[1981]: ppm: get line: # Description:
241 Feb 26 14:46:10 debian-10-64 slapd[1981]: ppm: get line: # Description:
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/doc/
H A Dcorefile.texi7 @strong{Description}@*
16 @strong{Description}@*
26 @strong{Description}@*
36 @strong{Description}@*
47 @strong{Description}@*
59 @strong{Description}@*
H A Dopncls.texi19 @strong{Description}@*
46 @strong{Description}@*
66 @strong{Description}@*
95 @strong{Description}@*
106 @strong{Description}@*
132 @strong{Description}@*
173 @strong{Description}@*
189 @strong{Description}@*
209 @strong{Description}@*
229 @strong{Description}@*
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp93 Instruction::Instruction(const MCInstrDesc *Description, StringRef Name, in Instruction() argument
100 : Description(*Description), Name(Name), Operands(std::move(Operands)), in Instruction()
109 const llvm::MCInstrDesc *const Description = &InstrInfo.get(Opcode); in create() local
113 for (; OpIndex < Description->getNumOperands(); ++OpIndex) { in create()
114 const auto &OpInfo = Description->opInfo_begin()[OpIndex]; in create()
117 Operand.IsDef = (OpIndex < Description->getNumDefs()); in create()
121 int TiedToIndex = Description->getOperandConstraint(OpIndex, MCOI::TIED_TO); in create()
131 for (const MCPhysReg *MCPhysReg = Description->getImplicitDefs(); in create()
140 for (const MCPhysReg *MCPhysReg = Description->getImplicitUses(); in create()
187 Description, InstrInfo.getName(Opcode), std::move(Operands), in create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h32 const std::string Description; variable
42 : CheckerName(CheckerName), Description(Name), Category(Cat), in CheckerName()
46 : CheckerName(Checker->getCheckerName()), Description(Name),
50 StringRef getDescription() const { return Description; } in getDescription()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling_flags.cc27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
35 RegisterFlag(P, #Name, Description, &F->Name); in registerProfilerFlags()
H A Dxray_fdr_flags.cc28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
35 RegisterFlag(P, #Name, Description, &F->Name); in registerXRayFDRFlags()
H A Dxray_basic_flags.cc29 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
36 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
37 RegisterFlag(P, #Name, Description, &F->Name); in registerXRayBasicFlags()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacapps.h98 #define ACPI_USAGE_TEXT(Description) \ argument
99 printf (Description);
101 #define ACPI_OPTION(Name, Description) \ argument
102 printf (" %-20s%s\n", Name, Description);
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp.conf.texi27 @node Top, ntp.conf Description, (dir), (dir)
38 * ntp.conf Description::
42 @node ntp.conf Description, , Top, Top
44 @section Description
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsancov_flags.cpp28 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
34 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
35 RegisterFlag(parser, #Name, Description, &f->Name); in RegisterSancovFlags()

12345678910>>...41