Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/lib/
H A Ddecompress_common.c232 u32 cur_codeword; in make_huffman_decode_table() local
256 for (cur_codeword = decode_table_pos << 1; in make_huffman_decode_table()
258 codeword_len++, cur_codeword <<= 1) { in make_huffman_decode_table()
261 for (; sym_idx < end_sym_idx; sym_idx++, cur_codeword++) { in make_huffman_decode_table()
267 u32 node_idx = cur_codeword >> extra_bits; in make_huffman_decode_table()
305 node_idx += (cur_codeword >> extra_bits) & 1; in make_huffman_decode_table()