Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_heapqmodule.c416 _siftupmax(PyListObject *heap, Py_ssize_t pos) in _siftupmax() function
501 if(_siftupmax((PyListObject *)heap, i) == -1) in nsmallest()
526 if (_siftupmax((PyListObject *)heap, 0) == -1) in nsmallest()