Searched defs:maxofs (Results 1 – 2 of 2) sorted by relevance
1323 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_left() local1344 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_left() local1414 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_right() local1436 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_right() local
1188 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_left() local1209 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_left() local1279 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_right() local1301 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_right() local