HomeSort by relevance Sort by last modified time
    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 28 milliseconds