OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pool_cur
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
449
uint8_t *
pool_cur
, *pool_end;
member in struct:TCGContext
545
ptr = s->
pool_cur
;
550
s->
pool_cur
= ptr_end;
tcg.c
243
s->
pool_cur
= p->data + size;
256
s->
pool_cur
= s->pool_end = NULL;
[
all
...]
Completed in 1041 milliseconds