Home | History | Annotate | Download | only in traceevent

Lines Matching refs:left_val

1902 	int left_val = -1;
1922 left_val = 1;
1924 left_val = 0;
1931 if (left_val >= 0) {
1932 if ((arg->op.type == FILTER_OP_AND && !left_val) ||
1933 (arg->op.type == FILTER_OP_OR && left_val)) {
1944 val = left_val && right_val;
1947 val = left_val || right_val;