Home
last modified time | relevance | path

Searched refs:bitshift (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/common/
H A Dleb128.c294 uint_t bitshift; in dwarf_ehe_extract() local
296 bitshift = (sizeof (uint64_t) - fsize) * 8; in dwarf_ehe_extract()
297 sresult = (sresult << bitshift) >> bitshift; in dwarf_ehe_extract()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c740 uint8_t bitshift, bytemask; in i_psvc_get_presence() local
753 value_8bit_inv & (bytemask >> bitshift); in i_psvc_get_presence()
1963 uint8_t bitshift, bytemask; in i_psvc_get_reg_11_1() local
1983 bitshift = PSVC_GET_ASPEC_BITSHIFT(aspec); in i_psvc_get_reg_11_1()
1997 uint8_t bitshift, bytemask; in i_psvc_get_reg_11_7() local
2018 bitshift = PSVC_GET_ASPEC_BITSHIFT(aspec); in i_psvc_get_reg_11_7()
2036 uint8_t bitshift, bytemask; in i_psvc_set_reg_11_1() local
2043 bitshift = PSVC_GET_ASPEC_BITSHIFT(aspec); in i_psvc_set_reg_11_1()
2045 value = value << bitshift; in i_psvc_set_reg_11_1()
2086 uint8_t bitshift, bytemask; in i_psvc_set_reg_11_7() local
[all …]