Searched refs:PRED1_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
57 #define PRED1_BUF_SIZE 4096 macro75 u_char inbuf[PRED1_BUF_SIZE]; /* input buffer */76 u_char outbuf[PRED1_BUF_SIZE]; /* output buffer */399 if (inlen > (PRED1_BUF_SIZE*8/9 + 1 + 4)) { in ng_pred1_compress()477 if (inlen > PRED1_BUF_SIZE) { in ng_pred1_decompress()506 inlen - 4, PRED1_BUF_SIZE); in ng_pred1_decompress()