Searched defs:subn (Results 1 - 5 of 5) sorted by relevance
| /third_party/littlefs/scripts/ |
| H A D | prefix.py | 21 def subn(from_prefix, to_prefix, name): function
|
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | builtin-test.c | 640 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
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| H A D | builtin-test.c | 386 int subn; in __cmd_test() local 410 int subn = num_subtests(t); in __cmd_test() local 486 int subn = num_subtests(t); in perf_test__list() local
|
| /third_party/python/Lib/re/ |
| H A D | __init__.py | 187 def subn(pattern, repl, string, count=0, flags=0): function
|
| /third_party/python/Modules/_sre/ |
| H A D | sre.c | 1050 pattern_subx(_sremodulestate* module_state, PatternObject* self, PyObject* ptemplate, PyObject* string, Py_ssize_t count, Py_ssize_t subn) pattern_subx() argument
|
Completed in 7 milliseconds