Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c412 _siftupmax(PyListObject *heap, Py_ssize_t pos) in _siftupmax() function
497 if(_siftupmax((PyListObject *)heap, i) == -1) in nsmallest()
522 if (_siftupmax((PyListObject *)heap, 0) == -1) in nsmallest()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c411 _siftupmax(PyListObject *heap, Py_ssize_t pos) in _siftupmax() function
496 if(_siftupmax((PyListObject *)heap, i) == -1) in nsmallest()
521 if (_siftupmax((PyListObject *)heap, 0) == -1) in nsmallest()