Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/lib/
A Ddecompress_common.c114 u16 * const len_counts = &working_space[0]; in make_huffman_decode_table() local
131 len_counts[len] = 0; in make_huffman_decode_table()
133 len_counts[lens[sym]]++; in make_huffman_decode_table()
144 left -= len_counts[len]; in make_huffman_decode_table()
183 offsets[len + 1] = offsets[len] + len_counts[len]; in make_huffman_decode_table()
205 u32 end_sym_idx = sym_idx + len_counts[codeword_len]; in make_huffman_decode_table()
259 u32 end_sym_idx = sym_idx + len_counts[codeword_len]; in make_huffman_decode_table()

Completed in 3 milliseconds