e_not 186 libavutil/eval.c case e_not: return e->value * (eval_expr(p, e->param[0]) == 0); e_not 436 libavutil/eval.c else if (strmatch(next, "not" )) d->type = e_not; e_not 632 libavutil/eval.c case e_not: