/src/sys/net/ |
bsd-comp.c | 804 u_int incode, oldcode, finchar; local in function:bsd_decompress 892 incode = accm >> tgtbitno; 896 if (incode == CLEAR) { 917 if (incode > max_ent + 2 || incode > db->maxmaxcode 918 || (incode > max_ent && oldcode == CLEAR)) { 922 db->unit, incode, oldcode); 930 if (incode > max_ent) { 934 finchar = incode; 997 db->unit, codelen, incode, max_ent) [all...] |
bsd-comp.c | 804 u_int incode, oldcode, finchar; local in function:bsd_decompress 892 incode = accm >> tgtbitno; 896 if (incode == CLEAR) { 917 if (incode > max_ent + 2 || incode > db->maxmaxcode 918 || (incode > max_ent && oldcode == CLEAR)) { 922 db->unit, incode, oldcode); 930 if (incode > max_ent) { 934 finchar = incode; 997 db->unit, codelen, incode, max_ent) [all...] |
/src/usr.bin/compress/ |
zopen.c | 171 #define incode zs->u.r.zs_incode macro 513 incode = code; 554 oldcode = incode;
|
zopen.c | 171 #define incode zs->u.r.zs_incode macro 513 incode = code; 554 oldcode = incode;
|