Home
last modified time | relevance | path

Searched refs:table_bits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/ntfs3/lib/
H A Ddecompress_common.c55 * using only 2**table_bits entries, where 'table_bits' is some number
57 * length 'table_bits' and shorter can be directly looked up. For
80 * a length of at least ((2**table_bits) + 2 * num_syms) entries.
86 * @table_bits:
109 const u32 table_bits, const u8 lens[], in make_huffman_decode_table()
113 const u32 table_num_entries = 1 << table_bits; in make_huffman_decode_table()
193 /* Fill entries for codewords with length <= table_bits in make_huffman_decode_table()
203 stores_per_loop = (1 << (table_bits - codeword_len)); in make_huffman_decode_table()
225 * there are codewords longer than table_bits fo in make_huffman_decode_table()
108 make_huffman_decode_table(u16 decode_table[], const u32 num_syms, const u32 table_bits, const u8 lens[], const u32 max_codeword_len, u16 working_space[]) make_huffman_decode_table() argument
[all...]
H A Ddecompress_common.h210 u32 table_bits, in read_huffsym()
218 /* Index the decode table by the next table_bits bits of the input. */ in read_huffsym()
219 key_bits = bitstream_peek_bits(istream, table_bits); in read_huffsym()
230 * table_bits, so the symbol does not have an entry in read_huffsym()
231 * directly in the first (1 << table_bits) entries of the in read_huffsym()
235 bitstream_remove_bits(istream, table_bits); in read_huffsym()
208 read_huffsym(struct input_bitstream *istream, const u16 decode_table[], u32 table_bits, u32 max_codeword_len) read_huffsym() argument
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c172 long table_bits; in rvt_wss_init() local
207 table_bits = table_size / PAGE_SIZE; in rvt_wss_init()
208 wss->pages_mask = table_bits - 1; in rvt_wss_init()
209 wss->num_entries = table_bits / BITS_PER_LONG; in rvt_wss_init()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dqp.c130 long table_bits; in rvt_wss_init() local
165 table_bits = table_size / PAGE_SIZE; in rvt_wss_init()
166 wss->pages_mask = table_bits - 1; in rvt_wss_init()
167 wss->num_entries = table_bits / BITS_PER_LONG; in rvt_wss_init()

Completed in 8 milliseconds