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 */
3008 if (*p == (Byte)(m < 2 ? 0 : 0xff))
3115 #define OUTBYTE(a) {*q++=(Byte)(a);m--;}
3846 r.bits = (Byte)l; /* bits to dump before this table */
3847 r.exop = (Byte)j; /* bits in this table */
3855 r.bits = (Byte)(k - w);
3860 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
3865 r.exop = (Byte)e[*p - s] + 16 + 64; /* non-simple--look up in lists */
4114 Byte lbits; /* ltree bits decoded per branch */
4115 Byte dbits; /* dtree bits decoder per branch */
4133 c->lbits = (Byte)bl;
4134 c->dbits = (Byte)bd;
4446 *q++ = (Byte)t->base;
4520 *q++ = (Byte)t->base;