Lines Matching defs:SIZE
76 #define SIZE 32768U /* input and output buffer sizes */
80 input file and a buffer of size SIZE */
101 if ((unsigned)ret > SIZE - len)
102 ret = (int)(SIZE - len);
110 } while (ret != 0 && len < SIZE);
161 unsigned char inbuf[SIZE]; /* input buffer */
162 unsigned char outbuf[SIZE]; /* output buffer */
267 /* if the table will be full after this, increment the code size */
350 while (stack > SIZE - outcnt) {
351 while (outcnt < SIZE)