Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:smaller

445 #define smaller(tree, n, m, depth) \
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;