Home
last modified time | relevance | path

Searched refs:byte3 (Results 1 – 25 of 57) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_crc.c128 uint8_t byte0, byte1, byte2, byte3; in iscsi_crc32c() local
153 byte3 = (uint8_t)((result >> 24) & 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
190 byte3 = (uint8_t)(crc & 0xFF); in iscsi_crc32c_continued()
191 crc = ((byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0); in iscsi_crc32c_continued()
205 byte3 = (uint8_t)((result >> 24) & 0xFF); in iscsi_crc32c_continued()
206 result = ((byte0 << 24) | (byte1 << 16) | (byte2 << 8) | byte3); in iscsi_crc32c_continued()
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dcommon_utf.c73 if(utf8.byte.byte3 == 0 && utf8.byte.byte2 ==0) in _utf8_to_uni()
77 unicode.byte.byte3 = 0; in _utf8_to_uni()
86 unicode.byte.byte3 = (utf8.byte.byte3 & 0x3F) >> 2; in _utf8_to_uni()
87 unicode.byte.byte4 = (utf8.byte.byte3 << 6) | (0x3F & utf8.byte.byte4); in _utf8_to_uni()
H A Duhang_to_utf_sub.c59 if ((EUC_UDC_SEG1 == euc_code.byte.byte3) || in _unified_hangul_to_utf8()
60 (EUC_UDC_SEG2 == euc_code.byte.byte3)) { in _unified_hangul_to_utf8()
69 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _unified_hangul_to_utf8()
99 printf("*->%2x%2x%2x*",utf_code.byte.byte2,utf_code.byte.byte3,utf_code.byte.byte4); in _unified_hangul_to_utf8()
H A Ducs_to_unihan.c236 if(unihan.byte.byte1 == '\0' && unihan.byte.byte2 == '\0' && unihan.byte.byte3 == '\0') in _icv_iconv()
244 *ob++ = (uchar_t) unihan.byte.byte3; in _icv_iconv()
246 *ob++ = (uchar_t) unihan.byte.byte3; in _icv_iconv()
275 utf8_char.byte.byte3 = (uchar_t)(0xc0 | ((ucs_char & 0x07c0) >> 6)); in ucs_to_unihan()
280 utf8_char.byte.byte3 = (uchar_t)(0x80 | ((ucs_char & 0x00fc0) >> 6)); in ucs_to_unihan()
285 utf8_char.byte.byte3 = (uchar_t)(0x80 | ((ucs_char & 0x0000fc0) >> 6)); in ucs_to_unihan()
H A Dunihan_to_UCS_sub.c51 if ((EUC_UDC_SEG1 == euc_code.byte.byte3) || in _unified_hangul_to_UCS2LE()
52 (EUC_UDC_SEG2 == euc_code.byte.byte3)) { in _unified_hangul_to_UCS2LE()
61 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _unified_hangul_to_UCS2LE()
H A Deuc_to_utf_sub.c53 && ( (EUC_UDC_SEG1 == euc_code.byte.byte3) || in _wansung_to_utf8()
54 (EUC_UDC_SEG2 == euc_code.byte.byte3) ) in _wansung_to_utf8()
64 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _wansung_to_utf8()
H A Dutf_to_uhang_main.c103 utf8_code.byte.byte3 = *ib; in _icv_iconv()
110 *ob++ = euc_code.byte.byte3; in _icv_iconv()
148 utf8_code.byte.byte3 = *(ib + 1); in _icv_iconv()
155 *ob++ = euc_code.byte.byte3; in _icv_iconv()
H A Dutf_to_euc_main.c107 utf8_code.byte.byte3 = *(ib + 1); in _icv_iconv()
121 *ob++ = euc_code.byte.byte3; in _icv_iconv()
152 utf8_code.byte.byte3 = *ib; in _icv_iconv()
165 *ob++ = euc_code.byte.byte3; in _icv_iconv()
H A Dutf_to_uhang_sub.c63 uhang.byte.byte3 = EUC_UDC_SEG1; in _utf8_to_unified_hangul()
67 uhang.byte.byte3 = EUC_UDC_SEG2; in _utf8_to_unified_hangul()
78 if(utfcode.byte.byte1 ==0 && utfcode.byte.byte2 ==0 && utfcode.byte.byte3 ==0) in _utf8_to_unified_hangul()
H A Deuc_to_utf_main.c97 euc_code.byte.byte3 = *ib; in _icv_iconv()
119 if((char)utf_code.byte.byte3 != '\0') in _icv_iconv()
126 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
H A Dunihan_to_UCS_main.c150 unihan_code.byte.byte3 = *ib; in _icv_iconv()
174 *ob++ = ucs2_code.byte.byte3; in _icv_iconv()
178 *ob++ = ucs2_code.byte.byte3; in _icv_iconv()
H A Dcommon_han.h42 unsigned char byte3; member
86 unsigned char byte3; member
H A Dutf_to_euc_sub.c51 wansung.byte.byte3 = EUC_UDC_SEG1; in _utf8_to_wansung()
55 wansung.byte.byte3 = EUC_UDC_SEG2; in _utf8_to_wansung()
H A Dnjh_to_utf_main.c89 njh_code.byte.byte3 = *ib; in _icv_iconv()
104 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
H A Dojh_to_utf_main.c89 ojh_code.byte.byte3 = *ib; in _icv_iconv()
104 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
H A Duhang_to_utf_main.c127 euc_code.byte.byte3 = *ib; in _icv_iconv()
142 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A D838_to_874_sub.c53 if ((EUC_UDC_SEG1 == euc_code.byte.byte3) || in _838_to_874()
54 (EUC_UDC_SEG2 == euc_code.byte.byte3)) { in _838_to_874()
63 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _838_to_874()
H A D874_to_838_sub.c53 if ((EUC_UDC_SEG1 == euc_code.byte.byte3) || in _874_to_838()
54 (EUC_UDC_SEG2 == euc_code.byte.byte3)) { in _874_to_838()
63 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _874_to_838()
H A Deuc_to_utf_sub.c49 if ((EUC_UDC_SEG1 == euc_code.byte.byte3) || in _eucTH_to_utf8()
50 (EUC_UDC_SEG2 == euc_code.byte.byte3)) { in _eucTH_to_utf8()
59 udc_index = (euc_code.byte.byte3 == EUC_UDC_SEG1) ? in _eucTH_to_utf8()
H A Dcommon_thai.h42 unsigned char byte3; member
79 unsigned char byte3; member
H A Dutf_to_euc_sub.c51 eucTH.byte.byte3 = EUC_UDC_SEG1; in _utf8_to_eucTH()
55 eucTH.byte.byte3 = EUC_UDC_SEG2; in _utf8_to_eucTH()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dfcoe_common.h471 u8 byte3 /* byte3 */; member
553 u8 byte3 /* byte3 */; member
664 u8 byte3 /* byte3 */; member
920 u8 byte3 /* byte3 */; member
1004 u8 byte3 /* regpair0 */; member
1081 u8 byte3 /* byte3 */; member
1150 u8 byte3 /* byte3 */; member
/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c231 work1.byte3 = data[3]; in des_encrypt()
303 S_tab[3][ER.byte3] + \ in des_encrypt()
312 P_tab[3][R.byte3]; \ in des_encrypt()
389 data[3] = work2.byte3; in des_encrypt()
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c283 work1.byte3 = data[3]; in des_encrypt()
345 S_tab[3][ER.byte3] + \ in des_encrypt()
354 P_tab[3][R.byte3]; \ in des_encrypt()
431 data[3] = work2.byte3; in des_encrypt()
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c320 work1.byte3 = data[3]; in __des_encrypt()
379 S_tab[3][ER.byte3] + \ in __des_encrypt()
388 P_tab[3][R.byte3]; \ in __des_encrypt()
466 data[3] = work2.byte3; in __des_encrypt()

123