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
452
int
nb_labels
;
member in struct:TCGContext
tcg.c
196
if (s->
nb_labels
>= TCG_MAX_LABELS)
198
idx = s->
nb_labels
++;
367
s->
nb_labels
= 0;
[
all
...]
Completed in 55 milliseconds