Home
last modified time | relevance | path

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

/libuv/src/
H A Dheap-inl.h54 heap_compare_fn less_than));
57 heap_compare_fn less_than));
58 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than));
108 heap_compare_fn less_than)) { in HEAP_EXPORT() argument
146 while (newnode->parent != NULL && less_than(newnode, newnode->parent)) in HEAP_EXPORT()
152 heap_compare_fn less_than)) { in HEAP_EXPORT() argument
222 if (child->left != NULL && less_than(child->left, smallest)) in HEAP_EXPORT()
224 if (child->right != NULL && less_than(child->right, smallest)) in HEAP_EXPORT()
235 while (child->parent != NULL && less_than(child, child->parent)) in HEAP_EXPORT()
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() argument
[all …]

Completed in 10 milliseconds