Home
last modified time | relevance | path

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

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