Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c390 siftdown_max(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in siftdown_max() function
481 return siftdown_max(heap, startpos, pos); in siftup_max()