Searched defs:COUNTER_BIT (Results 1 – 2 of 2) sorted by relevance
226 #define COUNTER_BIT(counter) ((1<<16)<<(counter)) macro
504 #define BIC_PRESENT(COUNTER_BIT) (bic_present |= COUNTER_BIT) argument505 #define BIC_NOT_PRESENT(COUNTER_BIT) (bic_present &= ~COUNTER_BIT) argument