Searched refs:byte1 (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dsctp_crc32.c50 uint8_t byte0, byte1, byte2, byte3; local
62 byte1 = (result >> 8) & 0x000000ff;
65 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dunwind-ia64.c590 unsigned char byte1, abreg; local
593 byte1 = *dp++;
596 abreg = (byte1 & 0x7f);
597 if (byte1 & 0x80)
608 unsigned char byte1, byte2, abreg, x, ytreg; local
611 byte1 = *dp++;
614 abreg = (byte1 & 0x7f);
616 x = (byte1 >> 7) & 1;
617 if ((byte1 & 0x80) == 0 && ytreg == 0)
628 unsigned char byte1, byte local
650 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
684 unsigned char byte1, mask, grsave; local
722 unsigned char byte1 = *dp++; local
729 unsigned char byte1 = *dp++, r, dst; local
780 unw_word grmask, frmask, byte1, byte2, byte3; local
812 unsigned char r, byte1, byte2; local
[all...]
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1074 unsigned char byte1, abreg;
1077 byte1 = *dp++;
1080 abreg = (byte1 & 0x7f);
1081 if (byte1 & 0x80)
1093 unsigned char byte1, byte2, abreg, x, ytreg;
1096 byte1 = *dp++; byte2 = *dp++;
1098 abreg = (byte1 & 0x7f);
1100 x = (byte1 >> 7) & 1;
1101 if ((byte1 & 0x80) == 0 && ytreg == 0)
1113 unsigned char byte1, byte
1070 unsigned char byte1, abreg; local
1089 unsigned char byte1, byte2, abreg, x, ytreg; local
1109 unsigned char byte1, byte2, abreg, qp; local
1131 unsigned char byte1, byte2, byte3, qp, abreg, x, ytreg; local
1163 unsigned char byte1, mask, grsave; local
1199 unsigned char byte1 = *dp++; local
1206 unsigned char byte1 = *dp++, r, dst; local
1231 unw_word grmask, frmask, byte1, byte2, byte3; local
1259 unsigned char r, byte1, byte2; local
[all...]
/freebsd-10.0-release/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c78 uint8_t byte0, byte1, byte2; local
98 byte1 = sc->as_csd.csd_data[ALTERA_SDCARD_CSD_C_SIZE_BYTE1];
102 (byte1 << ALTERA_SDCARD_CSD_C_SIZE_LSHIFT1) |
107 byte1 = sc->as_csd.csd_data[ALTERA_SDCARD_CSD_C_SIZE_MULT_BYTE1];
108 byte1 &= ALTERA_SDCARD_CSD_C_SIZE_MULT_MASK1;
110 (byte1 << ALTERA_SDCARD_CSD_C_SIZE_MULT_LSHIFT1);
/freebsd-10.0-release/sys/dev/bktr/
H A Dbktr_core.h52 int i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 );
H A Dbktr_core.c3847 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) argument
3860 (short)(((byte2 & 0xff) << 8) | (byte1 & 0xff))))
3864 (char)(byte1 & 0xff)))
3993 i2cWrite( bktr_ptr_t bktr, int addr, int byte1, int byte2 ) argument
4005 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND;
4007 data = ((addr & 0xff) << 24) | ((byte1 & 0xff) << 16) | I2C_COMMAND_878;
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dntp.pl20 $byte1 = (($NTP_version & 0x7)<< 3) & 0x34 | ($ctrl_mode & 0x7);
34 ;# C LI|VN|MODE LI 2bit=00 VN 3bit=2(3) MODE 3bit=6 : $byte1
94 $byte1,
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_sa.h226 u_int8_t byte1; /* set LSB to read hardware block pos */ member in struct:scsi_tape_read_position
250 u_int8_t byte1; member in struct:scsi_tape_locate
H A Dscsi_da.h136 u_int8_t byte1; member in struct:scsi_sanitize_parameter_list
204 u_int8_t byte1; member in struct:format_ipat_descriptor
H A Dscsi_ses.h2341 uint8_t byte1; member in struct:ses_elm_sas_type0_base_hdr
2348 ((obj)->byte1 & 0x1)
2359 uint8_t byte1; member in struct:ses_elm_sas_type1_expander_hdr
2370 uint8_t byte1; member in struct:ses_elm_sas_type1_nonexpander_hdr
2381 uint8_t byte1; member in struct:ses_elm_sas_base_hdr
H A Dscsi_cd.h140 u_int8_t byte1; member in struct:scsi_read_subchannel
H A Dscsi_enc_ses.c734 return ((obj)->base_hdr.byte1 >> 6);
754 return ((hdr)->type0_noneip.byte1 & 0x1);
H A Dscsi_sa.c3752 scmd->byte1 = hardsoft;
3772 scmd->byte1 |= SA_SPOS_BT;
H A Dscsi_cd.c3386 scsi_cmd->byte1 |= CD_MSF;
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c411 uint8_t byte1; local
413 if (lookAtByte(insn, &byte1)) {
418 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
455 uint8_t byte1; local
457 if (lookAtByte(insn, &byte1)) {
462 if (insn->mode == MODE_64BIT || (byte1 & 0xc0) == 0xc0) {
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-dfm-defs.h2376 uint64_t byte1 : 6; /**< Deskew setting */ member in struct:cvmx_dfm_rlevel_rankx::cvmx_dfm_rlevel_rankx_s
2380 uint64_t byte1 : 6;
3133 uint64_t byte1 : 5; /**< Deskew setting member in struct:cvmx_dfm_wlevel_rankx::cvmx_dfm_wlevel_rankx_s
3139 uint64_t byte1 : 5;
H A Dcvmx-lmcx-defs.h6657 uint64_t byte1 : 4; /**< Deskew setting */ member in struct:cvmx_lmcx_read_level_rankx::cvmx_lmcx_read_level_rankx_s
6661 uint64_t byte1 : 4;
6941 uint64_t byte1 : 6; /**< Deskew setting */ member in struct:cvmx_lmcx_rlevel_rankx::cvmx_lmcx_rlevel_rankx_s
6945 uint64_t byte1 : 6;
8179 uint64_t byte1 : 5; /**< Deskew setting member in struct:cvmx_lmcx_wlevel_rankx::cvmx_lmcx_wlevel_rankx_s
8185 uint64_t byte1 : 5;
/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_sctp.c873 uint8_t byte0, byte1, byte2, byte3; local
885 byte1 = (result >> 8) & 0x000000ff;
888 crc32c = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/freebsd-10.0-release/sbin/camcontrol/
H A Dcamcontrol.c5682 pl->byte1 = 1;
5684 pl->byte1 = passes;
5686 pl->byte1 |= SSZPL_INVERT;

Completed in 347 milliseconds