Home
last modified time | relevance | path

Searched refs:_PyList_ITEMS (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/
H A D_heapqmodule.c14 #include "pycore_list.h" // _PyList_ITEMS()
40 arr = _PyList_ITEMS(heap); in siftdown()
59 arr = _PyList_ITEMS(heap); in siftdown()
85 arr = _PyList_ITEMS(heap); in siftup()
101 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup()
409 arr = _PyList_ITEMS(heap); in siftdown_max()
428 arr = _PyList_ITEMS(heap); in siftdown_max()
454 arr = _PyList_ITEMS(heap); in siftup_max()
470 arr = _PyList_ITEMS(heap); /* arr may have changed */ in siftup_max()
/third_party/python/Include/internal/
H A Dpycore_list.h38 #define _PyList_ITEMS(op) (_PyList_CAST(op)->ob_item) macro
/third_party/python/Python/
H A Dceval.c2859 PyObject **items = _PyList_ITEMS(seq);

Completed in 12 milliseconds