HomeSort by relevance Sort by last modified time
    Searched refs:nb_helpers (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/
tcg.c 577 if ((s->nb_helpers + 1) > s->allocated_helpers) {
587 s->helpers[s->nb_helpers].func = (tcg_target_ulong)func;
588 s->helpers[s->nb_helpers].name = name;
589 s->nb_helpers++;
833 qsort(s->helpers, s->nb_helpers, sizeof(TCGHelperInfo),
840 m_max = s->nb_helpers - 1;
    [all...]
tcg.h 305 int nb_helpers; member in struct:TCGContext

Completed in 32 milliseconds