Home
last modified time | relevance | path

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

/linux-4.4.14/tools/net/
Dbpf_exp.l69 "div" { return OP_DIV; }
Dbpf_exp.y54 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
500 : OP_DIV '#' number {
502 | OP_DIV 'x' {
504 | OP_DIV '%' 'x' {
/linux-4.4.14/drivers/misc/altera-stapl/
Daltera.c56 OP_DIV, enumerator
571 case OP_DIV: in altera_execute()