Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/zmod/
H A Dinftrees.c50 unsigned huff; /* Huffman code */ local
203 huff = 0; /* starting code */
240 next[(huff >> drop) + fill] = this;
245 while (huff & incr)
248 huff &= incr - 1;
249 huff += incr;
252 huff = 0;
262 if (len > root && (huff & mask) != low) {
286 low = huff & mask;
303 while (huff != 0) {
[all …]
/titanic_41/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_41/usr/src/cmd/look/
H A Dwords11218 huff