Home
last modified time | relevance | path

Searched refs:OP_NOT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dtest.c12 #define OP_NOT 1 macro
45 {0, "!", OP_NOT, 1},
153 case OP_NOT: in do_test()
154 if (last_unop == OP_NOT) in do_test()
157 last_unop = OP_NOT; in do_test()
160 if (last_unop == OP_NOT) { in do_test()
/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c46 OP_NOT, enumerator
578 case OP_NOT: in altera_execute()