Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c366 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max() function
450 return siftdown_max(heap, startpos, pos); in siftup_max()