| /titanic_53/usr/src/uts/common/io/scsi/adapters/iscsi/ |
| H A D | iscsi_crc.c | 128 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 D | johap92_to_utf.c | 41 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 D | common_han.h | 40 unsigned char byte1; member 88 unsigned char byte1; member
|
| H A D | common_utf.c | 75 unicode.byte.byte1 = 0; in _utf8_to_uni() 84 unicode.byte.byte1 = 0; in _utf8_to_uni()
|
| H A D | utf_to_uhang_main.c | 101 utf8_code.byte.byte1 = 0; in _icv_iconv() 146 utf8_code.byte.byte1 = 0; in _icv_iconv()
|
| H A D | utf_to_euc_main.c | 105 utf8_code.byte.byte1 = 0; in _icv_iconv() 150 utf8_code.byte.byte1 = 0; in _icv_iconv()
|
| H A D | ucs_to_unihan.c | 236 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 D | utf_to_uhang_sub.c | 78 if(utfcode.byte.byte1 ==0 && utfcode.byte.byte2 ==0 && utfcode.byte.byte3 ==0) in _utf8_to_unified_hangul()
|
| H A D | utf_to_ojh_main.c | 105 utf8_code.byte.byte1 = 0; in _icv_iconv()
|
| H A D | utf_to_njh_main.c | 105 utf8_code.byte.byte1 = 0; in _icv_iconv()
|
| /titanic_53/usr/src/lib/iconv_modules/th_TH/common/ |
| H A D | common_thai.h | 40 unsigned char byte1; member 81 unsigned char byte1; member
|
| H A D | utf_to_euc_main.c | 118 utf8_code.byte.byte1 = 0; in _icv_iconv()
|
| /titanic_53/usr/src/cmd/sendmail/aux/ |
| H A D | rfc2047.c | 88 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 D | qlgcupdate.c | 1358 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 D | zh_CN.euc%UTF-8.c | 206 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 D | UTF-8%zh_TW-euc.c | 406 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 D | zh_TW-euc%UTF-8.c | 500 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 D | des_soft.c | 318 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 D | des_soft.c | 281 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 D | des_soft.c | 229 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 D | softdes.h | 91 #define byte1 _bytes._byte1 macro
|
| /titanic_53/usr/src/uts/common/io/idm/ |
| H A D | idm_impl.c | 915 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 D | nxge_espc.h | 107 uint32_t byte1 : 8; member 111 uint32_t byte1 : 8;
|
| /titanic_53/usr/src/lib/efcode/fcdriver/ |
| H A D | misc.c | 434 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 D | kiconv_tc.c | 88 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()
|