Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/lib/
Ddecompress_common.c116 u16 * const sorted_syms = &working_space[2 * (max_codeword_len + 1)]; in make_huffman_decode_table() local
191 sorted_syms[offsets[lens[sym]]++] = sym; in make_huffman_decode_table()
212 entry = ((u32)codeword_len << 11) | sorted_syms[sym_idx]; in make_huffman_decode_table()
265 u32 sorted_sym = sorted_syms[sym_idx]; in make_huffman_decode_table()