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
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 35 milliseconds