Home
last modified time | relevance | path

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

123456789

/freebsd-12.1/contrib/llvm/tools/llvm-mca/Views/
H A DSchedulerStatistics.cpp27 Usage(STI.getSchedModel().NumProcResourceKinds, {0, 0, 0}) { in SchedulerStatistics()
54 Usage[LQResourceID].SlotsInUse++; in onEvent()
59 Usage[SQResourceID].SlotsInUse++; in onEvent()
65 assert(Usage[LQResourceID].SlotsInUse); in onEvent()
66 Usage[LQResourceID].SlotsInUse--; in onEvent()
69 assert(Usage[SQResourceID].SlotsInUse); in onEvent()
70 Usage[SQResourceID].SlotsInUse--; in onEvent()
80 Usage[Buffer].SlotsInUse++; in onReservedBuffers()
89 Usage[Buffer].SlotsInUse--; in onReleasedBuffers()
94 for (BufferUsage &BU : Usage) { in updateHistograms()
[all …]
H A DResourcePressureView.cpp138 double Usage = ResourceUsage[I + Source.size() * E]; in printResourcePressurePerIter() local
139 printResourcePressure(FOS, Usage / Executions, (I + 1) * 7); in printResourcePressurePerIter()
163 double Usage = ResourceUsage[J + BaseEltIdx]; in printResourcePressurePerInst() local
164 printResourcePressure(FOS, Usage / Executions, (J + 1) * 7); in printResourcePressurePerInst()
H A DSchedulerStatistics.h67 std::vector<BufferUsage> Usage; variable
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd.texi40 * Usage:: Usage
43 @node ntpsnmpd Description, Usage, Top, Top
49 @node Usage, , ntpsnmpd Description, Top
51 @section Usage
H A Dinvoke-ntpsnmpd.texi29 * ntpsnmpd Usage:: Usage
51 Usage: ntpsnmpd [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
183 @node ntpsnmpd Usage
184 @subsection ntpsnmpd Usage
/freebsd-12.1/usr.sbin/nghook/
H A Dmain.c64 static void Usage(void);
121 Usage(); in main()
130 Usage(); in main()
133 Usage(); in main()
148 Usage(); in main()
290 Usage(void) in Usage() function
/freebsd-12.1/contrib/tcsh/nls/C/
H A Dset160 57 Usage: jobs [ -l ]
73 70 Usage: %s [-%s]%s
82 79 Usage: history [-%s] [# number of events]
113 110 Usage: sched -<item#>.\nUsage: sched [+]hh:mm <command>
119 116 Usage: settc %s [yes|no]
124 121 Usage: echotc [-v|-s] [<capability> [<args>]]
137 134 Usage: unlimit [-fh] [limits]
/freebsd-12.1/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c80 Usage(void) in Usage() function
136 Usage(); in main()
153 Usage(); in main()
/freebsd-12.1/contrib/ntp/sntp/
H A Dsntp.texi46 * Usage:: Usage
69 @node Usage
71 @section Usage
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dntpdc.texi46 * Usage:: Usage
69 @node Usage
71 @section Usage
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Dcc1_main.cpp82 size_t Usage = 512 * 1024; in getCurrentStackAllocation() local
105 Usage = StackPtr < EnvEnd ? EnvEnd - StackPtr : StackPtr - EnvEnd; in getCurrentStackAllocation()
109 return Usage; in getCurrentStackAllocation()
/freebsd-12.1/contrib/sendmail/libsm/
H A Dtest.c42 static char Usage[] = "\ variable
89 (void) fprintf(stderr, Usage, argv[0], argv[0]);
/freebsd-12.1/contrib/netbsd-tests/lib/libusbhid/
H A Dtest_usb_hid_usages16 0 Usage ID Zero %
17 * Usage ID %u %%
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpd.texi46 * Usage:: Usage
76 @node Usage
78 @section Usage
/freebsd-12.1/contrib/dialog/
H A Ddialog.c564 Usage(temp); in howmany_tags()
586 Usage(msg); in numeric_arg()
1150 Usage(temp); in optionString()
1173 Usage(temp); in optionValue()
1210 Usage(temp); in button_code()
1833 Usage(temp); in main()
1860 Usage(temp); in main()
1879 Usage(temp); in main()
1887 Usage(temp); in main()
1894 Usage(temp); in main()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Option/
H A DOptTable.h229 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
233 void PrintHelp(raw_ostream &OS, const char *Usage, const char *Title,
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dacapps.h196 #define ACPI_USAGE_HEADER(Usage) \ argument
197 printf ("Usage: %s\nOptions:\n", Usage);
/freebsd-12.1/usr.sbin/ngctl/
H A Dmain.c79 static void Usage(const char *msg);
168 Usage((char *)NULL); in main()
186 Usage("no command specified"); in main()
658 Usage(const char *msg) in Usage() function
/freebsd-12.1/usr.sbin/ppp/
H A Dmain.c193 Usage(void) in Usage() function
251 Usage(); in ProcessArgs()
260 Usage(); in ProcessArgs()
264 Usage(); in ProcessArgs()
/freebsd-12.1/contrib/ntp/scripts/update-leap/
H A Dinvoke-update-leap.texi53 * update-leap Usage:: Usage
74 Usage: update-leap [options]
241 @node update-leap Usage
242 @subsection update-leap Usage
/freebsd-12.1/crypto/openssh/
H A Dfixpaths18 die Usage: $0 '[-Dstring=replacement] [[infile] ...]'
/freebsd-12.1/sbin/setkey/
H A Dtest-pfkey.c58 void Usage(void);
72 Usage() in Usage() function
85 if (ac == 1) Usage();
/freebsd-12.1/contrib/llvm/lib/Option/
H A DOptTable.cpp524 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() argument
526 PrintHelp(OS, Usage, Title, /*Include*/ 0, /*Exclude*/ in PrintHelp()
530 void OptTable::PrintHelp(raw_ostream &OS, const char *Usage, const char *Title, in PrintHelp() argument
534 OS << "USAGE: " << Usage << "\n\n"; in PrintHelp()
/freebsd-12.1/release/picobsd/tinyware/view/
H A DREADME21 Usage is as follows:
39 Usage is as above, but the file you give as argument is a (unix) text file
/freebsd-12.1/contrib/libstdc++/scripts/
H A Dtestsuite_flags.in14 Usage:

123456789