Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ppp/
H A Dbsd_comp.c835 unsigned int tgtbitno; /* bitno when we have a code */ in bsd_decompress() local
855 tgtbitno = 32 - n_bits; /* bitno when we have a code */ in bsd_decompress()
922 if (tgtbitno < bitno) in bsd_decompress()
927 incode = accm >> tgtbitno; in bsd_decompress()
1106 tgtbitno = 32-n_bits; in bsd_decompress()