Searched refs:szFunc (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_log.h341 const char *szFunc)
348 unsigned long b6 = __PERF_ENCODE_INDEXED(szFunc, 5);
349 unsigned long b12 = __PERF_ENCODE_INDEXED(szFunc, 11);
350 unsigned long b18 = __PERF_ENCODE_INDEXED(szFunc, 17);
371 __PERF_PACK6(__PERF_ENCODE_INDEXED(szFunc, 0),
372 __PERF_ENCODE_INDEXED(szFunc, 1),
373 __PERF_ENCODE_INDEXED(szFunc, 2),
374 __PERF_ENCODE_INDEXED(szFunc, 3),
375 __PERF_ENCODE_INDEXED(szFunc, 4), b6),
376 __PERF_PACK6(__PERF_ENCODE_INDEXED(szFunc,
338 __PERF_LOG_Location(PERF_OBJHANDLE hObject, const char *szFile, unsigned long ulLine, const char *szFunc) argument
[all...]
H A Dperf_print.h40 const char *szFunc; member in struct:PERF_PRINT_Private
102 char const *szFunc);
H A Dperf_custom.h74 char const *szFunc);
162 szFunc) \
168 (szFunc)) ) /* Macro End */
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
H A Dperf_reader.c69 char szFile[21], szFunc[21]; local
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[1
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_custom.c294 char const *szFunc)
299 szFunc);
306 char const *szFunc)
312 __log_Location(hObject, szFile, ulLine, szFunc);
317 __print_Location(me, szFile, ulLine, szFunc);
291 __log_Location(PERF_OBJHANDLE hObject, char const *szFile, unsigned long ulLine, char const *szFunc) argument
303 __common_Location(PERF_OBJHANDLE hObject, char const *szFile, unsigned long ulLine, char const *szFunc) argument
H A Dperf_print.c141 char const *szFunc)
147 me->szFunc = szFunc;
156 me->szFile = me->szFunc = NULL;
165 if (me->szFile && me->szFunc)
182 me->szFunc,
138 __print_Location(PERF_Private *perf, char const *szFile, unsigned long ulLine, char const *szFunc) argument

Completed in 438 milliseconds