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

/macosx-10.10/sudo-73/src/zlib/
H A Dinftrees.c48 unsigned huff; /* Huffman code */ local
151 filled is at next and has curr index bits. The code being used is huff
159 of the low root bits of huff. This is saved in low to check for when a
200 huff = 0; /* starting code */
232 /* replicate for those indices with low len bits equal to huff */
238 next[(huff >> drop) + fill] = here;
241 /* backwards increment the len-bit code huff */
243 while (huff & incr)
246 huff &= incr - 1;
247 huff
[all...]
/macosx-10.10/rsync-45/rsync/zlib/
H A Dinftrees.c48 unsigned huff; /* Huffman code */ local
151 filled is at next and has curr index bits. The code being used is huff
159 of the low root bits of huff. This is saved in low to check for when a
201 huff = 0; /* starting code */
232 /* replicate for those indices with low len bits equal to huff */
238 next[(huff >> drop) + fill] = this;
241 /* backwards increment the len-bit code huff */
243 while (huff & incr)
246 huff &= incr - 1;
247 huff
[all...]
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinftree9.c48 unsigned huff; /* Huffman code */ local
145 filled is at next and has curr index bits. The code being used is huff
153 of the low root bits of huff. This is saved in low to check for when a
194 huff = 0; /* starting code */
226 /* replicate for those indices with low len bits equal to huff */
231 next[(huff >> drop) + fill] = this;
234 /* backwards increment the len-bit code huff */
236 while (huff & incr)
239 huff &= incr - 1;
240 huff
[all...]
/macosx-10.10/zlib-55/zlib/
H A Dinftrees.c48 unsigned huff; /* Huffman code */ local
151 filled is at next and has curr index bits. The code being used is huff
159 of the low root bits of huff. This is saved in low to check for when a
200 huff = 0; /* starting code */
232 /* replicate for those indices with low len bits equal to huff */
238 next[(huff >> drop) + fill] = here;
241 /* backwards increment the len-bit code huff */
243 while (huff & incr)
246 huff &= incr - 1;
247 huff
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1721 unsigned huff; /* Huffman code */ local
1824 filled is at next and has curr index bits. The code being used is huff
1832 of the low root bits of huff. This is saved in low to check for when a
1874 huff = 0; /* starting code */
1905 /* replicate for those indices with low len bits equal to huff */
1911 next[(huff >> drop) + fill] = this;
1914 /* backwards increment the len-bit code huff */
1916 while (huff & incr)
1919 huff &= incr - 1;
1920 huff
[all...]

Completed in 98 milliseconds