Searched refs:smaller (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libz/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;

Completed in 13 milliseconds