OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syma
(Results
1 - 3
of
3
) sorted by null
/sdk/emulator/qtools/
coverage.cpp
40
const symbol_type *
syma
, *symb;
local
43
syma
= static_cast<symbol_type const *>(a);
45
calls1 =
syma
->numCalls;
50
int cmp = strcmp(
syma
->name, symb->name);
52
cmp = strcmp(
syma
->region->path, symb->region->path);
61
const symbol_type *
syma
, *symb;
local
63
syma
= static_cast<symbol_type const *>(a);
65
int cmp = strcmp(
syma
->region->path, symb->region->path);
67
cmp = strcmp(
syma
->name, symb->name);
profile_trace.cpp
26
const symbol_type *
syma
, *symb;
local
29
syma
= static_cast<symbol_type const *>(a);
31
elapsed1 =
syma
->elapsed;
36
return strcmp(
syma
->name, symb->name);
trace_reader.h
332
const stype *
syma
= static_cast<stype const *>(a);
local
334
uint32_t addr1 =
syma
->addr;
344
if (
syma
->name[0] == '_' || symb->name[0] == '_') {
348
while (
syma
->name[aCount] == '_')
362
return strcmp(
syma
->name, symb->name);
[
all
...]
Completed in 32 milliseconds