Lines Matching defs:byte
159 uint32_t byte;
161 &byte, 0x00, 0xff);
165 value |= (uint64_t)(byte & 0x7f) << (i * 7);
166 if (!(byte & 0x80))
184 uint8_t byte;
194 byte = value >> (7 * i) & 0x7f;
196 byte |= 0x80;
199 byte, 0x00, 0xff);
860 // Must be byte-aligned at this point.
1184 // Must now be byte-aligned.
1214 // OBU data must be byte-aligned.