Searched refs:noMax (Results 1 – 3 of 3) sorted by relevance
388 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local394 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()397 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
390 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local396 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()399 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()
358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local364 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()