Searched refs:rawLen (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov518_decomp.c111 int rawLen; /* Total number of bytes in input buffer */ member in struct:comp_info
600 int bufLen = cinfo->rawLen;
1337 if (cinfo->bytes > cinfo->rawLen + 897)
1341 if (cinfo->bytes >= cinfo->rawLen - 897)
1405 if (cinfo->bytes > cinfo->rawLen + 897)
1409 if (cinfo->bytes >= cinfo->rawLen - 897)
1437 int rawLen = cinfo->rawLen; local
1440 if (rawLen < 72) {
1445 cinfo->qt = pIn + rawLen
[all...]

Completed in 33 milliseconds