Lines Matching refs:outlen
1208 if (dlen != ctemplate[i].outlen) { in test_comp()
1241 if (dlen != dtemplate[i].outlen) { in test_comp()
1298 req.avail_out = ctemplate[i].outlen / 2; in test_pcomp()
1322 req.avail_out += COMP_BUF_SIZE - ctemplate[i].outlen / 2; in test_pcomp()
1332 if (COMP_BUF_SIZE - req.avail_out != ctemplate[i].outlen) { in test_pcomp()
1336 ctemplate[i].outlen); in test_pcomp()
1340 if (produced != ctemplate[i].outlen) { in test_pcomp()
1343 algo, produced, ctemplate[i].outlen); in test_pcomp()
1347 if (memcmp(result, ctemplate[i].output, ctemplate[i].outlen)) { in test_pcomp()
1350 hexdump(result, ctemplate[i].outlen); in test_pcomp()
1379 req.avail_out = dtemplate[i].outlen / 2; in test_pcomp()
1403 req.avail_out += COMP_BUF_SIZE - dtemplate[i].outlen / 2; in test_pcomp()
1414 if (COMP_BUF_SIZE - req.avail_out != dtemplate[i].outlen) { in test_pcomp()
1418 dtemplate[i].outlen); in test_pcomp()
1422 if (produced != dtemplate[i].outlen) { in test_pcomp()
1425 algo, produced, dtemplate[i].outlen); in test_pcomp()
1429 if (memcmp(result, dtemplate[i].output, dtemplate[i].outlen)) { in test_pcomp()
1432 hexdump(result, dtemplate[i].outlen); in test_pcomp()