OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sorted_args
(Results
1 - 2
of
2
) sorted by null
/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 107 milliseconds