Home
last modified time | relevance | path

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

/linux-4.1.27/tools/net/
Dbpf_exp.l73 "xor" { return OP_XOR; }
Dbpf_exp.y54 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
541 : OP_XOR '#' number {
543 | OP_XOR 'x' {
545 | OP_XOR '%' 'x' {
/linux-4.1.27/drivers/misc/altera-stapl/
Daltera.c63 OP_XOR, enumerator
612 case OP_XOR: in altera_execute()