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

  /external/qemu/tcg/
tcg.h 306 int allocated_helpers; member in struct:TCGContext
tcg.c 577 if ((s->nb_helpers + 1) > s->allocated_helpers) {
578 n = s->allocated_helpers;
585 s->allocated_helpers = n;
    [all...]

Completed in 154 milliseconds