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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.h56 #define EXTRACTBIT_CMN(val, pos) ((val >> pos) & 1) macro
58 #define EXTRACTBIT(val, pos, len) (EXTRACTBIT_CMN(val, pos))
61 (EXTRACTBIT_CMN(val, (COMPUTE_BIT_POS(len, pos))))

Completed in 57 milliseconds