Searched defs:msb (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dunctrl.c88 int c, msb; local
97 msb = 1 << (CHAR_BIT-1);
110 } else if (c & msb) {
112 c &= ~msb;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dunctrl.c93 int c, msb; local
99 msb = 1 << (CHAR_BIT-1);
116 } else if (c & msb) {
118 c &= ~msb;
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c43 /* used inside msb */
55 msb(uint64_t x) function
133 i = msb(x); /* use i in computing preshift */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c262 u8_t msb = 0 ; // 1 local
277 msb = (u8_t)(crc32_result >> 31) ; // msb = crc32_result[31];
279 if ( msb != ( 0x1 & (current_byte>>bit)) ) // (msb != current_byte[bit])
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c882 uint32_t msb; local
891 msb = crc >> 31;
893 if (msb ^ (currentbyte & 1))
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c766 uint32_t msb; local
775 msb = crc >> 31;
777 if (msb ^ (currentbyte & 1)) {
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1209 uint32_t msb; local
1218 msb = crc >> 31;
1220 if (msb ^ (currentbyte & 1)) {
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h117 } msb; member in struct:ql_rpt_lun
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c351 * two bytes indicating the lsb and msb of the field to be updated, and
366 #define JTSO_XTRACT 0x40 /* extract & merge [lsb, msb] */
379 static u_int jtag_bf_extract(u_char *s, int lsb, int msb);
380 static void jtag_bf_insert(u_char *s, int lsb, int msb, int value);
1743 jtag_bf_extract(u_char *s, int lsb, int msb) argument
1750 * lsb and msb are assumed to be within string,
1753 for (; msb >= lsb; msb--) {
1754 result = (result << 1) | ((s[msb>>3] >> (msb
1766 jtag_bf_insert(u_char *s, int lsb, int msb, int value) argument
1846 u_int flags, lsb, msb, patch; local
1931 u_int lsb, msb; local
2498 u_int lsb, msb; local
[all...]
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1132 uint32_t msb; local
1142 msb = crc >> 31;
1144 if (msb ^ (currentbyte & 1)) {

Completed in 102 milliseconds