Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dlistobject.c1183 struct s_slice { struct
1184 sortslice base;
1185 Py_ssize_t len; /* length of run */
1186 int power; /* node "level" for powersort merge strategy */
/aosp_15_r20/external/python/cpython2/Objects/
Dlistobject.c1359 struct s_slice { struct
1360 PyObject **base;
1361 Py_ssize_t len;