Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Dparse-filter.c2064 int left_val = -1; in op_to_str() local
2083 left_val = 1; in op_to_str()
2085 left_val = 0; in op_to_str()
2092 if (left_val >= 0) { in op_to_str()
2093 if ((arg->op.type == FILTER_OP_AND && !left_val) || in op_to_str()
2094 (arg->op.type == FILTER_OP_OR && left_val)) { in op_to_str()
2105 val = left_val && right_val; in op_to_str()
2108 val = left_val || right_val; in op_to_str()