Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/lib/
H A Ddecompress_common.c111 u16 working_space[]) in make_huffman_decode_table() argument
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()
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[]);