Searched refs:COMP_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
1221 char result[COMP_BUF_SIZE]; in test_comp()1226 unsigned int dlen = COMP_BUF_SIZE; in test_comp()1259 unsigned int dlen = COMP_BUF_SIZE; in test_comp()1303 char result[COMP_BUF_SIZE]; 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()1367 COMP_BUF_SIZE - req.avail_out, 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()1449 algo, COMP_BUF_SIZE - req.avail_out, in test_pcomp()
32263 #define COMP_BUF_SIZE 512 macro32267 char input[COMP_BUF_SIZE];32268 char output[COMP_BUF_SIZE];32275 char input[COMP_BUF_SIZE];32276 char output[COMP_BUF_SIZE];