Home
last modified time | relevance | path

Searched defs:maxofs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Objects/
Dlistobject.c1188 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_left() local
1209 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_left() local
1279 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_right() local
1301 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_right() local
/aosp_15_r20/external/python/cpython3/Objects/
Dlistobject.c1393 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_left() local
1413 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_left() local
1482 const Py_ssize_t maxofs = hint + 1; /* &a[0] is lowest */ in gallop_right() local
1503 const Py_ssize_t maxofs = n - hint; /* &a[n-1] is highest */ in gallop_right() local