Searched refs:SETBIT_CMN (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.h | 65 #define SETBIT_CMN(num, pos, val) (num |= (val << pos)) macro 67 #define SETBIT(num, pos, val, len) (SETBIT_CMN(num, pos, val)) 70 (SETBIT_CMN(num, (COMPUTE_BIT_POS(len, pos)), val))
|