Home
last modified time | relevance | path

Searched refs:nactivesyms (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/halibut/halibut-1.2/
H A Dhuffman.c156 int smallestfreq, totalfreq, nactivesyms; in build_huffman_tree() local
255 totalfreq = nactivesyms = 0; in build_huffman_tree()
263 nactivesyms++; in build_huffman_tree()
281 denom = maxprob - nactivesyms; in build_huffman_tree()