Searched refs:SMALLEST (Results 1 – 1 of 1) sorted by relevance
430 #define SMALLEST 1 macro440 top = s->heap[SMALLEST]; \441 s->heap[SMALLEST] = s->heap[s->heap_len--]; \442 pqdownheap(s, tree, SMALLEST); \674 m = s->heap[SMALLEST]; /* m = node of next least frequency */691 s->heap[SMALLEST] = node++;692 pqdownheap(s, tree, SMALLEST);696 s->heap[--(s->heap_max)] = s->heap[SMALLEST];