Searched refs:SMALLEST (Results 1 – 1 of 1) sorted by relevance
478 #define SMALLEST 1 macro488 top = s->heap[SMALLEST]; \489 s->heap[SMALLEST] = s->heap[s->heap_len--]; \490 pqdownheap(s, tree, SMALLEST); \673 m = s->heap[SMALLEST]; /* m = node of next least frequency */ in build_tree()690 s->heap[SMALLEST] = node++; in build_tree()691 pqdownheap(s, tree, SMALLEST); in build_tree()695 s->heap[--(s->heap_max)] = s->heap[SMALLEST]; in build_tree()