Home | History | Annotate | Download | only in suffixarray

Lines Matching refs:n1

229 		// increased value n1, but only if Lookup returned all the requested
232 for n1 := n; ; n1 += 2 * (n - len(result)) /* overflow ok */ {
233 indices := x.Lookup(lit, n1)
257 if len(result) >= n || len(indices) != n1 {
259 // (n and n1 can be negative)
276 for n1 := n; ; n1 += 2 * (n - len(result)) /* overflow ok */ {
277 indices := x.Lookup(lit, n1)
297 if len(result) >= n || len(indices) != n1 {
299 // (n and n1 can be negative)