Home
last modified time | relevance | path

Searched refs:byte1 (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/binutils-2.27/binutils/
HDunwind-ia64.c571 unsigned char byte1, abreg; in unw_decode_x1() local
574 byte1 = *dp++; in unw_decode_x1()
577 abreg = (byte1 & 0x7f); in unw_decode_x1()
578 if (byte1 & 0x80) in unw_decode_x1()
589 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
592 byte1 = *dp++; in unw_decode_x2()
595 abreg = (byte1 & 0x7f); in unw_decode_x2()
597 x = (byte1 >> 7) & 1; in unw_decode_x2()
598 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
609 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
HDunwind-ia64.c570 unsigned char byte1, abreg; in unw_decode_x1() local
579 byte1 = *dp++; in unw_decode_x1()
582 abreg = (byte1 & 0x7f); in unw_decode_x1()
583 if (byte1 & 0x80) in unw_decode_x1()
594 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local
603 byte1 = *dp++; in unw_decode_x2()
606 abreg = (byte1 & 0x7f); in unw_decode_x2()
608 x = (byte1 >> 7) & 1; in unw_decode_x2()
609 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2()
620 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local
[all …]
/dragonfly/contrib/openresolv/
HDdnsmasq.in112 byte1="$(printf %d 0x${addr%??})"
115 back="$back byte:$byte1 byte:$byte2"
117 front="$front byte:$byte1 byte:$byte2"
/dragonfly/sys/bus/cam/scsi/
HDscsi_sa.h227 u_int8_t byte1; /* set LSB to read hardware block pos */ member
251 u_int8_t byte1; member
HDscsi_da.h178 u_int8_t byte1; member
HDscsi_cd.h141 u_int8_t byte1; member
HDscsi_sa.c3646 scmd->byte1 = hardsoft; in scsi_read_position()
3666 scmd->byte1 |= SA_SPOS_BT; in scsi_set_position()
HDscsi_cd.c3356 scsi_cmd->byte1 |= CD_MSF; in cdreadsubchannel()
/dragonfly/sys/dev/video/bktr/
HDbktr_core.h53 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
HDbktr_core.c3702 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) in i2cWrite() argument
3714 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND; in i2cWrite()
3716 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878; in i2cWrite()
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-arm.texi968 @item .unwind_raw @var{offset}, @var{byte1}, @dots{}