Home
last modified time | relevance | path

Searched refs:byte (Results 76 – 100 of 347) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_rx.c763 unsigned int byte; in siena_rx_scale_key_set() local
767 byte = 0; in siena_rx_scale_key_set()
772 offset > 0 && byte < n; in siena_rx_scale_key_set()
778 byte = 0; in siena_rx_scale_key_set()
783 offset > 0 && byte < n; in siena_rx_scale_key_set()
794 byte = 0; in siena_rx_scale_key_set()
800 offset > 0 && byte < n; in siena_rx_scale_key_set()
810 offset > 0 && byte < n; in siena_rx_scale_key_set()
826 byte = 0; in siena_rx_scale_key_set()
900 uint32_t byte; in siena_rx_scale_tbl_set() local
[all …]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.S97 nop ! align loop to 16-byte boundary
98 nop ! align loop to 16-byte boundary
104 bz,a,pt %xcc, .doload ! no null byte in previous word from s2
116 bz,pt %xcc, .cmp ! no null-byte in s1 yet
137 bz,a,pt %xcc, .cmpaligned ! no null-byte in s1 yet
146 nop ! align loop on 16-byte boundary
147 nop ! align loop on 16-byte boundary
148 nop ! align loop on 16-byte boundary
152 srlx %g1, %o4, %o2 ! first byte of mismatching word in s2
154 srlx %o3, %o4, %o1 ! first byte of mismatching word in s1
[all …]
H A Dascii_strcasecmp.S224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
237 srl %i0, %l7, %i3 ! byte 1 from new aligned word from s2
262 bz,pt %ncc, .cmp ! no null-byte in s1 yet
303 bz,a,pt %icc, .cmp4 ! no null-byte in s1 yet
313 srl %g1, 24, %i2 ! first byte of mismatching word in s2
314 srl %i3, 24, %i1 ! first byte of mismatching word in s1
317 srl %g1, 16, %i2 ! second byte of mismatching word in s2
323 srl %i3, 16, %i1 ! second byte of mismatching word in s1
326 srl %g1, 8, %i2 ! third byte of mismatching word in s2
[all …]
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dnjh_to_utf_main.c89 njh_code.byte.byte3 = *ib; in _icv_iconv()
90 njh_code.byte.byte4 = *(ib + 1); in _icv_iconv()
103 *ob++ = (char)utf_code.byte.byte2; in _icv_iconv()
104 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Dojh_to_utf_main.c89 ojh_code.byte.byte3 = *ib; in _icv_iconv()
90 ojh_code.byte.byte4 = *(ib + 1); in _icv_iconv()
103 *ob++ = (char)utf_code.byte.byte2; in _icv_iconv()
104 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
105 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
H A Dunihan_to_UCS_main.c150 unihan_code.byte.byte3 = *ib; in _icv_iconv()
151 unihan_code.byte.byte4 = *(ib + 1); in _icv_iconv()
173 *ob++ = ucs2_code.byte.byte4; in _icv_iconv()
174 *ob++ = ucs2_code.byte.byte3; in _icv_iconv()
178 *ob++ = ucs2_code.byte.byte3; in _icv_iconv()
179 *ob++ = ucs2_code.byte.byte4; in _icv_iconv()
H A Dutf_to_euc_sub.c51 wansung.byte.byte3 = EUC_UDC_SEG1; in _utf8_to_wansung()
52 wansung.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_wansung()
55 wansung.byte.byte3 = EUC_UDC_SEG2; in _utf8_to_wansung()
56 wansung.byte.byte4 = EUC_UDC_OFFSET_START + in _utf8_to_wansung()
H A Dutf_to_iso_main.c153 utf8_code.byte.byte1 = 0; in _icv_iconv()
154 utf8_code.byte.byte2 = *ib; in _icv_iconv()
155 utf8_code.byte.byte3 = *(ib + 1); in _icv_iconv()
156 utf8_code.byte.byte4 = *(ib + 2); in _icv_iconv()
182 *ob++ = euc_code.byte.byte3; in _icv_iconv()
183 *ob++ = euc_code.byte.byte4; in _icv_iconv()
H A Dutf_to_johap92.c258 utf8_code.byte.byte3 = st->_buffer[0]; in _icv_iconv()
259 utf8_code.byte.byte4 = st->_buffer[1]; in _icv_iconv()
262 utf8_code.byte.byte2 = st->_buffer[0]; in _icv_iconv()
263 utf8_code.byte.byte3 = st->_buffer[1]; in _icv_iconv()
264 utf8_code.byte.byte4 = st->_buffer[2]; in _icv_iconv()
271 *ob++ = euc_code.byte.byte3; in _icv_iconv()
272 *ob++ = euc_code.byte.byte4; in _icv_iconv()
H A Diso_to_utf_main.c148 euc_code.byte.byte3 = *ib; in _icv_iconv()
149 euc_code.byte.byte4 = *(ib + 1); in _icv_iconv()
164 *ob++ = (char)utf_code.byte.byte2; in _icv_iconv()
165 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
166 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/
H A Dpcf8574_impl.h43 #define PCF8574_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) argument
52 #define PCF8574_BIT_WRITE_MASK(byte, bit, value)\ argument
53 ((value << bit) | (byte & (~(0x01 << bit))))
H A Dssc100_impl.h43 #define SSC100_BIT_READ_MASK(byte, bit) ((byte >> bit) & 0x01) argument
52 #define SSC100_BIT_WRITE_MASK(byte, bit, value)\ argument
53 ((value << bit) | (byte & (~(0x01 << bit))))
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_hash.c130 unsigned byte; in toeplitz_cache_init() local
143 for (byte = 0; byte <= UINT8_MAX; byte++) { in toeplitz_cache_init()
148 if (byte & mask) in toeplitz_cache_init()
151 cache[i * (UINT8_MAX + 1) + byte] = res; in toeplitz_cache_init()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.S77 movl %esi,%ecx / get source buffer 4 byte aligned
81 rep; smovb / do the byte part of copy
90 rep; smovb / do the byte part of copy
104 rep; smovb / do the byte copy
112 movl %ecx,%esi / align source w/byte copy
122 shrl $2,%ecx / do 4 byte copy RtoL
125 andl %eax,%edx / do 1 byte copy whats left
130 / adding 3 will restore pointers to byte
133 / be for the single byte copy code
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.S224 nop ! pad to align loop to 16-byte boundary
225 nop ! pad to align loop to 16-byte boundary
234 bz,a .doload ! null byte in previous aligned s2 word
257 bne .wordsdiffer ! yup, now find byte that is different
262 bz .cmp ! no null-byte in s1 yet
302 bz,a .cmp4 ! no null-byte in s1 yet
312 srl %g1, 24, %i2 ! first byte of mismatching word in s2
313 srl %i3, 24, %i1 ! first byte of mismatching word in s1
325 srl %g1, 8, %i2 ! third byte of mismatching word in s2
331 srl %i3, 8, %i1 ! third byte of mismatching word in s1
[all …]
/illumos-gate/usr/src/lib/iconv_modules/th_TH/common/
H A Dutf_to_euc_sub.c51 eucTH.byte.byte3 = EUC_UDC_SEG1; in _utf8_to_eucTH()
52 eucTH.byte.byte4 = (unsigned int)(udc_index + in _utf8_to_eucTH()
55 eucTH.byte.byte3 = EUC_UDC_SEG2; in _utf8_to_eucTH()
56 eucTH.byte.byte4 = EUC_UDC_OFFSET_START + in _utf8_to_eucTH()
H A Dutf_to_euc_main.c118 utf8_code.byte.byte1 = 0; in _icv_iconv()
119 utf8_code.byte.byte2 = *ib; in _icv_iconv()
120 utf8_code.byte.byte3 = *(ib + 1); in _icv_iconv()
121 utf8_code.byte.byte4 = *(ib + 2); in _icv_iconv()
127 *ob++ = euc_code.byte.byte4; in _icv_iconv()
H A Deuc_to_utf_main.c98 euc_code.byte.byte4 = *ib; in _icv_iconv()
111 *ob++ = (char)utf_code.byte.byte2; in _icv_iconv()
112 *ob++ = (char)utf_code.byte.byte3; in _icv_iconv()
113 *ob++ = (char)utf_code.byte.byte4; in _icv_iconv()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_encode_nm.c91 unsigned char byte = value & DATA_MASK; in _dwarf_pro_encode_signed_leb128_nm() local
100 if (value == sign && ((byte & SIGN_BIT) == (sign & SIGN_BIT))) { in _dwarf_pro_encode_signed_leb128_nm()
103 byte |= MORE_BYTES; in _dwarf_pro_encode_signed_leb128_nm()
105 *str = byte; in _dwarf_pro_encode_signed_leb128_nm()
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S36 #define MOV_MEM_TO_AL(x) .byte 0xa0; .word x
69 .byte 0
78 .byte 0
80 .byte 0
92 .byte COMPAT_VERSION_MAJOR, COMPAT_VERSION_MINOR
94 .byte GRUB_INVALID_DRIVE /* the disk to load stage2 from */
96 .byte 0
450 .byte 36, 18, 15, 9, 0
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcpy.S245 .byte 0x1c, 0x0e, 0x0f
266 .byte 0x1c, 0x0e, 0x0f
357 .byte 0x1c, 0x0e, 0x0e
378 .byte 0x1c, 0x0e, 0x0e
469 .byte 0x1c, 0x0e, 0x0d
490 .byte 0x1c, 0x0e, 0x0d
581 .byte 0x1c, 0x0e, 0x0c
602 .byte 0x1c, 0x0e, 0x0c
693 .byte 0x1c, 0x0e, 0x0b
714 .byte 0x1c, 0x0e, 0x0b
[all …]
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficlclass.fr12 c-2byte obj: .hashcode
13 c-byte obj: .flags
14 c-byte obj: .nName
17 c-4byte obj: .param0
72 c-4byte obj: .nCells
75 c-4byte obj: .stackBase
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S484 ldxa [%g7]ASI_MEM, %g5 ! %g5 = first 8 byte of ER buf
486 bne,pn %xcc, 1f ! first 8 byte is not 0
492 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 0 - 7
495 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 8 - 15
498 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 16 - 23
501 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 24 - 31
504 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 32 - 39
507 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 40 - 47
510 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 48 - 55
513 stxa %g1, [%g7 + %g5]ASI_MEM ! byte 56 - 63
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c260 u32_t byte = 0 ; in calc_crc32() local
272 for (byte = 0; byte < crc32_length; byte = byte + 1) in calc_crc32()
274 current_byte = crc32_packet[byte]; in calc_crc32()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxetramp.s28 .byte 0x9a # far call
32 .byte 0xcb # to vm86int
35 .byte 0x9a # far call
38 .byte 0xcb # to vm86int

12345678910>>...14