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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dtrees.c469 #define smaller(tree, n, m, depth) \ macro
476 * when the heap property is re-established (each father smaller than its
489 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
492 /* Exit if v is smaller than both sons */
493 if (smaller(tree, v, s->heap[j], s->depth)) break;

Completed in 27 milliseconds