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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dtrees.c446 #define smaller(tree, n, m, depth) \ macro
453 * when the heap property is re-established (each father smaller than its
466 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
469 /* Exit if v is smaller than both sons */
470 if (smaller(tree, v, s->heap[j], s->depth)) break;

Completed in 20 milliseconds