Searched defs:less_than (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_min_heap.c | 14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() function
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_min_heap.c | 14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() function
|
/third_party/libuv/src/ |
H A D | heap-inl.h | 246 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() argument 107 HEAP_EXPORT(void heap_insert(struct heap* heap, struct heap_node* newnode, heap_compare_fn less_than)) HEAP_EXPORT() argument 151 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument [all...] |
/third_party/node/deps/uv/src/ |
H A D | heap-inl.h | 239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() argument 106 HEAP_EXPORT(void heap_insert(struct heap* heap, struct heap_node* newnode, heap_compare_fn less_than)) HEAP_EXPORT() argument 150 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 76 static bool less_than(SkOpRayDir dir) { in less_than() function
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-typed-lowering.cc | 753 const Operator* less_than; in ReduceJSComparison() local
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 1554 def less_than(a, b): function
|
Completed in 14 milliseconds