OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StaticRec
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/qtools/
post_trace.cpp
8
StaticRec
bb;
32
StaticRec
static_rec;
trace_reader_base.h
17
struct
StaticRec
{
24
StaticRec
rec;
90
int ReadStatic(
StaticRec
*rec);
bb2sym.cpp
14
StaticRec
bb;
trace_reader.cpp
1070
// Reads the next
StaticRec
from the trace file (not including the list
1072
int TraceReaderBase::ReadStatic(
StaticRec
*rec)
1074
int rval = fread(rec, sizeof(
StaticRec
), 1, static_fstream_);
1115
StaticRec
static_rec;
1128
int rval = fread(&static_rec, sizeof(
StaticRec
), 1, static_fstream_);
[
all
...]
bbprof.cpp
9
StaticRec
bb;
Completed in 53 milliseconds