Searched refs:PINT_2_BIT (Results 1 – 1 of 1) sorted by relevance
644 #define PINT_2_BIT(x) ((x) & 0x1F) macro645 #define PINT_BIT(x) (1 << (PINT_2_BIT(x)))