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

  /external/qemu/tcg/
tcg.h 272 uint8_t *pool_cur, *pool_end; member in struct:TCGContext
349 ptr = s->pool_cur;
354 s->pool_cur = ptr_end;
tcg.c 209 s->pool_cur = p->data + size;
216 s->pool_cur = s->pool_end = NULL;
    [all...]

Completed in 27 milliseconds