Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/i4l/
Disdn_bsdcomp.c654 unsigned int incode; in bsd_decompress() local
731 incode = accm >> tgtbitno; in bsd_decompress()
739 if (incode == CLEAR) { in bsd_decompress()
749 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
750 || (incode > max_ent && oldcode == CLEAR)) { in bsd_decompress()
753 db->unit, incode, oldcode); in bsd_decompress()
761 if (incode > max_ent) { in bsd_decompress()
765 finchar = incode; in bsd_decompress()
796 … printk(KERN_ERR "0x%x at 0x%x by 0x%x, max_ent=0x%x\n", incode, finchar, dictp2->cptr, max_ent); in bsd_decompress()
799 printk(KERN_ERR "bsd_decomp%d: bad code chain 0x%x finchar=0x%x ", db->unit, incode, finchar); in bsd_decompress()
[all …]
/Linux-v4.19/drivers/net/ppp/
Dbsd_comp.c839 unsigned int incode; in bsd_decompress() local
927 incode = accm >> tgtbitno; in bsd_decompress()
935 if (incode == CLEAR) in bsd_decompress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
951 || (incode > max_ent && oldcode == CLEAR)) in bsd_decompress()
956 db->unit, incode, oldcode); in bsd_decompress()
964 if (incode > max_ent) in bsd_decompress()
971 finchar = incode; in bsd_decompress()
1008 incode, finchar, dictp2->cptr, max_ent); in bsd_decompress()
1016 db->unit, incode, finchar); in bsd_decompress()
[all …]