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

/xnu-2422.115.4/libkern/zlib/
H A Dtrees.c472 #define smaller(tree, n, m, depth) \ macro
479 * when the heap property is re-established (each father smaller than its
492 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
495 /* Exit if v is smaller than both sons */
496 if (smaller(tree, v, s->heap[j], s->depth)) break;

Completed in 35 milliseconds