HomeSort by relevance Sort by last modified time
    Searched refs:args_ct (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 292 TCGArgConstraint *args_ct; local
308 args_ct = g_malloc(sizeof(TCGArgConstraint) * total_args);
313 def->args_ct = args_ct;
317 args_ct += n;
    [all...]
tcg.h 642 TCGArgConstraint *args_ct; member in struct:TCGOpDef

Completed in 52 milliseconds