Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c36 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()
/third_party/python/Include/internal/
Dpycore_list.h14 #define _PyList_ITEMS(op) (_PyList_CAST(op)->ob_item) macro