Searched refs:make_huffman_decode_table (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ntfs3/lib/
H A Dlzx_decompress.c141 /* Temporary space for make_huffman_decode_table() */
271 if (make_huffman_decode_table(d->precode_decode_table,
385 if (make_huffman_decode_table(d->alignedcode_decode_table,
416 if (make_huffman_decode_table(d->maincode_decode_table,
430 if (make_huffman_decode_table(d->lencode_decode_table,
H A Dxpress_decompress.c29 /* Temporary space for make_huffman_decode_table() */
78 if (make_huffman_decode_table(d->decode_table, XPRESS_NUM_SYMBOLS,
H A Ddecompress_common.c11 * make_huffman_decode_table() -
108 int make_huffman_decode_table(u16 decode_table[], const u32 num_syms, function
H A Ddecompress_common.h198 extern int make_huffman_decode_table(u16 decode_table[], const u32 num_syms,

Completed in 89 milliseconds