Searched defs:maxofs (Results 1 – 1 of 1) sorted by relevance
1393 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_left() local1413 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_left() local1482 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_right() local1503 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_right() local