Home | History | Annotate | Download | only in Unwind

Lines Matching full:getbyte

31 uint8_t getByte(uint32_t* data, size_t offset) {
221 uint8_t byte = getByte(data, offset++);
236 ((byte & 0x0f) << 12) | (getByte(data, offset++) << 4);
270 uint8_t registers = getByte(data, offset++);
283 uint32_t v = getByte(data, offset++);
298 uint8_t v = getByte(data, offset++);
327 uint8_t v = getByte(data, offset++);
338 uint8_t v = getByte(data, offset++);
346 uint8_t v = getByte(data, offset++);