Lines Matching refs:incode
652 unsigned int incode; in bsd_decompress() local
729 incode = accm >> tgtbitno; in bsd_decompress()
737 if (incode == CLEAR) { in bsd_decompress()
747 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
748 || (incode > max_ent && oldcode == CLEAR)) { in bsd_decompress()
751 db->unit, incode, oldcode); in bsd_decompress()
759 if (incode > max_ent) { in bsd_decompress()
763 finchar = incode; in 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); in bsd_decompress()
797 printk(KERN_ERR "bsd_decomp%d: bad code chain 0x%x finchar=0x%x ", db->unit, incode, finchar); in bsd_decompress()
815 …R "bsd_decomp%d: short by %d after code 0x%x, max_ent=0x%x\n", db->unit, codelen, incode, max_ent); in bsd_decompress()
877 oldcode = incode; in bsd_decompress()