Lines Matching refs:outlen
1240 if (dlen != ctemplate[i].outlen) { in test_comp()
1273 if (dlen != dtemplate[i].outlen) { in test_comp()
1330 req.avail_out = ctemplate[i].outlen / 2; in test_pcomp()
1354 req.avail_out += COMP_BUF_SIZE - ctemplate[i].outlen / 2; in test_pcomp()
1364 if (COMP_BUF_SIZE - req.avail_out != ctemplate[i].outlen) { in test_pcomp()
1368 ctemplate[i].outlen); in test_pcomp()
1372 if (produced != ctemplate[i].outlen) { in test_pcomp()
1375 algo, produced, ctemplate[i].outlen); in test_pcomp()
1379 if (memcmp(result, ctemplate[i].output, ctemplate[i].outlen)) { in test_pcomp()
1382 hexdump(result, ctemplate[i].outlen); in test_pcomp()
1411 req.avail_out = dtemplate[i].outlen / 2; in test_pcomp()
1435 req.avail_out += COMP_BUF_SIZE - dtemplate[i].outlen / 2; in test_pcomp()
1446 if (COMP_BUF_SIZE - req.avail_out != dtemplate[i].outlen) { in test_pcomp()
1450 dtemplate[i].outlen); in test_pcomp()
1454 if (produced != dtemplate[i].outlen) { in test_pcomp()
1457 algo, produced, dtemplate[i].outlen); in test_pcomp()
1461 if (memcmp(result, dtemplate[i].output, dtemplate[i].outlen)) { in test_pcomp()
1464 hexdump(result, dtemplate[i].outlen); in test_pcomp()