Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_heapqmodule.c407 siftup_max(PyListObject *heap, Py_ssize_t pos) in siftup_max() function
456 return heappop_internal(heap, siftup_max); in heappop_max()
464 return heapreplace_internal(args, siftup_max); in heapreplace_max()
472 return heapify_internal(heap, siftup_max); in heapify_max()