Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Ddecompress_common.c101 * @working_space
111 u16 working_space[]) in make_huffman_decode_table()
114 u16 * const len_counts = &working_space[0]; in make_huffman_decode_table()
115 u16 * const offsets = &working_space[1 * (max_codeword_len + 1)]; in make_huffman_decode_table()
116 u16 * const sorted_syms = &working_space[2 * (max_codeword_len + 1)]; in make_huffman_decode_table()
108 make_huffman_decode_table(u16 decode_table[], const u32 num_syms, const u32 table_bits, const u8 lens[], const u32 max_codeword_len, u16 working_space[]) make_huffman_decode_table() argument
H A Dlzx_decompress.c142 u16 working_space[2 * (1 + LZX_MAX_MAIN_CODEWORD_LEN) + member
276 d->working_space)) in lzx_read_codeword_lens()
390 d->working_space)) in lzx_read_block_header()
421 d->working_space)) in lzx_read_block_header()
435 d->working_space)) in lzx_read_block_header()
H A Dxpress_decompress.c30 u16 working_space[2 * (1 + XPRESS_MAX_CODEWORD_LEN) + member
81 d->working_space)) in xpress_decompress()
H A Ddecompress_common.h201 u16 working_space[]);

Completed in 3 milliseconds