Home
last modified time | relevance | path

Searched refs:msb (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dunctrl.c93 int c, msb; in unctrl() local
99 msb = 1 << (CHAR_BIT-1); in unctrl()
116 } else if (c & msb) { in unctrl()
118 c &= ~msb; in unctrl()
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dunctrl.c88 int c, msb; in unctrl() local
97 msb = 1 << (CHAR_BIT-1); in unctrl()
110 } else if (c & msb) { in unctrl()
112 c &= ~msb; in unctrl()
/titanic_44/usr/src/lib/libm/i386/src/
H A Dieee_funcl.s55 / iff (msb(sgnfcnd(x) /= 0
58 andl $0x80000000,%eax / eax[31] <-- msb(sgnfcnd(x)),
60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0
75 / msb(sgnfcnd(x)) = 0 & frac(x) /= 0)
77 testl $0x80000000,%eax / eax[31] = msb(sgnfcnd(x));
H A Dilogbl.s44 testl $0x80000000,8(%esp) / test msb of hi_32(sgnfcnd(x))
/titanic_44/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.s55 / iff (msb(sgnfcnd(x) /= 0
58 andl $-0x80000000,%eax / eax[31] <-- msb(sgnfcnd(x)),
60 jz .L8 / jump iff msb(sgnfcnd(x)) = 0
75 / msb(sgnfcnd(x)) = 0 & frac(x) /= 0)
77 testl $0x80000000,%eax / eax[31] = msb(sgnfcnd(x));
H A Dilogbl.s44 testl $0x80000000,12(%rsp) / test msb of hi_32(sgnfcnd(x))
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c379 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) in jtag_bf_extract() argument
1753 for (; msb >= lsb; msb--) { in jtag_bf_extract()
1754 result = (result << 1) | ((s[msb>>3] >> (msb & 7)) & 1); in jtag_bf_extract()
1766 jtag_bf_insert(u_char *s, int lsb, int msb, int value) in jtag_bf_insert() argument
1775 for (; msb >= lsb; lsb++) { in jtag_bf_insert()
1846 u_int flags, lsb, msb, patch; in jtag_init_chip() local
1850 msb = *pdesc++; in jtag_init_chip()
1856 jtag_bf_insert(scan_in, lsb, msb, patch); in jtag_init_chip()
[all …]
/titanic_44/usr/src/lib/libilb/common/
H A Dlibilb_impl.h70 #define INV6_H2N_MSB64(addr, msb) \ argument
71 (addr)->_S6_un._S6_u32[0] = htonl((msb) >> 32); \
72 (addr)->_S6_un._S6_u32[1] = htonl((msb) & 0xffffffff)
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_util.c262 u8_t msb = 0 ; // 1 in calc_crc32() local
277 msb = (u8_t)(crc32_result >> 31) ; // msb = crc32_result[31]; in calc_crc32()
279 if ( msb != ( 0x1 & (current_byte>>bit)) ) // (msb != current_byte[bit]) in calc_crc32()
/titanic_44/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c55 msb(uint64_t x) in msb() function
133 i = msb(x); /* use i in computing preshift */ in lg2()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h117 } msb; member
H A Dql_api.h1814 #define CHAR_TO_SHORT(lsb, msb) (uint16_t)((uint8_t)msb << 8 | (uint8_t)lsb) argument
1815 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument
1817 CHAR_TO_SHORT(b2, msb)))
/titanic_44/usr/src/uts/common/io/rge/
H A Drge_main.c882 uint32_t msb; in rge_hash_index() local
891 msb = crc >> 31; in rge_hash_index()
893 if (msb ^ (currentbyte & 1)) in rge_hash_index()
/titanic_44/usr/src/uts/common/io/rtls/
H A Drtls.c766 uint32_t msb; in rtls_hash_index() local
775 msb = crc >> 31; in rtls_hash_index()
777 if (msb ^ (currentbyte & 1)) { in rtls_hash_index()
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Delf.msg47 @ MSG_ELFDATA2MSB_NF "msb"
/titanic_44/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1209 uint32_t msb; in dmfe_hash_index() local
1218 msb = crc >> 31; in dmfe_hash_index()
1220 if (msb ^ (currentbyte & 1)) { in dmfe_hash_index()
/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.c1132 uint32_t msb; in hashindex() local
1142 msb = crc >> 31; in hashindex()
1144 if (msb ^ (currentbyte & 1)) { in hashindex()