Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/libkern/
H A Dzconf.h77 # define Byte z_Byte macro
288 typedef unsigned char Byte; /* 8 bits */ typedef
295 # define Bytef Byte FAR
297 typedef Byte FAR Bytef;
309 typedef Byte const *voidpc;
310 typedef Byte FAR *voidpf;
311 typedef Byte *voidp;
/xnu-11215/libkern/zlib/
H A Ddeflate.c329 s->method = (Byte)method; in deflateInit2_()
547 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
548 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
773 put_byte(s, (Byte)(strm->adler & 0xff)); in deflate()
863 put_byte(s, (Byte)(strm->adler & 0xff)); in deflate()
864 put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); in deflate()
865 put_byte(s, (Byte)((strm->adler >> 16) & 0xff)); in deflate()
866 put_byte(s, (Byte)((strm->adler >> 24) & 0xff)); in deflate()
867 put_byte(s, (Byte)(strm->total_in & 0xff)); in deflate()
1079 Byte scan_end1 = scan[best_len-1]; in longest_match()
[all …]
H A Ddeflate.h133 Byte method; /* STORED (for zip only) or DEFLATED */
H A Dtrees.c1241 put_byte(s, (Byte)s->bi_buf);
1256 put_byte(s, (Byte)s->bi_buf);