OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 149 milliseconds