Home
last modified time | relevance | path

Searched refs:Usage (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/openbsd/src/gnu/llvm/llvm/tools/llvm-mca/Views/
DSchedulerStatistics.cpp25 Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) { in SchedulerStatistics()
53 Usage[LQResourceID].SlotsInUse++; in onEvent()
58 Usage[SQResourceID].SlotsInUse++; in onEvent()
64 assert(Usage[LQResourceID].SlotsInUse); in onEvent()
65 Usage[LQResourceID].SlotsInUse--; in onEvent()
68 assert(Usage[SQResourceID].SlotsInUse); in onEvent()
69 Usage[SQResourceID].SlotsInUse--; in onEvent()
79 Usage[Buffer].SlotsInUse++; in onReservedBuffers()
88 Usage[Buffer].SlotsInUse--; in onReleasedBuffers()
93 for (BufferUsage &BU : Usage) { in updateHistograms()
[all …]
DResourcePressureView.cpp139 double Usage = ResourceUsage[I + Source.size() * E]; in printResourcePressurePerIter() local
140 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7); in printResourcePressurePerIter()
162 double Usage = ResourceUsage[J + BaseEltIdx]; in printResourcePressurePerInst() local
163 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); in printResourcePressurePerInst()
189 double Usage = RU / Executions; in toJSON() local
193 {"ResourceUsage", Usage}})); in toJSON()
/openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/bin/
Dstreamzip40 'help' => \&Usage,
42 or Usage();
44 Usage()
83 Usage("Unknown method '$value'")
107 sub Usage
/openbsd/src/usr.sbin/mopd/moptrace/
Dmoptrace.c49 void Usage(void);
84 Usage(); in main()
94 Usage(); in main()
106 Usage() in Usage() function
/openbsd/src/usr.sbin/mopd/mopd/
Dmopd.c53 void Usage(void);
96 Usage(); in main()
109 Usage(); in main()
154 Usage() in Usage() function
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
Dselectheaders.pl4 use Pod::Usage;
8 Pod::Usage::pod2usage(
Dpod2usage.xr55 pod2usage invokes the pod2usage() function in the Pod::Usage module.
56 Please see the pod2usage() entry in the Pod::Usage manpage.
59 the Pod::Usage manpage, the pod2text manpage, the Pod::Text manpage, the
Dp2u_data.pl1 use Pod::Usage;
Dheadwithmarkup.pl4 use Pod::Usage;
Dselectsections.pl5 use Pod::Usage;
/openbsd/src/gnu/usr.bin/perl/t/lib/
Duniversal.t19 Usage: Internals::SvREADONLY(SCALAR[, ON]) at (eval 1) line 1.
20 Usage: Internals::SvREFCNT(SCALAR[, REFCOUNT]) at (eval 2) line 1.
21 Usage: Internals::hv_clear_placeholders(hv) at (eval 3) line 1.
/openbsd/src/usr.sbin/mopd/mopchk/
Dmopchk.c45 void Usage(void);
76 Usage(); in main()
143 Usage(void) in Usage() function
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py16 def Usage(): function
99 Usage()
226 Usage();
230 Usage()
238 Usage()
249 Usage()
/openbsd/src/usr.sbin/mopd/mopprobe/
Dmopprobe.c48 void Usage(void);
93 Usage(); in main()
102 Usage(); in main()
114 Usage() in Usage() function
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
DUsage.pm11 package Pod::Usage;
26 $Pod::Usage::Formatter ||= 'Pod::Text';
29 @ISA = ( $Pod::Usage::Formatter );
112 my $parser = Pod::Usage->new(USAGE_OPTIONS => \%opts);
/openbsd/src/lib/libcrypto/
Dcert.pem25 X509v3 Key Usage: critical
100 X509v3 Key Usage: critical
169 X509v3 Key Usage: critical
230 X509v3 Key Usage: critical
285 X509v3 Key Usage: critical
324 X509v3 Key Usage: critical
363 X509v3 Key Usage: critical
413 X509v3 Key Usage: critical
452 X509v3 Key Usage: critical
506 X509v3 Key Usage: critical
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dmkppport27 require Pod::Usage;
28 Pod::Usage::pod2usage(2);
Dutils.lst3 cpan/Pod-Usage/blib/script/pod2usage
/openbsd/src/gnu/llvm/clang/tools/driver/
Dcc1_main.cpp81 size_t Usage = 512 * 1024; in getCurrentStackAllocation() local
104 Usage = StackPtr < EnvEnd ? EnvEnd - StackPtr : StackPtr - EnvEnd; in getCurrentStackAllocation()
108 return Usage; in getCurrentStackAllocation()
/openbsd/src/gnu/llvm/llvm/include/llvm/Option/
DOptTable.h258 void printHelp(raw_ostream &OS, const char *Usage, const char *Title,
262 void printHelp(raw_ostream &OS, const char *Usage, const char *Title,
/openbsd/src/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/t/
DOpenBSD-Unveil.t37 "Usage: OpenBSD::Unveil::unveil([path, permissions]) $at",
47 "Usage: OpenBSD::Unveil::unveil([path, permissions]) $at",
84 xsunveil_ok "Basic Usage" => sub {
/openbsd/src/usr.bin/vi/docs/tutorial/
Dvi.tut.csh12 echo Usage: $0 beginner or $0 advanced
/openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/t/
Dmisc.t23 qr/^Usage:\s+PACKAGE->new\(ARRAYREF,\s*\[ARRAYREF\]\)/,
32 qr/^Usage:\s+PACKAGE->new\(ARRAYREF,\s*\[ARRAYREF\]\)/,
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dtestsuite_flags.in14 Usage:
/openbsd/src/gnu/usr.bin/perl/Porting/
Dnewtests-perldelta.pl5 use Pod::Usage;

12345678910>>...15