Searched refs:huff (Results 1 – 8 of 8) sorted by relevance
44 unsigned huff; /* Huffman code */ in inflate_table() local194 huff = 0; /* starting code */ in inflate_table()232 next[(huff >> drop) + fill] = here; in inflate_table()237 while (huff & incr) in inflate_table()240 huff &= incr - 1; in inflate_table()241 huff += incr; in inflate_table()244 huff = 0; in inflate_table()254 if (len > root && (huff & mask) != low) { in inflate_table()279 low = huff & mask; in inflate_table()289 if (huff != 0) { in inflate_table()[all …]
30 extern struct huff { struct47 double huff(float); argument
33 SPELLPROGSRC= spellprog.c hash.c hashlook.c huff.c36 SPELLINSRC= spellin.c huff.c39 HASHCHECKSRC= hashcheck.c hash.c huff.c
42 struct huff huffcode;178 huff(float a) in huff() function
109 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
11215 huff
1721 unsigned huff; /* Huffman code */ local1874 huff = 0; /* starting code */1911 next[(huff >> drop) + fill] = this;1916 while (huff & incr)1919 huff &= incr - 1;1920 huff += incr;1923 huff = 0;1933 if (len > root && (huff & mask) != low) {1957 low = huff & mask;1974 while (huff != 0) {[all …]
11217 huff