Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dbsd_comp.c834 unsigned int tgtbitno; /* bitno when we have a code */ in bsd_decompress() local
854 tgtbitno = 32 - n_bits; /* bitno when we have a code */ in bsd_decompress()
921 if (tgtbitno < bitno) in bsd_decompress()
926 incode = accm >> tgtbitno; in bsd_decompress()
1105 tgtbitno = 32-n_bits; in bsd_decompress()