Searched refs:SMALLEST (Results 1 – 1 of 1) sorted by relevance
422 #define SMALLEST 1 macro432 top = s->heap[SMALLEST]; \433 s->heap[SMALLEST] = s->heap[s->heap_len--]; \434 pqdownheap(s, tree, SMALLEST); \666 m = s->heap[SMALLEST]; /* m = node of next least frequency */683 s->heap[SMALLEST] = node++;684 pqdownheap(s, tree, SMALLEST);688 s->heap[--(s->heap_max)] = s->heap[SMALLEST];