Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dlistobject.c1190 struct s_MergeState { struct
1195 Py_ssize_t min_gallop;
1197 Py_ssize_t listlen; /* len(input_list) - read only */
1198 PyObject **basekeys; /* base address of keys array - read only */
1203 sortslice a; /* may point to temparray below */
1204 Py_ssize_t alloced;
1215 int n;
1216 struct s_slice pending[MAX_MERGE_PENDING];
1219 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1224 int (*key_compare)(PyObject *, PyObject *, MergeState *);
[all …]
/aosp_15_r20/external/python/cpython2/Objects/
Dlistobject.c1364 typedef struct s_MergeState { struct
1366 PyObject *compare;
1372 Py_ssize_t min_gallop;
1377 PyObject **a; /* may point to temparray below */
1378 Py_ssize_t alloced;
1389 int n;
1390 struct s_slice pending[MAX_MERGE_PENDING];
1393 PyObject *temparray[MERGESTATE_TEMP_SIZE];