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

/linux-4.4.14/drivers/isdn/i4l/
H A Disdn_bsdcomp.c654 unsigned int finchar; bsd_decompress() local
760 finchar = oldcode; bsd_decompress()
763 finchar = incode; bsd_decompress()
767 codelen = *(lens_ptr(db, finchar)); bsd_decompress()
772 printk(KERN_DEBUG " len=%d, finchar=0x%x, codelen=%d,skblen=%d\n", bsd_decompress()
773 ilen, finchar, codelen, skb_out->len); bsd_decompress()
785 while (finchar > LAST) { bsd_decompress()
786 struct bsd_dict *dictp2 = dict_ptr(db, finchar); bsd_decompress()
791 if (--codelen <= 0 || dictp->codem1 != finchar - 1) { 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()
796 if (dictp->codem1 != finchar - 1) { bsd_decompress()
797 printk(KERN_ERR "bsd_decomp%d: bad code chain 0x%x finchar=0x%x ", db->unit, incode, finchar); bsd_decompress()
808 finchar = fcode & 0xffff; bsd_decompress()
811 *--p = finchar; bsd_decompress()
819 *(skb_put(skb_out, 1)) = finchar; bsd_decompress()
834 fcode = BSD_KEY(oldcode, finchar); bsd_decompress()
835 hval = BSD_HASH(oldcode, finchar, db->hshift); bsd_decompress()
/linux-4.4.14/drivers/net/ppp/
H A Dbsd_comp.c841 unsigned int finchar; bsd_decompress() local
966 finchar = oldcode; bsd_decompress()
971 finchar = incode; bsd_decompress()
975 codelen = *(lens_ptr (db, finchar)); bsd_decompress()
983 printk(" len=%d, finchar=0x%x, codelen=%d, explen=%d\n", bsd_decompress()
984 ilen, finchar, codelen, explen); bsd_decompress()
996 while (finchar > LAST) bsd_decompress()
998 struct bsd_dict *dictp2 = dict_ptr (db, finchar); bsd_decompress()
1002 if (--codelen <= 0 || dictp->codem1 != finchar-1) bsd_decompress()
1008 incode, finchar, dictp2->cptr, max_ent); bsd_decompress()
1012 if (dictp->codem1 != finchar-1) bsd_decompress()
1015 "finchar=0x%x ", bsd_decompress()
1016 db->unit, incode, finchar); bsd_decompress()
1026 finchar = dictp->f.hs.prefix; bsd_decompress()
1028 *--p = finchar; bsd_decompress()
1040 *wptr++ = finchar; bsd_decompress()
1058 fcode = BSD_KEY(oldcode,finchar); bsd_decompress()
1059 hval = BSD_HASH(oldcode,finchar,db->hshift); bsd_decompress()

Completed in 71 milliseconds