Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dinftrees.c44 unsigned huff; /* Huffman code */ in inflate_table() local
194 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 …]
/illumos-gate/usr/src/cmd/spell/
H A Dhuff.h30 extern struct huff { struct
47 double huff(float); argument
H A DMakefile33 SPELLPROGSRC= spellprog.c hash.c hashlook.c huff.c
36 SPELLINSRC= spellin.c huff.c
39 HASHCHECKSRC= hashcheck.c hash.c huff.c
H A Dhuff.c42 struct huff huffcode;
178 huff(float a) in huff() function
H A Dspellin.c109 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
H A Dlist11215 huff
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1721 unsigned huff; /* Huffman code */ local
1874 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 …]
/illumos-gate/usr/src/cmd/look/
H A Dwords11217 huff