Searched refs:next_bits (Results 1 – 1 of 1) sorted by relevance
/lib/842/ |
D | 842_decompress.c | 65 static int next_bits(struct sw842_param *p, u64 *d, u8 n); 77 ret = next_bits(p, &tmp, n - s); in __split_next_bits() 80 ret = next_bits(p, d, s); in __split_next_bits() 87 static int next_bits(struct sw842_param *p, u64 *d, u8 n) in next_bits() function 139 ret = next_bits(p, &v, n * 8); in do_data() 168 ret = next_bits(p, &index, bits); in __do_index() 297 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress() 305 ret = next_bits(&p, &rep, REPEAT_BITS); in sw842_decompress() 341 ret = next_bits(&p, &bytes, SHORT_DATA_BITS); in sw842_decompress() 349 ret = next_bits(&p, &tmp, 8); in sw842_decompress() [all …]
|