Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Deval.c740 static int expr_count(AVExpr *e, unsigned *counter, int size, int type) in expr_count() function
748 expr_count(e->param[i], counter, size, type); in expr_count()
758 return expr_count(e, counter, size, e_const); in av_expr_count_vars()
763 return expr_count(e, counter, size, ((int[]){e_const, e_func1, e_func2})[arg]); in av_expr_count_func()
/third_party/selinux/libsepol/src/
Dservices.c419 int expr_count; in constraint_expr_eval_reason() local
708 expr_count = expr_counter; in constraint_expr_eval_reason()
715 answer_list = malloc(expr_count * sizeof(*answer_list)); in constraint_expr_eval_reason()
723 for (x = 0; x != expr_count; x++) { in constraint_expr_eval_reason()