Home | History | Annotate | Download | only in conformance

Lines Matching defs:byte

113     uint8_t byte = val & 0x7fU;
115 if (val) byte |= 0x80U;
116 buf[i++] = byte;
127 // TODO: proper byte-swapping for big-endian machines.