Searched refs:MAX_VARIABLE_MASK (Results 1 – 2 of 2) sorted by relevance
57 static const int32_t MAX_VARIABLE_MASK = 0x70; member160 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT); in getMaxVariable()
219 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()228 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()