Searched refs:_PyList_ITEMS (Results 1 – 2 of 2) sorted by relevance
34 arr = _PyList_ITEMS(heap); in siftdown()53 arr = _PyList_ITEMS(heap); in siftdown()79 arr = _PyList_ITEMS(heap); in siftup()95 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup()428 arr = _PyList_ITEMS(heap); in siftdown_max()447 arr = _PyList_ITEMS(heap); in siftdown_max()473 arr = _PyList_ITEMS(heap); in siftup_max()489 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup_max()
39 #define _PyList_ITEMS(op) (_PyList_CAST(op)->ob_item) macro