Home
last modified time | relevance | path

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

/linux-4.4.14/tools/net/
Dbpf_exp.l72 "and" { return OP_AND; }
Dbpf_exp.y54 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
523 : OP_AND '#' number {
525 | OP_AND 'x' {
527 | OP_AND '%' 'x' {
/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c39 OP_AND, enumerator
62 { OP_AND, "&&", 2 },
777 if (dest->op == OP_OR || dest->op == OP_AND) { in filter_set_pred()
1405 if (op == OP_AND || op == OP_OR) in create_pred()
1437 if (elt->op == OP_AND || elt->op == OP_OR) { in check_preds()
/linux-4.4.14/drivers/misc/altera-stapl/
Daltera.c61 OP_AND, enumerator
600 case OP_AND: in altera_execute()