Searched refs:SMALLEST (Results 1 – 1 of 1) sorted by relevance
457 #define SMALLEST 1 macro467 top = s->heap[SMALLEST]; \468 s->heap[SMALLEST] = s->heap[s->heap_len--]; \469 pqdownheap(s, tree, SMALLEST); \709 m = s->heap[SMALLEST]; /* m = node of next least frequency */ in build_tree()726 s->heap[SMALLEST] = node++; in build_tree()727 pqdownheap(s, tree, SMALLEST); in build_tree()731 s->heap[--(s->heap_max)] = s->heap[SMALLEST]; in build_tree()