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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 uint8_t byte0, byte1, byte2, byte3; local
151 byte1 = (uint8_t)((result >> 8) & 0xFF);
154 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
171 uint8_t byte0, byte1, byte2, byte3; local
188 byte1 = (uint8_t)((crc >> 16) & 0xFF);
191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
203 byte1 = (uint8_t)((result >> 8) & 0xFF);
206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Drfc2047.c88 unqp(unsigned char byte1, unsigned char byte2) argument
90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1)
92 return (hexindex[byte1] << 4 | hexindex[byte2]);
/illumos-gate/usr/src/uts/common/des/
H A Dsoftdes.h91 #define byte1 _bytes._byte1 macro
H A Ddes_soft.c229 work1.byte1 = data[1];
301 S_tab[1][ER.byte1] + \
310 P_tab[1][R.byte1] + \
387 data[1] = work2.byte1;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h107 uint32_t byte1 : 8; member in struct:_mac_addr_0_t::__anon8199::__anon8200
111 uint32_t byte1 : 8;
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1358 char byte1; local
1404 byte1 = image[i++];
1432 buffer1[b++] = byte1;
1437 if (pattern[n++] != byte1) {
1463 byte1 = image[i++];
1526 buffer1[b++] = byte1;
1532 if (pattern[n++] != byte1) {
1553 byte1 = buffer1[b++];
1558 if (byte1 >= 33 && byte1 <
[all...]
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c281 work1.byte1 = data[1];
343 S_tab[1][ER.byte1] + \
352 P_tab[1][R.byte1] + \
429 data[1] = work2.byte1;
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h180 unsigned char byte1; member in struct:__anon4391
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c915 uint8_t byte0, byte1, byte2, byte3; local
938 byte1 = (uint8_t)((result >> 8) & 0xFF);
941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
958 uint8_t byte0, byte1, byte2, byte3; local
976 byte1 = (uint8_t)((crc >> 16) & 0xFF);
979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0);
991 byte1 = (uint8_t)((result >> 8) & 0xFF);
994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3);
/illumos-gate/usr/src/lib/efcode/fcdriver/
H A Dmisc.c434 char *str1, *str2, byte1, byte2; local
444 byte1 = POP(DS);
448 if (byte1 > byte2) {
452 if (byte1 < byte2) {
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c318 work1.byte1 = data[1];
377 S_tab[1][ER.byte1] + \
386 P_tab[1][R.byte1] + \
464 data[1] = work2.byte1;
/illumos-gate/usr/src/uts/common/kiconv/kiconv_tc/
H A Dkiconv_tc.c88 static uint32_t get_unicode_from_UDA(size_t plane_no, uchar_t byte1,
863 uchar_t byte1; local
876 byte1 = 0xA1 + (index % 8836) / 94;
901 byte1 = (euctw_val & 0xFF00) >> 8;
916 *ob++ = byte1;
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dio.c102 cdb.byte1 = action & ACTION_MASK;
238 cdb.byte1 |= sp; /* set the save bit */
382 cdb.byte1 = (sp & 1) | 0x10; /* 0x10 is the PF bit */
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.c121 data[1] = mac0.bits.w0.byte1;
/illumos-gate/usr/src/uts/common/kiconv/kiconv_sc/
H A Dkiconv_sc.c47 static int8_t gb2312_to_utf8(uchar_t byte1, uchar_t byte2, uchar_t *ob,

Completed in 83 milliseconds