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

  /external/qemu/tcg/
tcg.h 612 typedef struct TCGArgConstraint {
618 } TCGArgConstraint;
642 TCGArgConstraint *args_ct;
tcg.c 94 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str);
105 const TCGArgConstraint *arg_ct);
292 TCGArgConstraint *args_ct;
308 args_ct = g_malloc(sizeof(TCGArgConstraint) * total_args);
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 147 static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
227 const TCGArgConstraint *arg_ct)
    [all...]

Completed in 40 milliseconds