Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c1119 int blockctr; in bsd_decompress() local
1212 blockctr = ((db->mru + 32 + DECOMP_CHUNK - 1) / DECOMP_CHUNK) + 5; in bsd_decompress()
1331 if ((--blockctr < 0) || in bsd_decompress()
1340 (blockctr < 0 ? "too many" : in bsd_decompress()