Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h63 #define SETBIT_CMN(num, pos, val) (num |= (val << pos)) macro
65 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val))
68 (SETBIT_CMN(num, (COMPUTE_BIT_POS(len, pos)), val))