Byte              287 tools/packfi2/deflate.c     s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
Byte              309 tools/packfi2/deflate.c     s->method = (Byte)method;
Byte              522 tools/packfi2/deflate.c     put_byte(s, (Byte)(b >> 8));
Byte              523 tools/packfi2/deflate.c     put_byte(s, (Byte)(b & 0xff));
Byte              603 tools/packfi2/deflate.c                 put_byte(s, (Byte)(s->gzhead->time & 0xff));
Byte              604 tools/packfi2/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff));
Byte              605 tools/packfi2/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff));
Byte              606 tools/packfi2/deflate.c                 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff));
Byte              745 tools/packfi2/deflate.c                 put_byte(s, (Byte)(strm->adler & 0xff));
Byte              746 tools/packfi2/deflate.c                 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
Byte              835 tools/packfi2/deflate.c         put_byte(s, (Byte)(strm->adler & 0xff));
Byte              836 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
Byte              837 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
Byte              838 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
Byte              839 tools/packfi2/deflate.c         put_byte(s, (Byte)(strm->total_in & 0xff));
Byte              840 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->total_in >> 8) & 0xff));
Byte              841 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->total_in >> 16) & 0xff));
Byte              842 tools/packfi2/deflate.c         put_byte(s, (Byte)((strm->total_in >> 24) & 0xff));
Byte              920 tools/packfi2/deflate.c     ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
Byte              932 tools/packfi2/deflate.c     zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte));
Byte             1054 tools/packfi2/deflate.c     register Byte scan_end1  = scan[best_len-1];
Byte             1055 tools/packfi2/deflate.c     register Byte scan_end   = scan[best_len];
Byte              104 tools/packfi2/deflate.h     Byte  method;        /* STORED (for zip only) or DEFLATED */
Byte             1169 tools/packfi2/trees.c         put_byte(s, (Byte)s->bi_buf);
Byte             1184 tools/packfi2/trees.c         put_byte(s, (Byte)s->bi_buf);
Byte              268 tools/packfi2/zconf.h #  define Bytef Byte FAR
Byte              270 tools/packfi2/zconf.h    typedef Byte  FAR Bytef;
Byte              282 tools/packfi2/zconf.h    typedef Byte const *voidpc;
Byte              283 tools/packfi2/zconf.h    typedef Byte FAR   *voidpf;
Byte              284 tools/packfi2/zconf.h    typedef Byte       *voidp;