Home
last modified time | relevance | path

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

/mirbsd/src/sys/net/
Dbsd-comp.c830 u_int incode, oldcode, finchar; local
918 incode = accm >> tgtbitno;
922 if (incode == CLEAR) {
943 if (incode > max_ent + 2 || incode > db->maxmaxcode
944 || (incode > max_ent && oldcode == CLEAR)) {
948 db->unit, incode, oldcode);
956 if (incode > max_ent) {
960 finchar = incode;
1023 db->unit, codelen, incode, max_ent);
1077 oldcode = incode;
[all …]