OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:szFunc
(Results
1 - 6
of
6
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h
341
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
, 6)
[
all
...]
perf_print.h
40
const char *
szFunc
;
102
char const *
szFunc
);
perf_custom.h
74
char const *
szFunc
);
162
szFunc
) \
168
(
szFunc
)) ) /* Macro End */
/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
...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c
294
char const *
szFunc
)
299
szFunc
);
306
char const *
szFunc
)
312
__log_Location(hObject, szFile, ulLine,
szFunc
);
317
__print_Location(me, szFile, ulLine,
szFunc
);
perf_print.c
141
char const *
szFunc
)
147
me->
szFunc
=
szFunc
;
156
me->szFile = me->
szFunc
= NULL;
165
if (me->szFile && me->
szFunc
)
182
me->
szFunc
,
Completed in 269 milliseconds