Searched refs:MERGESTATE_TEMP_SIZE (Results 1 – 2 of 2) sorted by relevance
1136 #define MERGESTATE_TEMP_SIZE 256 macro1173 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()
1354 #define MERGESTATE_TEMP_SIZE 256 macro1393 PyObject *temparray[MERGESTATE_TEMP_SIZE];1403 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_init()1419 ms->alloced = MERGESTATE_TEMP_SIZE; in merge_freemem()