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