Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_distributor.c631 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 Ddpdk-telemetry.py64 for s in sorted(paths):
98 for p in sorted(set(prefixes)):
/dpdk/buildtools/
H A Dmap_to_win.py31 functions = [ln[:-2] + '\n' for ln in sorted(f_in.readlines())
/dpdk/devtools/
H A Dupdate_version_map_abi.py122 for line in sorted(lines):
/dpdk/
H A Dmeson_options.txt1 # Please keep these options sorted alphabetically.
/dpdk/app/test-crypto-perf/
H A Ddpdk-graph-crypto-perf.py153 graphs = sorted(glob.glob(os.path.join(graph_path, sub, "*.jpg")),
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3428 - 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 Dcoding_style.rst293 * In general, when declaring variables in new structures, declare them sorted by use, then by size …