Searched refs:UNSETBIT_CMN (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h74 #define UNSETBIT_CMN(num, pos) (num &= (~(1 << pos))) macro
76 #define UNSETBIT(num, pos, len) (UNSETBIT_CMN(num, pos))
79 (UNSETBIT_CMN(num, (COMPUTE_BIT_POS(len, pos))))

Completed in 199 milliseconds