Searched refs:byte1 (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | unwind-ia64.c | 571 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/ |
| HD | unwind-ia64.c | 570 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/ |
| HD | dnsmasq.in | 112 byte1="$(printf %d 0x${addr%??})" 115 back="$back byte:$byte1 byte:$byte2" 117 front="$front byte:$byte1 byte:$byte2"
|
| /dragonfly/sys/bus/cam/scsi/ |
| HD | scsi_sa.h | 227 u_int8_t byte1; /* set LSB to read hardware block pos */ member 251 u_int8_t byte1; member
|
| HD | scsi_da.h | 178 u_int8_t byte1; member
|
| HD | scsi_cd.h | 141 u_int8_t byte1; member
|
| HD | scsi_sa.c | 3646 scmd->byte1 = hardsoft; in scsi_read_position() 3666 scmd->byte1 |= SA_SPOS_BT; in scsi_set_position()
|
| HD | scsi_cd.c | 3356 scsi_cmd->byte1 |= CD_MSF; in cdreadsubchannel()
|
| /dragonfly/sys/dev/video/bktr/ |
| HD | bktr_core.h | 53 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
|
| HD | bktr_core.c | 3702 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/ |
| HD | c-arm.texi | 968 @item .unwind_raw @var{offset}, @var{byte1}, @dots{}
|