OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCG_MAX_LABELS
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
91
#define
TCG_MAX_LABELS
512
tcg.c
160
if (s->nb_labels >=
TCG_MAX_LABELS
)
280
s->labels = tcg_malloc(sizeof(TCGLabel) *
TCG_MAX_LABELS
);
[
all
...]
Completed in 802 milliseconds