Searched refs:lbits (Results 1 – 3 of 3) sorted by relevance
58 lbits and dbits tuning parameters.289 This results of this trade are in the variables lbits and dbits290 below. lbits is the number of bits the first level table for literal/304 about one bit more than those, so lbits is 8+1 and dbits is 5+1.310 STATIC const int lbits = 9; /* bits in base literal/length lookup table */ variable 977 bl = lbits; in inflate_dynamic()
30 size_t lbits; in rvu_npc_wide_extract() local36 lbits = 64 - (start_bit & 63); in rvu_npc_wide_extract()39 return ((hi << lbits) | lo) & mask; in rvu_npc_wide_extract()
281 u32 lbits = -0x400 | (u32) K; in emit_set_const_sext() local284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext()