Searched refs:sorted (Results 1 – 8 of 8) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_distributor.c | 631 unsigned int sorted[buf_count], seq; in sanity_mark_test() local 688 sorted[seq] = id; in sanity_mark_test() 695 if (sorted[i] != sorted[0]) { in sanity_mark_test() 698 i, sorted[i], sorted[0]); in sanity_mark_test() 703 if (sorted[i] != sorted[0]) { in sanity_mark_test() 706 i, sorted[i], sorted[0]); in sanity_mark_test() 714 if (sorted[i] != sorted[12]) { in sanity_mark_test() 717 i, sorted[i], sorted[12]); in sanity_mark_test()
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry.py | 64 for s in sorted(paths): 98 for p in sorted(set(prefixes)):
|
| /dpdk/buildtools/ |
| H A D | map_to_win.py | 31 functions = [ln[:-2] + '\n' for ln in sorted(f_in.readlines())
|
| /dpdk/devtools/ |
| H A D | update_version_map_abi.py | 122 for line in sorted(lines):
|
| /dpdk/ |
| H A D | meson_options.txt | 1 # Please keep these options sorted alphabetically.
|
| /dpdk/app/test-crypto-perf/ |
| H A D | dpdk-graph-crypto-perf.py | 153 graphs = sorted(glob.glob(os.path.join(graph_path, sub, "*.jpg")),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3428 - List existing flow rules sorted by priority, filtered by group 4585 ``flow list`` lists existing flow rules sorted by priority and optionally 4625 Rules are sorted by priority (i.e. group ID first, then priority level):: 4732 information, all the aged flows are sorted by the longest timeout time. For example, if
|
| /dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 293 * In general, when declaring variables in new structures, declare them sorted by use, then by size …
|