Searched refs:working_space (Results 1 – 4 of 4) sorted by relevance
111 u16 working_space[]) in make_huffman_decode_table() argument114 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()
142 u16 working_space[2 * (1 + LZX_MAX_MAIN_CODEWORD_LEN) + member276 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()
30 u16 working_space[2 * (1 + XPRESS_MAX_CODEWORD_LEN) + member81 d->working_space)) in xpress_decompress()
201 u16 working_space[]);