Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_heapqmodule.c435 siftup_max(PyListObject *heap, Py_ssize_t pos) in siftup_max() function
498 return heappop_internal(heap, siftup_max); in _heapq__heappop_max_impl()
516 return heapreplace_internal(heap, item, siftup_max); in _heapq__heapreplace_max_impl()
532 return heapify_internal(heap, siftup_max); in _heapq__heapify_max_impl()