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

  /external/chromium_org/tools/site_compare/
command_line.py 478 sorted_args = self.args[:]
479 sorted_args.sort(self.SortArgs())
482 " ".join([arg.GetUsageString() for arg in sorted_args]), width,
488 sorted_args = self.args[:]
489 sorted_args.sort(self.SortArgs())
491 return "\n".join([arg.GetHelpString(width) for arg in sorted_args])
  /external/qemu/tcg/
tcg.c 225 int *sorted_args; local
241 sorted_args = qemu_malloc(sizeof(int) * total_args);
246 def->sorted_args = sorted_args;
248 sorted_args += n;
1045 def->sorted_args[start + i] = start + i;
1050 p1 = get_constraint_priority(def, def->sorted_args[start + i]);
1051 p2 = get_constraint_priority(def, def->sorted_args[start + j]);
1053 tmp = def->sorted_args[start + i];
1054 def->sorted_args[start + i] = def->sorted_args[start + j]
    [all...]
tcg.h 442 int *sorted_args; member in struct:TCGOpDef

Completed in 55 milliseconds