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()
356 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable() local362 options = noMax | (value << MAX_VARIABLE_SHIFT); in setMaxVariable()365 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()