Lines Matching defs:smaller
449 #define smaller(tree, n, m, depth) \456 * when the heap property is re-established (each father smaller than its469 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {472 /* Exit if v is smaller than both sons */473 if (smaller(tree, v, s->heap[j], s->depth)) break;