Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c43 #define tos32(val, bits) ((val & ((1<<((bits)-1)))) ? (-((val) & \ macro
48 #define __TO_M(mtol) (int16_t)(tos32((((BSWAP_16(mtol) & 0xff00) >> 8) | \
51 #define __TO_B(bacc) (int32_t)(tos32((((BSWAP_32(bacc) & \
59 #define __TO_R_EXP(bacc) (int32_t)(tos32(((BSWAP_32(bacc) & 0xf0) >> 4),\
61 #define __TO_B_EXP(bacc) (int32_t)(tos32((BSWAP_32(bacc) & 0xf), 4))