Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dtest_min_heap.c19 static __init bool greater_than(const void *lhs, const void *rhs) in greater_than() function
73 .less = min_heap ? less_than : greater_than, in test_heapify_all()
106 .less = min_heap ? less_than : greater_than, in test_heap_push()
139 .less = min_heap ? less_than : greater_than, in test_heap_pop_push()