Lines Matching refs:Byte
362 Byte data_type; /* UNKNOWN, BINARY or ASCII */
363 Byte method; /* STORED (for zip only) or DEFLATED */
800 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); in deflateInit2_()
821 s->method = (Byte)method; in deflateInit2_()
939 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
940 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
1157 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte)); in deflateCopy()
1169 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof(Byte)); in deflateCopy()
1294 Byte scan_end1 = scan[best_len-1]; in longest_match()
1295 Byte scan_end = scan[best_len]; in longest_match()
2922 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? Z_BINARY : Z_ASCII);
2956 put_byte(s, (Byte)s->bi_buf);
2971 put_byte(s, (Byte)s->bi_buf);
3402 if (*p == (Byte)(m < 2 ? 0 : 0xff))
3459 Byte Exop; /* number of extra bits or operation */
3460 Byte Bits; /* number of bits in this code or subcode */
3616 #define OUTBYTE(a) {*q++=(Byte)(a);m--;}
4361 r.bits = (Byte)l; /* bits to dump before this table */
4362 r.exop = (Byte)j; /* bits in this table */
4370 r.bits = (Byte)(k - w);
4375 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */
4380 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */
4676 Byte lbits; /* ltree bits decoded per branch */
4677 Byte dbits; /* dtree bits decoder per branch */
4697 c->lbits = (Byte)bl;
4698 c->dbits = (Byte)bd;
5037 *q++ = (Byte)t->base;
5111 *q++ = (Byte)t->base;