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