Lines Matching refs:byte2
149 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
150 if (byte1 == 0x80 && byte2 == 0) { in GetUnwindPlan()
158 uint16_t regs = ((byte1 & 0x0f) << 8) | byte2; in GetUnwindPlan()
205 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
206 if ((byte2 & 0xff) == 0x00) { in GetUnwindPlan()
210 } else if ((byte2 & 0xf0) == 0x00) { in GetUnwindPlan()
214 if (byte2 & (1 << i)) { in GetUnwindPlan()
236 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
237 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
238 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
282 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
283 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
284 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()
296 uint8_t byte2 = GetByteAtOffset(data, byte_offset++); in GetUnwindPlan() local
297 uint8_t s = (byte2 & 0xf0) >> 4; in GetUnwindPlan()
298 uint8_t c = (byte2 & 0x0f) >> 0; in GetUnwindPlan()