Home | History | Annotate | Download | only in coders

Lines Matching defs:byte

149     byte;
250 byte=0;
254 byte=(*p++);
255 index=(byte & 0x80) ? 0 : 1;
257 byte<<=1;
448 byte,
489 byte=0;
492 byte<<=1;
494 byte|=0x01;
498 *q++=byte;
500 byte=0;
505 *q++=byte << (8-bit);