Home
last modified time | relevance | path

Searched refs:OP_AND (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dtest.c15 #define OP_AND 3 macro
48 {0, "-a", OP_AND, 1},
150 case OP_AND: in do_test()
152 last_binop = OP_AND; in do_test()
168 else if (last_binop == OP_AND) in do_test()
/OK3568_Linux_fs/kernel/tools/bpf/
H A Dbpf_exp.y55 %token OP_JSET OP_ADD OP_SUB OP_MUL OP_DIV OP_AND OP_OR OP_XOR OP_LSH OP_RSH
398 : OP_AND '#' number {
400 | OP_AND 'x' {
402 | OP_AND '%' 'x' {
H A Dbpf_exp.l75 "and" { return OP_AND; }
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c47 OP_AND, enumerator
586 case OP_AND: in altera_execute()