Home
last modified time | relevance | path

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

/linux/drivers/net/ppp/
H A Dbsd_comp.c838 unsigned int incode; in bsd_decompress() local
926 incode = accm >> tgtbitno; in bsd_decompress()
934 if (incode == CLEAR) in bsd_decompress()
949 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
950 || (incode > max_ent && oldcode == CLEAR)) in bsd_decompress()
955 db->unit, incode, oldcode); in bsd_decompress()
963 if (incode > max_ent) in bsd_decompress()
970 finchar = incode; in bsd_decompress()
1007 incode, finchar, dictp2->cptr, max_ent); in bsd_decompress()
1015 db->unit, incode, finchar); in bsd_decompress()
[all …]