Searched refs:tgtbitno (Results 1 – 2 of 2) sorted by relevance
649 unsigned int tgtbitno; /* bitno when we have a code */ in bsd_decompress() local665 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()
835 unsigned int tgtbitno; /* bitno when we have a code */ in bsd_decompress() local855 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()