Searched refs:COUNT_MASK (Results 1 – 3 of 3) sorted by relevance
77 #define COUNT_MASK ((1ULL << COUNT_BITS) - 1) macro86 #define COUNT(e) ((unsigned int)(e) & COUNT_MASK)124 static unsigned int count_threshold = COUNT_MASK;394 if (val > COUNT_MASK) in count_threshold_set()395 val = COUNT_MASK; in count_threshold_set()
105 #define COUNT_MASK 0x0F macro
69 #define COUNT_MASK 0x0F macro