/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | unctrl.c | 91 int c, msb; in unctrl() local 97 msb = 1 << (CHAR_BIT-1); in unctrl() 114 } else if (c & msb) { in unctrl() 116 c &= ~msb; in unctrl()
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | unctrl.c | 86 int c, msb; in unctrl() local 95 msb = 1 << (CHAR_BIT-1); in unctrl() 108 } else if (c & msb) { in unctrl() 110 c &= ~msb; in unctrl()
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | ieee_funcl.S | 55 / 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 D | ilogbl.S | 44 testl $0x80000000,8(%esp) / test msb of hi_32(sgnfcnd(x))
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | ieee_funcl.S | 55 / 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 D | ilogbl.S | 44 testl $0x80000000,12(%rsp) / test msb of hi_32(sgnfcnd(x))
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_scalar.c | 105 iv_t msb; member 110 .msb = 0x8080808080808080ULL, 114 .msb = 0x80808080ULL, 124 _mask = (a).e & scalar_mul2_consts.msb; \
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | jtag.c | 377 static u_int jtag_bf_extract(u_char *s, int lsb, int msb); 378 static void jtag_bf_insert(u_char *s, int lsb, int msb, int value); 1741 jtag_bf_extract(u_char *s, int lsb, int msb) in jtag_bf_extract() argument 1751 for (; msb >= lsb; msb--) { in jtag_bf_extract() 1752 result = (result << 1) | ((s[msb>>3] >> (msb & 7)) & 1); in jtag_bf_extract() 1764 jtag_bf_insert(u_char *s, int lsb, int msb, int value) in jtag_bf_insert() argument 1773 for (; msb >= lsb; lsb++) { in jtag_bf_insert() 1844 u_int flags, lsb, msb, patch; in jtag_init_chip() local 1848 msb = *pdesc++; in jtag_init_chip() 1854 jtag_bf_insert(scan_in, lsb, msb, patch); in jtag_init_chip() [all …]
|
/illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
H A D | common_han.h | 54 unsigned int msb: 1; /* should be 0x01 */ member 101 unsigned int msb: 1; /* should be 0x01 */ member
|
H A D | utf_to_ojh_sub.c | 51 johap.johap.msb = 1; in _utf8_to_johap82()
|
H A D | utf_to_njh_sub.c | 78 johap.johap.msb = 1; in _utf8_to_johap92()
|
/illumos-gate/usr/src/lib/libilb/common/ |
H A D | libilb_impl.h | 70 #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)
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_util.c | 262 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()
|
/illumos-gate/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_entp_algs.c | 55 msb(uint64_t x) in msb() function 133 i = msb(x); /* use i in computing preshift */ in lg2()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.h | 752 #define CHAR_TO_SHORT(lsb, msb) (uint16_t)((uint8_t)msb << 8 | (uint8_t)lsb) argument 753 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument 755 CHAR_TO_SHORT(b2, msb)))
|
/illumos-gate/usr/src/uts/common/io/bnx/570x/common/include/ |
H A D | l2_defs.h | 78 u16_t msb : 1; member 82 u16_t msb : 1; member
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.h | 117 } msb; member
|
H A D | ql_api.h | 2122 #define CHAR_TO_SHORT(lsb, msb) (uint16_t)((uint16_t)msb << 8 | (uint8_t)lsb) argument 2123 #define CHAR_TO_LONG(lsb, b1, b2, msb) \ argument 2125 CHAR_TO_SHORT(b2, msb)))
|
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 882 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()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 766 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()
|
/illumos-gate/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_main.c | 1209 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()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_l2.c | 1521 u8 msb = 0, current_byte = 0; in ecore_calc_crc32c() local 1532 msb = (u8)(crc32_result >> 31); in ecore_calc_crc32c() 1534 if (msb != (0x1 & (current_byte >> bit))) { in ecore_calc_crc32c()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 48 @ MSG_ELFDATA2MSB_NF "msb"
|
/illumos-gate/usr/src/uts/intel/io/dnet/ |
H A D | dnet.c | 1132 uint32_t msb; in hashindex() local 1142 msb = crc >> 31; in hashindex() 1144 if (msb ^ (currentbyte & 1)) { in hashindex()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | osal.txt | 694 Fill the provided crc table for given polynomial in reverse bit order (msb first).
|