Home | History | Annotate | Download | only in zlib_v128

Lines Matching defs:smaller

443 #define smaller(tree, n, m, depth) \
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;