Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ntfs3/lib/
A Ddecompress_common.c205 u32 end_sym_idx = sym_idx + len_counts[codeword_len]; in make_huffman_decode_table() local
207 for (; sym_idx < end_sym_idx; sym_idx++) { in make_huffman_decode_table()
259 u32 end_sym_idx = sym_idx + len_counts[codeword_len]; in make_huffman_decode_table() local
261 for (; sym_idx < end_sym_idx; sym_idx++, cur_codeword++) { in make_huffman_decode_table()

Completed in 3 milliseconds