Home
last modified time | relevance | path

Searched refs:byte3 (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
H A Dunwind-ia64.c631 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
636 byte3 = *dp++; in unw_decode_x4()
642 ytreg = byte3; in unw_decode_x4()
644 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
766 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
770 byte3 = *dp++; in unw_decode_p2_p5()
772 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dunwind-ia64.c648 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; in unw_decode_x4() local
659 byte3 = *dp++; in unw_decode_x4()
665 ytreg = byte3; in unw_decode_x4()
667 if ((byte2 & 0x80) == 0 && byte3 == 0) in unw_decode_x4()
811 unw_word grmask, frmask, byte1, byte2, byte3; in unw_decode_p2_p5() local
820 byte3 = *dp++; in unw_decode_p2_p5()
822 frmask = ((byte1 & 0xf) << 16) | (byte2 << 8) | byte3; in unw_decode_p2_p5()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.h429 u_int8_t byte3; member
/dragonfly/sys/dev/drm/amd/display/dc/
H A Ddc_dp_types.h312 } byte3; member
/dragonfly/sys/dev/smbus/atmel_mxt/
H A Datmel_mxt.c172 uint8_t byte3; member
688 pkt.byte3 = track->x & 0xFF; in atmel_mxtread()