Searched refs:true_val (Results 1 – 4 of 4) sorted by relevance
217 def __init__(self, true_val: Union[int, float, Expression],220 self.true_val = _Constify(true_val)225 true_str = self.true_val.ToPerfJson()236 true_val = self.true_val.Simplify()239 return false_val if cond.value == '0' else true_val241 if true_val.Equals(false_val):242 return true_val244 return Select(true_val, cond, false_val)249 other.false_val) and self.true_val.Equals(other.true_val)255 true_val = self.true_val.Substitute(name, expression)[all …]
303 int true_val = 1; in misc_estab() local310 &true_val, sizeof(true_val)); in misc_estab()
597 int true_val = 1;602 &true_val, sizeof(true_val)); in estab() 600 int true_val = 1; estab() local
495 const char *true_val; member532 str_val = bool_val ? entry->true_val : entry->false_val; in qmp_debugfs_write()