Home
last modified time | relevance | path

Searched refs:input_bitstream (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/fs/ntfs3/lib/
A Ddecompress_common.h55 struct input_bitstream { struct
73 static forceinline void init_input_bitstream(struct input_bitstream *is, in init_input_bitstream() argument
87 static forceinline void bitstream_ensure_bits(struct input_bitstream *is, in bitstream_ensure_bits()
115 bitstream_remove_bits(struct input_bitstream *is, u32 num_bits) in bitstream_remove_bits()
126 bitstream_pop_bits(struct input_bitstream *is, u32 num_bits) in bitstream_pop_bits()
136 bitstream_read_bits(struct input_bitstream *is, u32 num_bits) in bitstream_read_bits()
144 bitstream_read_byte(struct input_bitstream *is) in bitstream_read_byte()
153 bitstream_read_u16(struct input_bitstream *is) in bitstream_read_u16()
166 bitstream_read_u32(struct input_bitstream *is) in bitstream_read_u32()
192 static forceinline void bitstream_align(struct input_bitstream *is) in bitstream_align()
[all …]
A Dlzx_decompress.c208 struct input_bitstream *is) in read_presym()
216 struct input_bitstream *is) in read_mainsym()
224 struct input_bitstream *is) in read_lensym()
232 struct input_bitstream *is) in read_alignedsym()
255 struct input_bitstream *is, in lzx_read_codeword_lens()
346 struct input_bitstream *is, in lzx_read_block_header()
472 struct input_bitstream *is, in lzx_decompress_block()
598 struct input_bitstream is; in lzx_decompress()
A Dxpress_decompress.c66 struct input_bitstream is; in xpress_decompress()

Completed in 5 milliseconds