Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_exp.l70 "mod" { return OP_MOD; }
Dbpf_exp.y55 %token OP_RET OP_TAX OP_TXA OP_LDXB OP_MOD OP_NEG OP_JNEQ OP_JLT OP_JLE OP_LDI
509 : OP_MOD '#' number {
511 | OP_MOD 'x' {
513 | OP_MOD '%' 'x' {
/linux-4.1.27/drivers/misc/altera-stapl/
Daltera.c57 OP_MOD, enumerator
577 case OP_MOD: in altera_execute()