Searched defs:siftdown_max (Results 1 - 1 of 1) sorted by relevance

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

Completed in 295 milliseconds