Searched refs:help (Results 151 - 175 of 1370) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dcompare.py45 help="If there are repetitions, by default, we display everything - the"
57 help="The tool can do a two-tailed Mann-Whitney U test with the null hypothesis that it is equally likely that a randomly selected value from one sample will be less than or greater than a randomly selected value from a second sample.\nWARNING: requires **LARGE** (no less than {}) number of repetitions to be meaningful!\nThe test is being done by default, if at least {} repetitions were done.\nThis option can disable the U Test.".format(report.UTEST_OPTIMAL_REPETITIONS, report.UTEST_MIN_REPETITIONS))
64 help=("significance level alpha. if the calculated p-value is below this value, then the result is said to be statistically significant and the null hypothesis is rejected.\n(default: %0.4f)") %
68 help='This tool has multiple modes of operation:',
73 help='The most simple use-case, compare all the output of these two benchmarks')
81 help='A benchmark executable or JSON output file')
89 help='A benchmark executable or JSON output file')
94 help='Arguments to pass when running benchmark executables')
97 'filters', help='Compare filter one with the filter two of benchmark')
105 help
[all...]
/netbsd-current/usr.bin/telnet/
H A Dcommands.c114 const char *help; /* help string (NULL for no help) */ member in struct:__anon86
169 static int help(int, char *[]);
308 const char *help; /* Help information (0 ==> no help) */ member in struct:sendlist
340 { "help", 0, 0, 0, send_help, 0, 0 },
362 printf("'send ?' for help\n");
375 printf("Unknown send argument '%s'\n'send ?' for help.\n",
379 printf("Ambiguous send argument '%s'\n'send ?' for help
666 const char *help; /* help message */ member in struct:togglelist
874 const char *help; /* help information */ member in struct:setlist
1143 const char *help; /* help string */ member in struct:modelist
1457 const char *help; member in struct:slclist
1528 const char *help; member in struct:envlist
1810 const char *help; member in struct:authlist
1884 const char *help; member in struct:encryptlist
2435 help(int argc, char *argv[]) function
[all...]
/netbsd-current/sys/dev/wscons/
H A Dwsemul_vt100_subr.c59 int help; local
64 help = vd->scrreg_nrows - n;
65 if (help > 0) {
69 help);
73 help);
76 vd->scrreg_startrow + help, n,
79 memset(&vd->dblwid[vd->scrreg_startrow + help], 0, n);
89 int help; local
94 help = vd->scrreg_nrows - n;
95 if (help >
191 int n, m, help, flags, fgcol, bgcol; local
752 int help; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-check.c167 /* Try to help the translator by looking up the right plural formula for her.
168 Return a freshly allocated multiline help string, or NULL. */
187 char *help = local
191 return help;
271 char *help = plural_help (nullentry); local
273 if (help != NULL)
275 char *msg2ext = xasprintf ("%s\n%s", msg2, help);
280 free (help);
295 char *help = plural_help (nullentry); local
297 if (help !
331 char *help = plural_help (nullentry); local
353 char *help = plural_help (nullentry); local
[all...]
/netbsd-current/sys/arch/i386/stand/dosboot/
H A Dmain.c71 { "help", command_help },
88 const char *col, *help; local
141 help = col + 1;
143 help = fname;
145 if (*help)
146 *file = help;
270 printf("type \"?\" or \"help\" for help.\n");
299 "help|?\n"
306 char *help local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dshuffle_fuzz.py28 help='Show verbose output')
30 help='A string used to seed the RNG')
32 help='Specify a fixed height of shuffle tree to test')
34 help='Include blends of two input vectors')
36 help='Specify a fixed bit width of vector to test')
38 help='Specify a fixed element type to test')
40 help='Specify a triple string to include in the IR')
H A Dupdate_test_checks.py46 help='The opt binary used to generate the test case')
48 '--function', help='The function in the test file to update')
50 help='Do not scrub IR names')
52 help='Keep function signature information around for the check line')
54 help='Remove attribute annotations (#0) from the end of check line')
56 help='Check "Function Attributes" for functions')
58 help='Check global entries (global variables, metadata, attribute sets, ...) for functions')
/netbsd-current/sys/arch/landisk/landisk/
H A Dmachdep.c262 struct btinfo_common *help; local
265 help = (struct btinfo_common *)(bootinfo->info);
267 if (help->type == type)
268 return (help);
269 help = (struct btinfo_common *)((char *)help + help->len);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-viewer.py303 help='List of optimization record files or directories searched '
309 help='Path to a directory where generated HTML files will be output. '
317 help='Max job count (defaults to %(default)s, the current CPU count)')
322 help='set source directory')
328 help='Do not display any indicator of how many YAML files were read '
334 help='Maximum number of the hottest remarks to appear on the index page')
339 help='Do not use a syntax highlighter when rendering the source code')
342 help='Set the demangler to be used (defaults to %s)' % optrecord.Remark.default_demangler)
347 help='Only display remarks from passes matching filter expression')
/netbsd-current/sys/arch/atari/stand/tostools/loadbsd/
H A Dloadbsd.c45 int h_flag = 0; /* show help */
60 void help PROTO((void));
136 help();
209 help(void) function
/netbsd-current/external/apache2/llvm/dist/llvm/utils/docker/scripts/
H A Dcheckout.sh19 -h|--help show this help message
89 -h|--help)
/netbsd-current/external/apache2/llvm/dist/clang/utils/perf-training/
H A Dperf-helper.py53 default=1, help='dtrace buffer size in MB (default 1)')
55 help='Use dtrace\'s oneshot probes')
57 help='Use dtrace\'s ustack to print function names')
59 help='Execute cc1 directly (don\'t profile the driver)')
60 parser.add_argument('cmd', nargs='*', help='')
145 parser.add_argument('cmd', nargs='*', help='')
321 parser.add_argument('input', nargs='+', help='')
323 help="Path to the binary being ordered (for getting all symbols)",
326 help="path to output order file to write", default=None, required=True,
329 help
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/gn/build/
H A Dwrite_cmake_config.py47 parser.add_argument('input', help='input file')
48 parser.add_argument('values', nargs='*', help='several KEY=VALUE pairs')
50 help='output file')
/netbsd-current/tests/usr.bin/cc/
H A Dt_msan_poison.sh104 int help(int);
105 int main(int argc, char **argv) {return help(argc);}
111 int help(int argc) {
H A Dt_msan_free.sh100 int help(int);
101 int main(int argc, char **argv) {return help(argc);}
106 int help(int argc) {
H A Dt_msan_stack.sh100 int help(int);
101 int main(int argc, char **argv) {return help(argc);}
106 int help(int argc) {
H A Dt_msan_heap.sh90 int help(int);
91 int main(int argc, char **argv) {return help(argc);}
96 int help(int argc) { int *a = (int *)malloc(sizeof(int)); return *a; }
H A Dt_msan_allocated_memory.sh102 int help(int);
103 int main(int argc, char **argv) {return help(argc);}
110 int help(int argc) {
H A Dt_msan_check_mem.sh104 int help(int);
105 int main(int argc, char **argv) {return help(argc);}
112 int help(int argc) {
H A Dt_fuzzer_oom.sh102 int help(const uint8_t *data, size_t size);
104 return help(data, size);
113 int help(const uint8_t *data, size_t size) {
H A Dt_fuzzer_simple.sh110 int help(const uint8_t *data, size_t size);
112 return help(data, size);
121 int help(const uint8_t *data, size_t size) {
H A Dt_fuzzer_timeout.sh100 int help(const uint8_t *data, size_t size);
102 return help(data, size);
110 int help(const uint8_t *data, size_t size) {
/netbsd-current/tests/usr.bin/c++/
H A Dt_msan_allocated_memory.sh102 int help(int);
103 int main(int argc, char **argv) {return help(argc);}
110 int help(int argc) {
H A Dt_msan_check_mem.sh104 int help(int);
105 int main(int argc, char **argv) {return help(argc);}
112 int help(int argc) {
H A Dt_msan_poison.sh104 int help(int);
105 int main(int argc, char **argv) {return help(argc);}
111 int help(int argc) {

Completed in 171 milliseconds

1234567891011>>