OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nb_labels
(Results
1 - 2
of
2
) sorted by null
/external/qemu/tcg/
tcg.h
275
int
nb_labels
;
member in struct:TCGContext
tcg.c
160
if (s->
nb_labels
>= TCG_MAX_LABELS)
162
idx = s->
nb_labels
++;
281
s->
nb_labels
= 0;
[
all
...]
Completed in 2701 milliseconds