Searched defs:BIT2MASK (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | bitset.h | 18 #define BIT2MASK(ibit) (1 << BIT2SHIFT(ibit)) macro |
/external/python/cpython2/Include/ | ||
D | bitset.h | 26 #define BIT2MASK(ibit) (1 << BIT2SHIFT(ibit)) macro |