Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_exp.l67 "sub" { return OP_SUB; }
Dbpf_exp.y54 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
482 : OP_SUB '#' number {
484 | OP_SUB 'x' {
486 | OP_SUB '%' 'x' {
/linux-4.1.27/drivers/misc/altera-stapl/
Daltera.c54 OP_SUB, enumerator
559 case OP_SUB: in altera_execute()