OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PERF_ModuleBits
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h
89
PERF_COMBINE3((ulSize) >> 3, 30 - 2 *
PERF_ModuleBits
, \
90
eModule2,
PERF_ModuleBits
, \
91
eModule1,
PERF_ModuleBits
) ) : \
93
PERF_COMBINE2(ulSize, 28 -
PERF_ModuleBits
, \
94
eModule1,
PERF_ModuleBits
) ), \
102
PERF_COMBINE3((ulSize) >> 3, 30 - 2 *
PERF_ModuleBits
, \
103
eModule2,
PERF_ModuleBits
, \
104
eModule1,
PERF_ModuleBits
) ) : \
106
PERF_COMBINE2(ulSize, 28 -
PERF_ModuleBits
, \
107
eModule1,
PERF_ModuleBits
) ), \
[
all
...]
perf_custom.h
107
( ((unsigned long) (eModule2)) <<
PERF_ModuleBits
) | \
perf.h
171
PERF_ModuleBits
= 4,
172
PERF_ModuleMask = (1 <<
PERF_ModuleBits
) - 1,
175
PERF_ModuleDomains = 1 << (1 <<
PERF_ModuleBits
),
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c
160
size = PERF_bits(ulData0, 2 *
PERF_ModuleBits
,
161
30 - 2 *
PERF_ModuleBits
) << 3;
164
size = PERF_bits(ulData0,
PERF_ModuleBits
,
165
28 -
PERF_ModuleBits
);
184
PERF_bits(ulData0, 0,
PERF_ModuleBits
),
185
PERF_bits(ulData0,
PERF_ModuleBits
,
PERF_ModuleBits
) );
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c
72
(ulModuleAndFlags >>
PERF_ModuleBits
) & PERF_ModuleMask);
perf_print.c
306
unsigned long module2 = (((unsigned long) eModule) >>
PERF_ModuleBits
) & PERF_ModuleMask;
perf_rt.c
300
unsigned long module2 = (modulesAndFlags >>
PERF_ModuleBits
) & PERF_ModuleMask;
[
all
...]
Completed in 356 milliseconds