Lines Matching defs:table_bits
55 * 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[],
113 const u32 table_num_entries = 1 << table_bits;
193 /* Fill entries for codewords with length <= table_bits
203 stores_per_loop = (1 << (table_bits - codeword_len));
225 * there are codewords longer than table_bits for which we must
253 * 'table_bits', primarily in order of codeword length
266 u32 extra_bits = codeword_len - table_bits;
270 * beyond the prefix of length @table_bits and