Searched refs:PRED1_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
55 #define PRED1_BUF_SIZE 4096 macro73 u_char inbuf[PRED1_BUF_SIZE]; /* input buffer */74 u_char outbuf[PRED1_BUF_SIZE]; /* output buffer */397 if (inlen > (PRED1_BUF_SIZE*8/9 + 1 + 4)) { in ng_pred1_compress()475 if (inlen > PRED1_BUF_SIZE) { in ng_pred1_decompress()504 inlen - 4, PRED1_BUF_SIZE); in ng_pred1_decompress()