SMALLEST          436 tools/packfi2/trees.c     top = s->heap[SMALLEST]; \
SMALLEST          437 tools/packfi2/trees.c     s->heap[SMALLEST] = s->heap[s->heap_len--]; \
SMALLEST          438 tools/packfi2/trees.c     pqdownheap(s, tree, SMALLEST); \
SMALLEST          670 tools/packfi2/trees.c         m = s->heap[SMALLEST]; /* m = node of next least frequency */
SMALLEST          687 tools/packfi2/trees.c         s->heap[SMALLEST] = node++;
SMALLEST          688 tools/packfi2/trees.c         pqdownheap(s, tree, SMALLEST);
SMALLEST          692 tools/packfi2/trees.c     s->heap[--(s->heap_max)] = s->heap[SMALLEST];