Searched refs:noMax (Results 1 – 3 of 3) sorted by relevance
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()
392 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local398 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()401 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()