Home
last modified time | relevance | path

Searched defs:less_than (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dtest_min_heap.c14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() function
/kernel/linux/linux-6.6/lib/
H A Dtest_min_heap.c14 static __init bool less_than(const void *lhs, const void *rhs) in less_than() function
/third_party/libuv/src/
H A Dheap-inl.h246 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 Dheap-inl.h239 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 DSkPathOpsWinding.cpp76 static bool less_than(SkOpRayDir dir) { in less_than() function
/third_party/node/deps/v8/src/compiler/
H A Djs-typed-lowering.cc753 const Operator* less_than; in ReduceJSComparison() local
/third_party/python/Lib/test/
H A Dtest_inspect.py1554 def less_than(a, b): function

Completed in 14 milliseconds