Home
last modified time | relevance | path

Searched refs:num_cols (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/doc/guides/
H A Dconf.py247 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 Dcvmx-llm.c750 dfaAddr.s.num_cols = 0x1; in cn31xx_dfa_memory_init()
H A Dcvmx-dfa-defs.h1765 uint64_t num_cols : 2; /**< The Long word address that the controller receives member
1776 uint64_t num_cols : 2;