Home | History | Annotate | Download | only in examples

Lines Matching refs:SIZE

72 #define SIZE 32768U         /* input and output buffer sizes */
76 input file and a buffer of size SIZE */
97 if ((unsigned)ret > SIZE - len)
98 ret = (int)(SIZE - len);
106 } while (ret != 0 && len < SIZE);
157 unsigned char inbuf[SIZE]; /* input buffer */
158 unsigned char outbuf[SIZE]; /* output buffer */
262 /* if the table will be full after this, increment the code size */
343 while (stack > SIZE - outcnt) {
344 while (outcnt < SIZE)