Searched refs:end_sym_idx (Results 1 – 1 of 1) sorted by relevance
205 u32 end_sym_idx = sym_idx + len_counts[codeword_len]; in make_huffman_decode_table() local207 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() local261 for (; sym_idx < end_sym_idx; sym_idx++, cur_codeword++) { in make_huffman_decode_table()