Searched refs:findnth (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 164 def findnth(s, sub, n, offs=0): function 170 return findnth(s[pos + 1:], sub, n - 1, offs + pos + 1) 3537 pos = findnth(value, "-", n)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 165 def findnth(s, sub, n, offs=0): function 171 return findnth(s[pos + 1:], sub, n - 1, offs + pos + 1) 3538 pos = findnth(value, "-", n)
|
Completed in 12 milliseconds