Home
last modified time | relevance | path

Searched refs:left_val (Results 1 – 1 of 1) sorted by relevance

/tools/lib/traceevent/
Dparse-filter.c2077 int left_val = -1; in op_to_str() local
2096 left_val = 1; in op_to_str()
2098 left_val = 0; in op_to_str()
2105 if (left_val >= 0) { in op_to_str()
2106 if ((arg->op.type == FILTER_OP_AND && !left_val) || in op_to_str()
2107 (arg->op.type == FILTER_OP_OR && left_val)) { in op_to_str()
2118 val = left_val && right_val; in op_to_str()
2121 val = left_val || right_val; in op_to_str()