Searched refs:total_args (Results 1 - 1 of 1) sorted by relevance

/external/qemu/tcg/
H A Dtcg.c290 int op, total_args, n, i; local
301 total_args = 0;
305 total_args += n;
308 args_ct = g_malloc(sizeof(TCGArgConstraint) * total_args);
309 sorted_args = g_malloc(sizeof(int) * total_args);

Completed in 54 milliseconds