OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsnRec
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
android-trace_common.h
71
typedef struct
InsnRec
{
74
}
InsnRec
;
trace.c
52
InsnRec
dummy; // this is here so we can use buffer[-1]
53
InsnRec
buffer[kInsnBufferSize];
54
InsnRec
*current;
153
// The maximum number of bytes consumed by an
InsnRec
after compression.
688
InsnRec
*ptr;
689
InsnRec
*current = trace_insn.current + 1;
[
all
...]
Completed in 1909 milliseconds