Home
last modified time | relevance | path

Searched refs:MERGESTATE_TEMP_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dlistobject.c1136 #define MERGESTATE_TEMP_SIZE 256 macro
1173 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1511 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init()
1512 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init()
1516 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()
2217 if (saved_ob_size < MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2233 if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2404 if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
/external/python/cpython2/Objects/
Dlistobject.c1354 #define MERGESTATE_TEMP_SIZE 256 macro
1393 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1403 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()
1419 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_freemem()