Lines Matching defs:byte
134 % o compressed_pixels: The address of a byte (8 bits) array of compressed
140 % o pixels: The address of a byte (8 bits) array of pixel data created by
159 byte;
169 byte=(*p++);
170 if (byte != 128U)
171 *q++=byte;
175 Runlength-encoded packet: <count><byte>.
184 byte=(*p++);
188 *q++=byte;
932 byte;
944 byte=0;
947 byte<<=1;
949 byte|=0x01;
953 (void) WriteBlobByte(image,byte);
955 byte=0;
960 (void) WriteBlobByte(image,(unsigned char) (byte << (8-bit)));