Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_heapqmodule.c379 _siftdownmax(PyListObject *heap, Py_ssize_t startpos, Py_ssize_t pos) in _siftdownmax() function
461 return _siftdownmax(heap, startpos, pos); in _siftupmax()