Lines Matching refs:byte2
150 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
151 if (byte1 == 0x80 && byte2 == 0) { in GetUnwindPlan()
159 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2; in GetUnwindPlan()
206 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
207 if ((byte2 & 0xff) == 0x00) { in GetUnwindPlan()
211 } else if ((byte2 & 0xf0) == 0x00) { in GetUnwindPlan()
215 if (byte2 & (1 << i)) { in GetUnwindPlan()
237 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
238 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
239 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
283 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
284 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
285 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
297 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
298 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
299 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()