OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:szFunc
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h
40
const char *
szFunc
;
102
char const *
szFunc
);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c
69
char szFile[21],
szFunc
[21];
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));
285
szFunc
[13] = __DECODE(ulData6 & 0x3f);
286
szFunc
[12] = __DECODE((ulData6 >> 6) & 0x3f);
287
szFunc
[11] = __DECODE((ulData6 >> 12) & 0x3f)
[
all
...]
Completed in 479 milliseconds