Searched refs:STRENGTH_MASK (Results 1 – 4 of 4) sorted by relevance
133 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()143 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
91 static const int32_t STRENGTH_MASK = 0xf000; member
142 static const int32_t STRENGTH_MASK = 0xf;
146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()