Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/
H A Diterator_range_core.hpp89 inline bool greater_than( const Left& l, const Right& r ) in greater_than() function
626 return iterator_range_detail::greater_than( l, r ); in operator >()
715 return iterator_range_detail::greater_than( l, r ); in operator >()
725 return iterator_range_detail::greater_than( l, r ); in operator >()