Home | History | Annotate | Download | only in examples

Lines Matching refs:SIZE

75 #define SIZE 32768U         /* input and output buffer sizes */
79 input file and a buffer of size SIZE */
100 if ((unsigned)ret > SIZE - len)
101 ret = (int)(SIZE - len);
109 } while (ret != 0 && len < SIZE);
160 unsigned char inbuf[SIZE]; /* input buffer */
161 unsigned char outbuf[SIZE]; /* output buffer */
266 /* if the table will be full after this, increment the code size */
349 while (stack > SIZE - outcnt) {
350 while (outcnt < SIZE)