Home
last modified time | relevance | path

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

/Linux-v4.19/tools/bpf/
Dbpf_exp.y55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
407 : OP_OR '#' number {
409 | OP_OR 'x' {
411 | OP_OR '%' 'x' {
Dbpf_exp.l77 "or" { return OP_OR; }
/Linux-v4.19/drivers/misc/altera-stapl/
Daltera.c62 OP_OR, enumerator
606 case OP_OR: in altera_execute()