Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlistobject.c1112 #define MERGESTATE_TEMP_SIZE 256 macro
1149 PyObject *temparray[MERGESTATE_TEMP_SIZE];
1491 if (MERGESTATE_TEMP_SIZE / 2 < ms->alloced) in merge_init()
1492 ms->alloced = MERGESTATE_TEMP_SIZE / 2; in merge_init()
1496 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()
2189 if (saved_ob_size < MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2206 if (saved_ob_size >= MERGESTATE_TEMP_SIZE/2) in list_sort_impl()
2366 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()