HomeSort by relevance Sort by last modified time
    Searched full:total_args (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/
tcg.c 222 int op, total_args, n; local
233 total_args = 0;
237 total_args += n;
240 args_ct = qemu_malloc(sizeof(TCGArgConstraint) * total_args);
241 sorted_args = qemu_malloc(sizeof(int) * total_args);
    [all...]

Completed in 69 milliseconds