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

/vbox/src/recompiler/tcg/
H A Dtcg.c228 int op, total_args, n; local
239 total_args = 0;
243 total_args += n;
246 args_ct = qemu_malloc(sizeof(TCGArgConstraint) * total_args);
247 sorted_args = qemu_malloc(sizeof(int) * total_args);

Completed in 37 milliseconds