Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 uint8_t byte0, byte1, byte2, byte3; in iscsi_crc32c() local
151 byte1 = (uint8_t)((result >> 8) & 0xFF); in iscsi_crc32c()
154 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c()
171 uint8_t byte0, byte1, byte2, byte3; in iscsi_crc32c_continued() local
188 byte1 = (uint8_t)((crc >> 16) & 0xFF); in iscsi_crc32c_continued()
191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in iscsi_crc32c_continued()
203 byte1 = (uint8_t)((result >> 8) & 0xFF); in iscsi_crc32c_continued()
206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c_continued()
/titanic_53/usr/src/lib/iconv_modules/ko/common/
H A Djohap92_to_utf.c41 unsigned char byte1, byte2; in _johap92_to_utf8() local
74 byte1 = (char)((wcode >> 8) & 0xFF); in _johap92_to_utf8()
76 if (byte1 < 0x84 || byte1 > 0xD3 || byte2 < 0x41 || byte2 > 0xFE || in _johap92_to_utf8()
H A Dcommon_han.h40 unsigned char byte1; member
88 unsigned char byte1; member
H A Dcommon_utf.c75 unicode.byte.byte1 = 0; in _utf8_to_uni()
84 unicode.byte.byte1 = 0; in _utf8_to_uni()
H A Dutf_to_uhang_main.c101 utf8_code.byte.byte1 = 0; in _icv_iconv()
146 utf8_code.byte.byte1 = 0; in _icv_iconv()
H A Dutf_to_euc_main.c105 utf8_code.byte.byte1 = 0; in _icv_iconv()
150 utf8_code.byte.byte1 = 0; in _icv_iconv()
H A Ducs_to_unihan.c236 if(unihan.byte.byte1 == '\0' && unihan.byte.byte2 == '\0' && unihan.byte.byte3 == '\0') in _icv_iconv()
283 utf8_char.byte.byte1 = (uchar_t)(0xf0 | ((ucs_char & 0x01c0000) >> 18)); in ucs_to_unihan()
H A Dutf_to_uhang_sub.c78 if(utfcode.byte.byte1 ==0 && utfcode.byte.byte2 ==0 && utfcode.byte.byte3 ==0) in _utf8_to_unified_hangul()
H A Dutf_to_ojh_main.c105 utf8_code.byte.byte1 = 0; in _icv_iconv()
H A Dutf_to_njh_main.c105 utf8_code.byte.byte1 = 0; in _icv_iconv()
/titanic_53/usr/src/lib/iconv_modules/th_TH/common/
H A Dcommon_thai.h40 unsigned char byte1; member
81 unsigned char byte1; member
H A Dutf_to_euc_main.c118 utf8_code.byte.byte1 = 0; in _icv_iconv()
/titanic_53/usr/src/cmd/sendmail/aux/
H A Drfc2047.c88 unqp(unsigned char byte1, unsigned char byte2) in unqp() argument
90 if (hexindex[byte1] == -1 || hexindex[byte2] == -1) in unqp()
92 return (hexindex[byte1] << 4 | hexindex[byte2]); in unqp()
/titanic_53/usr/src/cmd/luxadm/
H A Dqlgcupdate.c1358 char byte1; in emulex_fcode_reader() local
1404 byte1 = image[i++]; in emulex_fcode_reader()
1432 buffer1[b++] = byte1; in emulex_fcode_reader()
1437 if (pattern[n++] != byte1) { in emulex_fcode_reader()
1463 byte1 = image[i++]; in emulex_fcode_reader()
1526 buffer1[b++] = byte1; in emulex_fcode_reader()
1532 if (pattern[n++] != byte1) { in emulex_fcode_reader()
1553 byte1 = buffer1[b++]; in emulex_fcode_reader()
1558 if (byte1 >= 33 && byte1 <= 126) { in emulex_fcode_reader()
1559 buffer2[i] = byte1; in emulex_fcode_reader()
/titanic_53/usr/src/lib/iconv_modules/zh/common/
H A Dzh_CN.euc%UTF-8.c206 is_valid_gb2312(UCHAR byte1, UCHAR byte2) in is_valid_gb2312() argument
208 if ( (byte1 < EUC_BYTE1_LOWER || byte1 > EUC_BYTE1_UPPER) || in is_valid_gb2312()
H A DUTF-8%zh_TW-euc.c406 uchar_t byte1, byte2; in get_plane_no_by_utf() local
408 byte1 = 0xa1 + (internIdx % 8836) / 94; in get_plane_no_by_utf()
410 *cnscode = ((byte1 << 8) & 0xff00) | (byte2 & 0xff); in get_plane_no_by_utf()
H A Dzh_TW-euc%UTF-8.c500 getUnicodeFromUDA(int plane_no, uchar_t byte1, uchar_t byte2) in getUnicodeFromUDA() argument
507 disp = (plane_no - 12) * 8836 + (byte1 - 0xA1) * 94 + ( byte2 - 0xA1); in getUnicodeFromUDA()
/titanic_53/usr/src/lib/libnsl/des/
H A Ddes_soft.c318 work1.byte1 = data[1]; in __des_encrypt()
377 S_tab[1][ER.byte1] + \ in __des_encrypt()
386 P_tab[1][R.byte1] + \ in __des_encrypt()
464 data[1] = work2.byte1; in __des_encrypt()
/titanic_53/usr/src/lib/libcrypt/common/
H A Ddes_soft.c281 work1.byte1 = data[1]; in des_encrypt()
343 S_tab[1][ER.byte1] + \ in des_encrypt()
352 P_tab[1][R.byte1] + \ in des_encrypt()
429 data[1] = work2.byte1; in des_encrypt()
/titanic_53/usr/src/uts/common/des/
H A Ddes_soft.c229 work1.byte1 = data[1]; in des_encrypt()
301 S_tab[1][ER.byte1] + \ in des_encrypt()
310 P_tab[1][R.byte1] + \ in des_encrypt()
387 data[1] = work2.byte1; in des_encrypt()
H A Dsoftdes.h91 #define byte1 _bytes._byte1 macro
/titanic_53/usr/src/uts/common/io/idm/
H A Didm_impl.c915 uint8_t byte0, byte1, byte2, byte3; in idm_crc32c() local
938 byte1 = (uint8_t)((result >> 8) & 0xFF); in idm_crc32c()
941 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in idm_crc32c()
958 uint8_t byte0, byte1, byte2, byte3; in idm_crc32c_continued() local
976 byte1 = (uint8_t)((crc >> 16) & 0xFF); in idm_crc32c_continued()
979 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in idm_crc32c_continued()
991 byte1 = (uint8_t)((result >> 8) & 0xFF); in idm_crc32c_continued()
994 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in idm_crc32c_continued()
/titanic_53/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h107 uint32_t byte1 : 8; member
111 uint32_t byte1 : 8;
/titanic_53/usr/src/lib/efcode/fcdriver/
H A Dmisc.c434 char *str1, *str2, byte1, byte2; in fcd_comp() local
444 byte1 = POP(DS); in fcd_comp()
448 if (byte1 > byte2) { in fcd_comp()
452 if (byte1 < byte2) { in fcd_comp()
/titanic_53/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; in utf8_to_euctw() local
876 byte1 = 0xA1 + (index % 8836) / 94; in utf8_to_euctw()
901 byte1 = (euctw_val & 0xFF00) >> 8; in utf8_to_euctw()
916 *ob++ = byte1; in utf8_to_euctw()

12