Searched refs:incode (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/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 …]
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | bsd-comp.c | 1104 uint_t incode; in bsd_decompress() local 1249 incode = accm >> tgtbitno; in bsd_decompress() 1253 if (incode == CLEAR) { in bsd_decompress() 1286 if (incode > max_ent) { in bsd_decompress() 1287 if (incode > max_ent + 2 || in bsd_decompress() 1288 incode > db->maxmaxcode || in bsd_decompress() 1297 "oldcode=0x%x ", db->unit, incode, in bsd_decompress() 1306 finchar = incode; in bsd_decompress() 1457 oldcode = incode; in bsd_decompress()
|
/illumos-gate/usr/src/cmd/compress/ |
H A D | compress.c | 1285 code_int code, oldcode, incode; in decompress() local 1319 incode = code; in decompress() 1369 oldcode = incode; in decompress()
|