Home
last modified time | relevance | path

Searched defs:subn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbuiltin-test.c640 int subn; in __cmd_test() local
671 int subn = t->subtest.get_nr(); in __cmd_test() local
760 int subn = t->subtest.get_nr(); in perf_test__list() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dtypes.py70 def subn(pattern, repl, string, count=0): member in NoMatch