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

/linux-master/fs/ntfs3/lib/
H A Dxpress_decompress.c108 bitstream_pop_bits(&is, log2_offset);
H A Ddecompress_common.h126 bitstream_pop_bits(struct input_bitstream *is, u32 num_bits) function
139 return bitstream_pop_bits(is, num_bits);
237 key_bits = (entry & 0x3FFF) + bitstream_pop_bits(istream, 1);
H A Dlzx_decompress.c360 block_type = bitstream_pop_bits(is, 3);
363 if (bitstream_pop_bits(is, 1)) {

Completed in 107 milliseconds