Searched refs:find_nth (Results 1 – 2 of 2) sorted by relevance
13 def find_nth(haystack, needle, n): function43 path = line[:find_nth(line, ':', 2)]
4110 int64 find_nth = (limit - start - 1) / stride; in TryToReorderSliceAndReverse() local4111 find_nth = start + find_nth * stride; in TryToReorderSliceAndReverse()4112 limit = find_nth + 1; in TryToReorderSliceAndReverse()