Searched refs:incode (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_bsdcomp.c652 unsigned int incode; bsd_decompress() local
729 incode = accm >> tgtbitno; bsd_decompress()
737 if (incode == CLEAR) { bsd_decompress()
747 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) bsd_decompress()
748 || (incode > max_ent && oldcode == CLEAR)) { bsd_decompress()
751 db->unit, incode, oldcode); bsd_decompress()
759 if (incode > max_ent) { bsd_decompress()
763 finchar = incode; bsd_decompress()
794 printk(KERN_ERR "0x%x at 0x%x by 0x%x, max_ent=0x%x\n", incode, finchar, dictp2->cptr, max_ent); bsd_decompress()
797 printk(KERN_ERR "bsd_decomp%d: bad code chain 0x%x finchar=0x%x ", db->unit, incode, finchar); bsd_decompress()
815 printk(KERN_ERR "bsd_decomp%d: short by %d after code 0x%x, max_ent=0x%x\n", db->unit, codelen, incode, max_ent); bsd_decompress()
877 oldcode = incode; bsd_decompress()
/linux-4.4.14/drivers/net/ppp/
H A Dbsd_comp.c839 unsigned int incode; bsd_decompress() local
927 incode = accm >> tgtbitno; bsd_decompress()
935 if (incode == CLEAR) bsd_decompress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) bsd_decompress()
951 || (incode > max_ent && oldcode == CLEAR)) bsd_decompress()
956 db->unit, incode, oldcode); bsd_decompress()
964 if (incode > max_ent) bsd_decompress()
971 finchar = incode; bsd_decompress()
1008 incode, finchar, dictp2->cptr, max_ent); bsd_decompress()
1016 db->unit, incode, finchar); bsd_decompress()
1034 db->unit, codelen, incode, max_ent); bsd_decompress()
1109 oldcode = incode; bsd_decompress()

Completed in 284 milliseconds