Searched refs:num_cols (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/doc/guides/ |
| H A D | conf.py | 247 num_cols = len(header_names) 251 print_table_header(outfile, num_cols, header_names, title) 252 print_table_body(outfile, num_cols, ini_files, ini_data, default_features) 255 def print_table_header(outfile, num_cols, header_names, title): argument 257 print_table_divider(outfile, num_cols) 272 print_table_divider(outfile, num_cols) 275 def print_table_body(outfile, num_cols, ini_files, ini_data, default_features): argument 286 print_table_divider(outfile, num_cols) 295 def print_table_divider(outfile, num_cols): argument 298 column_dividers = ['='] * num_cols
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-llm.c | 750 dfaAddr.s.num_cols = 0x1; in cn31xx_dfa_memory_init()
|
| H A D | cvmx-dfa-defs.h | 1765 uint64_t num_cols : 2; /**< The Long word address that the controller receives member 1776 uint64_t num_cols : 2;
|