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 165 #define TCG_MAX_LABELS 512
tcg.c 196 if (s->nb_labels >= TCG_MAX_LABELS)
366 s->labels = tcg_malloc(sizeof(TCGLabel) * TCG_MAX_LABELS);
    [all...]

Completed in 31 milliseconds