Lines Matching refs:tri_value
329 - The value of A && B is min(A.tri_value, B.tri_value)
331 - The value of A || B is max(A.tri_value, B.tri_value)
333 - The value of !A is 2 - A.tri_value
336 otherwise. Note that str_value is used here instead of tri_value.
677 its tri_value will be 0 (n), as expected.
1159 differ from Symbol.str/tri_value if there are unsatisfied dependencies.
1725 sym.tri_value == 2:
1904 if not (sym.orig_type in _BOOL_TRISTATE and not sym.tri_value)
4016 tri_value:
4279 (self.choice and self.choice.tri_value == 2 or
4280 not self.kconfig.modules.tri_value):
4296 self._cached_str_val = TRI_TO_STR[self.tri_value]
4428 def tri_value(self):
4566 Symbol.str/tri_value (be truncated down or up).
5026 tri_value:
5064 Like choice.tri_value, but gives the value as one of the strings
5178 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5187 return TRI_TO_STR[self.tri_value]
5190 def tri_value(self):
5429 if self.tri_value != 2:
6000 return expr.tri_value
6300 sc.orig_type is not TRISTATE and sc.choice.tri_value != 2:
6304 if sc.orig_type is TRISTATE and vis == 1 and sc.choice.tri_value == 2:
6374 return sym.tri_value if sym.orig_type in _BOOL_TRISTATE else \