OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulData5
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c
68
U32 ulData0, ulData1, ulData2, ulData3, ulData4,
ulData5
, ulData6, ulData7, operation;
252
ulData5
= read_U32(fLog);
279
szFunc[19] = __DECODE(
ulData5
& 0x3f);
280
szFunc[18] = __DECODE((
ulData5
>> 6) & 0x3f);
281
szFunc[17] = __DECODE((
ulData5
>> 12) & 0x3f);
282
szFunc[16] = __DECODE((
ulData5
>> 18) & 0x3f);
283
szFunc[15] = __DECODE((
ulData5
>> 24) & 0x3f);
284
szFunc[14] = __DECODE(((
ulData5
>> 26) & 0x30) | ((ulData1 >> 4) & 0x0f));
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h
316
unsigned long
ulData5
,
329
*me->puPtr++ =
ulData5
;
415
unsigned long
ulData5
,
Completed in 51 milliseconds