Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dtest.c13 #define OP_NOT 1 macro
46 {0, "!", OP_NOT, 1},
154 case OP_NOT: in do_test()
155 if (last_unop == OP_NOT) in do_test()
158 last_unop = OP_NOT; in do_test()
161 if (last_unop == OP_NOT) { in do_test()
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-filter.c645 OP_NOT, enumerator
664 return OP_NOT; in process_op()
1063 case OP_NOT: in process_filter()
1094 case OP_NOT: in process_filter()
/OK3568_Linux_fs/kernel/drivers/misc/altera-stapl/
H A Daltera.c46 OP_NOT, enumerator
581 case OP_NOT: in altera_execute()