Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/i4l/
Disdn_bsdcomp.c649 unsigned int tgtbitno; /* bitno when we have a code */ in bsd_decompress() local
665 tgtbitno = 32 - n_bits; /* bitno when we have a code */ in bsd_decompress()
726 if (tgtbitno < bitno) in bsd_decompress()
729 incode = accm >> tgtbitno; in bsd_decompress()
874 tgtbitno = 32-n_bits; in bsd_decompress()
/linux-4.4.14/drivers/net/ppp/
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()