Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlistobject.c1346 #define MAX_MERGE_PENDING 85 macro
1390 struct s_slice pending[MAX_MERGE_PENDING];
2151 assert(ms.n < MAX_MERGE_PENDING); in listsort()
/external/python/cpython3/Objects/
Dlistobject.c1104 #define MAX_MERGE_PENDING 85 macro
1146 struct s_slice pending[MAX_MERGE_PENDING];
2340 assert(ms.n < MAX_MERGE_PENDING); in list_sort_impl()