| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_setproctitle.h | 17 #define ngx_setproctitle(title) setproctitle("%s", title) argument 30 void ngx_setproctitle(char *title); 38 void ngx_setproctitle(char *title); 43 #define ngx_setproctitle(title) argument
|
| H A D | ngx_setproctitle.c | 79 ngx_setproctitle(char *title) in ngx_setproctitle() argument 95 p = ngx_cpystrn(p, (u_char *) title, ngx_os_argv_last - (char *) p); in ngx_setproctitle()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_hexdump.c | 14 rte_hexdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_hexdump() argument 21 title ? : " Dump data", data, len); in rte_hexdump() 52 rte_memdump(FILE *f, const char *title, const void *buf, unsigned int len) in rte_memdump() argument 58 if (title) in rte_memdump() 59 fprintf(f, "%s: ", title); in rte_memdump()
|
| /f-stack/tools/libxo/tests/core/saved/ |
| H A D | test_03.HP.out | 7 <div class="title"> Type</div> 9 <div class="title">InUse</div> 11 <div class="title">MemUse</div> 13 <div class="title">HighUse</div> 15 <div class="title">Requests</div> 17 <div class="title">Size(s)</div>
|
| H A D | test_03.H.out | 1 …title"> Type</div><div class="text"> </div><div class="title">InUse</div><div class="text"…
|
| H A D | test_09.H.out | 1 …title">Item </div><div class="title"> Count</div></div><div class="line"><div class="te…
|
| H A D | test_09.HP.out | 2 <div class="title">Item </div> 3 <div class="title"> Count</div> 30 <div class="title">Item </div> 31 <div class="title"> Count</div> 58 <div class="title">Test </div> 59 <div class="title"> Three</div>
|
| H A D | test_05.H.out | 1 …title">Sample text</div></div><div class="line"><div class="text">This sample text was taken from …
|
| H A D | test_05.HP.out | 2 <div class="title">Sample text</div> 8 <div class="title">Gurmukhi:</div> 14 <div class="title">Shahmukhi:</div> 20 <div class="title">Transliteration</div> 84 <div class="title">Width</div> 95 <div class="title">Width</div> 106 <div class="title">Width</div> 117 <div class="title">Width</div> 133 <div class="title">Width</div> 141 <div class="title">Department </div> [all …]
|
| H A D | test_04.H.out | 1 <div class="line"><div class="title">Last Name </div><div class="title">First Name </div><div …
|
| H A D | test_04.HP.out | 2 <div class="title">Last Name </div> 3 <div class="title">First Name </div> 4 <div class="title">Department</div>
|
| H A D | test_03.HIPx.out | 7 <div class="title"> Type</div> 9 <div class="title">InUse</div> 11 <div class="title">MemUse</div> 13 <div class="title">HighUse</div> 15 <div class="title">Requests</div> 17 <div class="title">Size(s)</div>
|
| H A D | test_09.HIPx.out | 2 <div class="title">Item </div> 3 <div class="title"> Count</div> 30 <div class="title">Item </div> 31 <div class="title"> Count</div> 58 <div class="title">Test </div> 59 <div class="title"> Three</div>
|
| H A D | test_04.HIPx.out | 2 <div class="title">Last Name </div> 3 <div class="title">First Name </div> 4 <div class="title">Department</div>
|
| H A D | test_05.HIPx.out | 2 <div class="title">Sample text</div> 8 <div class="title">Gurmukhi:</div> 14 <div class="title">Shahmukhi:</div> 20 <div class="title">Transliteration</div> 84 <div class="title">Width</div> 95 <div class="title">Width</div> 106 <div class="title">Width</div> 117 <div class="title">Width</div> 133 <div class="title">Width</div> 141 <div class="title">Department </div> [all …]
|
| H A D | test_08.H.out | 1 …title">Item </div><div class="title"> Count</div></div><div class="line"><div class="da…
|
| /f-stack/dpdk/drivers/common/qat/ |
| H A D | qat_logs.h | 19 #define QAT_DP_HEXDUMP_LOG(level, title, buf, len) \ argument 20 qat_hexdump_log(RTE_LOG_ ## level, qat_dp_logtype, title, buf, len) 30 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title,
|
| H A D | qat_logs.c | 11 qat_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in qat_hexdump_log() argument 15 rte_hexdump(rte_log_get_stream(), title, buf, len); in qat_hexdump_log()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_hexdump.h | 35 rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len); 53 rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-benchmark.c | 72 const char *title; member 437 printf("====== %s ======\n", config.title); in showLatencyReport() 455 printf("\"%s\",\"%.2f\"\n", config.title, reqpersec); in showLatencyReport() 457 printf("%s: %.2f requests per second\n", config.title, reqpersec); in showLatencyReport() 461 static void benchmark(char *title, char *cmd, int len) { in benchmark() argument 464 config.title = title; in benchmark() 629 printf("%s: %.2f\r", config.title, rps); in showThroughput() 703 sds title = sdsnew(argv[0]); in main() local 705 title = sdscatlen(title, " ", 1); in main() 706 title = sdscatlen(title, (char*)argv[i], strlen(argv[i])); in main() [all …]
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_logs.c | 15 bcmfs_hexdump_log(uint32_t level, uint32_t logtype, const char *title, in bcmfs_hexdump_log() argument 23 rte_hexdump(rte_log_get_stream(), title, buf, len); in bcmfs_hexdump_log()
|
| H A D | bcmfs_logs.h | 22 #define BCMFS_DP_HEXDUMP_LOG(level, title, buf, len) \ argument 23 bcmfs_hexdump_log(RTE_LOG_ ## level, bcmfs_dp_logtype, title, buf, len)
|
| /f-stack/freebsd/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary3 | 625 for title, value in ta_todo: 626 prt_i2(title, f_perc(value, all_accesses), f_hits(value)) 656 for title, value in cl_todo: 657 prt_i2(title, f_perc(value, arc_stats['hits']), f_hits(value)) 674 for title, value in dt_todo: 675 prt_i2(title, f_perc(value, arc_stats['hits']), f_hits(value)) 686 for title, value in dm_todo: 687 prt_i2(title, f_perc(value, arc_stats['misses']), f_hits(value)) 737 for title, value in l2_todo: 738 prt_i1(title, f_hits(arc_stats[value]))
|
| /f-stack/dpdk/devtools/ |
| H A D | check-maintainers.sh | 49 printf "# $title " 69 title="$line"
|
| /f-stack/dpdk/doc/guides/ |
| H A D | conf.py | 158 def generate_overview_table(output_filename, table_id, section, table_name, title): argument 251 print_table_header(outfile, num_cols, header_names, title) 255 def print_table_header(outfile, num_cols, header_names, title): argument 263 print_table_row(outfile, title, line)
|