Lines Matching refs:next_bits
74 static int next_bits(struct sw842_param *p, u64 *d, u8 n);
86 ret = next_bits(p, &tmp, n - s); in __split_next_bits()
89 ret = next_bits(p, d, s); in __split_next_bits()
96 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits() function
148 ret = next_bits(p, &v, n * 8); in do_data()
177 ret = next_bits(p, &index, bits); in __do_index()
302 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress()
310 ret = next_bits(&p, &rep, REPEAT_BITS); in sw842_decompress()
346 ret = next_bits(&p, &bytes, SHORT_DATA_BITS); in sw842_decompress()
354 ret = next_bits(&p, &tmp, 8); in sw842_decompress()
383 ret = next_bits(&p, &crc, CRC_BITS); in sw842_decompress()