Home | History | Annotate | Download | only in tcg

Lines Matching refs:TCG_MAX_LABELS

160     if (s->nb_labels >= TCG_MAX_LABELS)
280 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);