Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A Dinftrees.c48 unsigned huff; /* Huffman code */ local
200 huff = 0; /* starting code */
238 next[(huff >> drop) + fill] = here;
243 while (huff & incr)
246 huff &= incr - 1;
247 huff += incr;
250 huff = 0;
260 if (len > root && (huff & mask) != low) {
285 low = huff & mask;
295 if (huff != 0) {
[all …]
/titanic_53/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 …]
/titanic_53/usr/src/cmd/spell/
H A Dhuff.h33 extern struct huff { struct
50 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.c45 struct huff huffcode;
181 huff(float a) in huff() function
H A Dspellin.c111 z = huff((1L<<HASHWIDTH)/atof(argv[1])); in main()
H A Dlist11216 huff
/titanic_53/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 …]
/titanic_53/usr/src/cmd/look/
H A Dwords11218 huff