Searched defs:Byte (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libz/
H A Dzconf.h67 # define Byte z_Byte macro
276 typedef unsigned char Byte; /* 8 bits */ typedef
283 # define Bytef Byte FAR
285 typedef Byte FAR Bytef;
297 typedef Byte const *voidpc;
298 typedef Byte FAR *voidpf;
299 typedef Byte *voidp;
/ast/src/cmd/INIT/
H A Dratz.c393 typedef unsigned char Byte; /* 8 bits */ typedef
400 # define Bytef Byte FAR
402 typedef Byte FAR Bytef;
414 typedef Byte const *voidpc;
415 typedef Byte FAR *voidpf;
416 typedef Byte *voidp;
1314 Byte method; /* STORED (for zip only) or DEFLATED */
3639 Byte *inbuf; /* input buffer */
3640 Byte *outbuf; /* output buffer */
3757 s->stream.next_out = s->outbuf = (Byte*)ALLO
[all...]

Completed in 23 milliseconds