Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c34 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()
/third_party/python/Include/cpython/
Dlistobject.h39 #define _PyList_ITEMS(op) (_PyList_CAST(op)->ob_item) macro