Lines Matching refs:top
66 but the top cell "wins" over the two topped cells.
419 # 2 n - k compare remaining elements to top of heap
494 top = result[0][0]
498 if elem < top:
500 top, _order = result[0]
511 top = result[0][0]
516 if k < top:
518 top, _order, _elem = result[0]
552 top = result[0][0]
556 if top < elem:
558 top, _order = result[0]
569 top = result[0][0]
574 if top < k:
576 top, _order, _elem = result[0]