Lines Matching refs:Byte
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
225 Byte method; /* STORED (for zip only) or DEFLATED */
633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
656 s->method = (Byte)method;
701 put_byte(s, (Byte)(b >> 8));
702 put_byte(s, (Byte)(b & 0xff));
861 TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte));
965 register Byte scan_end1 = scan[best_len-1];
966 register Byte scan_end = scan[best_len];
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
2544 put_byte(s, (Byte)s->bi_buf);
2559 put_byte(s, (Byte)s->bi_buf);
2657 Byte Exop; /* number of extra bits or operation */
2658 Byte Bits; /* number of bits in this code or subcode */
3015 if (*p == (Byte)(m < 2 ? 0 : 0xff))
3122 #define OUTBYTE(a) {*q++=(Byte)(a);m--;}
3856 r.bits = (Byte)l; /* bits to dump before this table */
3857 r.exop = (Byte)j; /* bits in this table */
3865 r.bits = (Byte)(k - w);
3870 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
3875 r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
4124 Byte lbits; /* ltree bits decoded per branch */
4125 Byte dbits; /* dtree bits decoder per branch */
4143 c->lbits = (Byte)bl;
4144 c->dbits = (Byte)bd;
4460 *q++ = (Byte)t->base;
4534 *q++ = (Byte)t->base;