Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_exp.l74 "or" { return OP_OR; }
Dbpf_exp.y54 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
532 : OP_OR '#' number {
534 | OP_OR 'x' {
536 | OP_OR '%' 'x' {
/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c38 OP_OR, enumerator
61 { OP_OR, "||", 1 },
485 type = op->op == OP_OR; in process_ops()
534 if (!!d->match == (pred->op == OP_OR)) in filter_match_preds_cb()
733 if (dest->op == OP_OR || dest->op == OP_AND) { in filter_set_pred()
1354 if (op == OP_AND || op == OP_OR) in create_pred()
1386 if (elt->op == OP_AND || elt->op == OP_OR) { in check_preds()
2176 if (pred->op != OP_OR) in ftrace_function_check_pred()
/linux-4.1.27/drivers/misc/altera-stapl/
Daltera.c62 OP_OR, enumerator
606 case OP_OR: in altera_execute()