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

/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.c75 unsigned huff; /* Huffman code */ local
178 filled is at next and has curr index bits. The code being used is huff
186 of the low root bits of huff. This is saved in low to check for when a
228 huff = 0; /* starting code */
259 /* replicate for those indices with low len bits equal to huff */
265 next[(huff >> drop) + fill] = this;
268 /* backwards increment the len-bit code huff */
270 while (huff & incr)
273 huff &= incr - 1;
274 huff
[all...]

Completed in 17 milliseconds