Lines Matching refs:bits
109 uint32_t olen, off, len, bits, val, sig, i, l; in MPPC_Decompress() local
122 bits = *srcCnt * 8; in MPPC_Decompress()
123 while (bits >= 8) { in MPPC_Decompress()
135 bits -= 8; in MPPC_Decompress()
151 bits -= 9; in MPPC_Decompress()
160 bits -= 10; in MPPC_Decompress()
164 bits -= 12; in MPPC_Decompress()
168 bits -= 16; in MPPC_Decompress()
183 bits--; in MPPC_Decompress()
187 bits -= 4; in MPPC_Decompress()
191 bits -= 6; in MPPC_Decompress()
195 bits -= 8; in MPPC_Decompress()
198 bits -= 8; in MPPC_Decompress()
202 bits -= 2; in MPPC_Decompress()
206 bits -= 4; in MPPC_Decompress()
210 bits -= 6; in MPPC_Decompress()
214 bits -= 8; in MPPC_Decompress()
217 bits -= 8; in MPPC_Decompress()
221 bits -= 2; in MPPC_Decompress()
225 bits -= 4; in MPPC_Decompress()
229 bits -= 6; in MPPC_Decompress()
233 bits -= 8; in MPPC_Decompress()