Searched refs:make_huffman_decode_table (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/ntfs3/lib/ |
H A D | lzx_decompress.c | 271 if (make_huffman_decode_table(d->precode_decode_table, in lzx_read_codeword_lens() 385 if (make_huffman_decode_table(d->alignedcode_decode_table, in lzx_read_block_header() 416 if (make_huffman_decode_table(d->maincode_decode_table, in lzx_read_block_header() 430 if (make_huffman_decode_table(d->lencode_decode_table, in lzx_read_block_header()
|
H A D | xpress_decompress.c | 78 if (make_huffman_decode_table(d->decode_table, XPRESS_NUM_SYMBOLS, in xpress_decompress()
|
H A D | decompress_common.c | 108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, in make_huffman_decode_table() function
|
H A D | decompress_common.h | 198 extern int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,
|