Home
last modified time | relevance | path

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

12345678910>>...14

/openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/
H A 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 …]
H A 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/
H A Dstreamzip40 'help' => \&Usage,
42 or Usage();
44 Usage()
83 Usage("Unknown method '$value'")
107 sub Usage
110 Usage:
/openbsd-src/usr.sbin/mopd/moptrace/
H A Dmoptrace.c49 void Usage(void);
84 Usage(); in main()
94 Usage(); in main()
106 Usage() in Usage() function
/openbsd-src/gnu/llvm/libcxx/utils/data/unicode/
H A DREADME.txt18 Usage: libcxx/utils/generate_extended_grapheme_cluster_table.py
22 Usage: libcxx/utils/generate_extended_grapheme_cluster_table.py
26 Usage: libcxx/utils/generate_extended_grapheme_cluster_test.py
30 Usage: libcxx/utils/generate_escaped_output_table.py
34 Usage: libcxx/utils/generate_escaped_output_table.py
/openbsd-src/usr.sbin/mopd/mopd/
H A 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/
H A Dselectheaders.pl4 use Pod::Usage;
8 Pod::Usage::pod2usage(
H A 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
H A Dp2u_data.pl1 use Pod::Usage;
H A Dheadwithmarkup.pl4 use Pod::Usage;
H A Dselectsections.pl5 use Pod::Usage;
/openbsd-src/gnu/usr.bin/perl/t/lib/
H A 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/
H A Dmopchk.c30 * Usage: mopchk [-av] [file ...]
45 void Usage(void);
76 Usage(); in main()
143 Usage(void) in Usage() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py16 def Usage(): function
99 Usage()
226 Usage();
230 Usage()
238 Usage()
249 Usage()
/openbsd-src/usr.sbin/mopd/mopprobe/
H A 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/
H A 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/
H A 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
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A Dmkppport27 require Pod::Usage;
28 Pod::Usage::pod2usage(2);
H A Dutils.lst3 cpan/Pod-Usage/blib/script/pod2usage
/openbsd-src/gnu/llvm/clang/tools/driver/
H A 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/
H A 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/usr.bin/vi/docs/tutorial/
H A Dvi.tut.csh12 echo Usage: $0 beginner or $0 advanced
/openbsd-src/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/t/
H A 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/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A 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++/
H A Dtestsuite_flags.in14 Usage:

12345678910>>...14