Searched refs:_PyList_ITEMS (Results 1 – 2 of 2) sorted by relevance
36 arr = _PyList_ITEMS(heap); in siftdown()55 arr = _PyList_ITEMS(heap); in siftdown()81 arr = _PyList_ITEMS(heap); in siftup()97 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup()405 arr = _PyList_ITEMS(heap); in siftdown_max()424 arr = _PyList_ITEMS(heap); in siftdown_max()450 arr = _PyList_ITEMS(heap); in siftup_max()466 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup_max()
14 #define _PyList_ITEMS(op) (_PyList_CAST(op)->ob_item) macro