Searched refs:comment (Results 1 – 16 of 16) sorted by relevance
| /dpdk/lib/pcapng/ |
| H A D | rte_pcapng.c | 85 const char *app, const char *comment) in pcapng_section_block() argument 100 if (comment) in pcapng_section_block() 101 len += pcapng_optlen(strlen(comment)); in pcapng_section_block() 123 if (comment) in pcapng_section_block() 125 comment, strlen(comment)); in pcapng_section_block() 261 const char *comment, in rte_pcapng_write_stats() argument 283 if (comment) in rte_pcapng_write_stats() 284 optlen += pcapng_optlen(strlen(comment)); in rte_pcapng_write_stats() 296 if (comment) in rte_pcapng_write_stats() 298 comment, strlen(comment)); in rte_pcapng_write_stats() [all …]
|
| H A D | rte_pcapng.h | 61 const char *appname, const char *comment); 185 const char *comment,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_07.rst | 54 This section is a comment. Do not overwrite or remove it. 116 This section is a comment. Do not overwrite or remove it. 132 This section is a comment. Do not overwrite or remove it. 148 This section is a comment. Do not overwrite or remove it. 165 This section is a comment. Do not overwrite or remove it. 185 This section is a comment. Do not overwrite or remove it.
|
| /dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 415 * After the code snippet, create another new comment which starts with a 416 scissors ``>8``, then ``End of`` and the first comment repeated. 434 If a multiline comment is needed before the snippet, 435 then the last line of the multiline comment should be in the same format as 436 the first comment shown in the example. 469 * The SVG images should include a copyright notice, as an XML comment. 580 The DPDK API is documented using Doxygen comment annotations in the header files. 628 … instead of ``*`` for lists within the Doxygen comment since the latter can get confused with the … 671 /** This is a prefix comment. */ 674 #define RTE_BAR_ERROR 0x024. /**< This is a postfix comment. */ [all …]
|
| H A D | coding_style.rst | 57 Each file must begin with a special comment containing the 163 * When code is conditionally compiled using ``#ifdef`` or ``#if``, a comment may be added following… 165 * This comment should be used only for (subjectively) long regions, regions greater than 20 lines, … 167 * The comment should be separated from the ``#endif`` or ``#else`` by a single space. 168 * For short conditionally compiled regions, a closing comment should not be used. 169 * The comment for ``#endif`` should match the expression used in the corresponding ``#if`` or ``#if… 170 * The comment for ``#else`` and ``#elif`` should match the inverse of the expression(s) used in the… 644 * All major routines should have a comment briefly describing what 645 * they do. The comment before the "main" routine should describe 780 * Elements in a switch statement that cascade should have a FALLTHROUGH comment. For example:
|
| H A D | patches.rst | 653 #. Once a patch has been acked by the relevant maintainer, reviewers may still comment on it for a …
|
| /dpdk/app/test/test_cfgfiles/etc/ |
| H A D | sample1.ini | 1 ; this is a global comment
|
| H A D | sample2.ini | 1 # this is a global comment
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse.c | 197 int comment = 0; in cmdline_parse() local 222 comment = 1; in cmdline_parse() 224 if ( ! isblank2(*curbuf) && ! comment) { in cmdline_parse()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | fips_validation.rst | 28 * If the header comment in a ``.req`` file does not contain a Algo tag 29 i.e ``AES,TDES,GCM`` you need to manually add it into the header comment for
|
| H A D | timer.rst | 63 As explained in the comment, it is better to use the TSC register (as it is a per-lcore register) t…
|
| H A D | l3_forward_access_ctrl.rst | 312 It ignores empty and comment lines, and parses and validates the rules it reads.
|
| H A D | l3_forward.rst | 235 It ignores empty and comment lines, and parses and validates the rules it reads.
|
| H A D | ipsec_secgw.rst | 401 line is treated as comment and will not be parsed.
|
| /dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 352 Each line beginning with sign '#' contain comment and it is ignored by parser:: 354 # <comment>
|
| H A D | testbbdev.rst | 306 Line started with ``#`` is treated as a comment and is ignored.
|