Searched refs:incode (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 562 u_int incode, oldcode, finchar; local 600 incode = accm >> tgtbitno; 604 if (incode == CLEAR) { 620 if (incode > max_ent + 2 || incode > db->maxmaxcode 621 || incode > max_ent && oldcode == CLEAR) { 624 db->unit, incode, oldcode); 632 if (incode > max_ent) { 636 finchar = incode; 659 incode, finchar, db->dict[finchar].cptr, max_ent); 664 db->unit, incode, finchar); [all …]
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 1106 uint_t incode; in bsd_decompress() local 1251 incode = accm >> tgtbitno; in bsd_decompress() 1255 if (incode == CLEAR) { in bsd_decompress() 1288 if (incode > max_ent) { in bsd_decompress() 1289 if (incode > max_ent + 2 || in bsd_decompress() 1290 incode > db->maxmaxcode || in bsd_decompress() 1299 "oldcode=0x%x ", db->unit, incode, in bsd_decompress() 1308 finchar = incode; in bsd_decompress() 1459 oldcode = incode; in bsd_decompress()
|
/titanic_44/usr/src/cmd/compress/ |
H A D | compress.c | 1283 code_int code, oldcode, incode; in decompress() local 1317 incode = code; in decompress() 1367 oldcode = incode; in decompress()
|