Home
last modified time | relevance | path

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

/linux/lib/
H A Dinflate.c58 lbits and dbits tuning parameters.
289 This results of this trade are in the variables lbits and dbits
290 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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c30 size_t lbits; in rvu_npc_wide_extract() local
36 lbits = 64 - (start_bit & 63); in rvu_npc_wide_extract()
39 return ((hi << lbits) | lo) & mask; in rvu_npc_wide_extract()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c281 u32 lbits = -0x400 | (u32) K; in emit_set_const_sext() local
284 emit(XOR | IMMED | RS1(reg) | S13(lbits) | RD(reg), ctx); in emit_set_const_sext()