Home
last modified time | relevance | path

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

123

/f-stack/dpdk/app/test/
H A Dtest_distributor.c618 unsigned int sorted[buf_count], seq; in sanity_mark_test() local
675 sorted[seq] = id; in sanity_mark_test()
682 if (sorted[i] != sorted[0]) { in sanity_mark_test()
685 i, sorted[i], sorted[0]); in sanity_mark_test()
690 if (sorted[i] != sorted[0]) { in sanity_mark_test()
693 i, sorted[i], sorted[0]); in sanity_mark_test()
701 if (sorted[i] != sorted[12]) { in sanity_mark_test()
704 i, sorted[i], sorted[12]); in sanity_mark_test()
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dzts-report.py.in345 for test in sorted(expected):
373 for test in sorted(known.keys()):
382 for test in sorted(unexpected):
H A Dtest-runner.py.in343 lines = sorted(self.result.stdout + self.result.stderr,
618 for key in sorted(self.tests.keys()):
621 for key in sorted(self.testgroups.keys()):
655 self.testgroups[dirname].tests = sorted(filenames)
672 files = ' '.join(sorted(failed))
744 for test in sorted(self.tests.keys()):
747 for testgroup in sorted(self.testgroups.keys()):
828 for test in sorted(self.tests.keys()):
830 for testgroup in sorted(self.testgroups.keys()):
930 for p in sorted(options.pathnames):
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-sprd.txt11 - clocks: List of clock input name strings sorted in the same order
20 sorted in the same order as the dma-names property.
/f-stack/app/redis-5.0.5/tests/unit/
H A Dsort.tcl30 set sorted [lsort -index 1 -real $tosort]
32 lappend result [lindex $sorted $i 0]
273 set sorted [r sort tosort BY weight_* LIMIT 0 10]
285 set sorted [r sort tosort BY wobj_*->weight LIMIT 0 10]
297 set sorted [r sort tosort LIMIT 0 10]
309 set sorted [r sort tosort BY nokey LIMIT 0 10]
H A Dgeo.tcl92 test {GEORADIUS simple (sorted)} {
96 test {GEORADIUS withdist (sorted)} {
118 test {GEORADIUSBYMEMBER simple (sorted)} {
122 test {GEORADIUSBYMEMBER withdist (sorted)} {
/f-stack/dpdk/buildtools/
H A Dmap_to_win.py38 functions = [ln[:-2] + '\n' for ln in sorted(f_in.readlines())
/f-stack/freebsd/contrib/openzfs/cmd/arc_summary/
H A Darc_summary3460 sections = sorted(kstats_dict.keys())
465 lines = sorted(kstats_dict[section])
806 keylist = sorted(spls.keys())
832 keylist = sorted(tunables.keys())
957 calls = sorted(section_calls.keys())
/f-stack/app/redis-5.0.5/tests/integration/
H A Dblock-repl.tcl31 test {Test replication with blocking lists and sorted sets operations} {
/f-stack/freebsd/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,hexagon-v56.txt38 Definition: List of clock input name strings sorted in the same
47 Definition: List of clock input name strings sorted in the same
/f-stack/freebsd/contrib/device-tree/Bindings/ufs/
H A Dcdns,ufshc.txt19 - clock-names : List of clock input name strings sorted in the same
H A Dufs-mediatek.txt16 - clock-names : List of clock input name strings sorted in the same
H A Dufs-hisi.txt15 - clock-names : List of clock input name strings sorted in the same
H A Dufs-qcom.txt22 - clock-names : List of clock input name strings sorted in the same
/f-stack/freebsd/contrib/device-tree/Bindings/phy/
H A Dphy-mtk-ufs.txt17 - clock-names : List of clock input name strings sorted in the same
/f-stack/freebsd/contrib/device-tree/Bindings/display/msm/
H A Ddpu.txt39 - assigned-clock-rates: list of clock frequencies sorted in the same order as
71 - assigned-clock-rates: list of clock frequencies sorted in the same order as
/f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/
H A Dexynos-mic.txt15 - clock-names: list of clock names sorted in the same order as the clocks
H A Dexynos5433-decon.txt20 - clock-names: list of clock names sorted in the same order as the clocks
H A Dexynos7-decon.txt27 - clock-names: list of clock names sorted in the same order as the clocks
/f-stack/dpdk/devtools/
H A Dupdate_version_map_abi.py118 for line in sorted(lines):
/f-stack/dpdk/
H A Dmeson_options.txt1 # Please keep these options sorted alphabetically.
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-scarlet.dtsi13 /* ppvar_sys children, sorted by name */
78 /* pp1800 children, sorted by name */
96 /* pp3300 children, sorted by name */
/f-stack/freebsd/contrib/device-tree/Bindings/interconnect/
H A Dinterconnect.txt49 interconnect-names : List of interconnect path name strings sorted in the same
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg8 # Please keep the contents of each variable sorted for ease of reading
/f-stack/freebsd/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in133 for key in sorted(incompat):
161 for key in sorted(cols.keys()):

123