HomeSort by relevance Sort by last modified time
    Searched refs:szFile (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 339 const char *szFile,
345 unsigned long a6 = __PERF_ENCODE_INDEXED(szFile, 5);
346 unsigned long a12 = __PERF_ENCODE_INDEXED(szFile, 11);
347 unsigned long a18 = __PERF_ENCODE_INDEXED(szFile, 17);
356 __PERF_PACK6(__PERF_ENCODE_INDEXED(szFile, 0),
357 __PERF_ENCODE_INDEXED(szFile, 1),
358 __PERF_ENCODE_INDEXED(szFile, 2),
359 __PERF_ENCODE_INDEXED(szFile, 3),
360 __PERF_ENCODE_INDEXED(szFile, 4), a6),
361 __PERF_PACK6(__PERF_ENCODE_INDEXED(szFile, 6)
    [all...]
perf_print.h 39 const char *szFile;
100 char const *szFile,
perf_custom.h 72 char const *szFile,
160 szFile, \
166 (szFile), \
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 69 char szFile[21], szFunc[21];
256 /* decode szFile */
257 szFile[19] = __DECODE(ulData2 & 0x3f);
258 szFile[18] = __DECODE((ulData2 >> 6) & 0x3f);
259 szFile[17] = __DECODE((ulData2 >> 12) & 0x3f);
260 szFile[16] = __DECODE((ulData2 >> 18) & 0x3f);
261 szFile[15] = __DECODE((ulData2 >> 24) & 0x3f);
262 szFile[14] = __DECODE(((ulData2 >> 26) & 0x30) | ((ulData0 >> 24) & 0x0f));
263 szFile[13] = __DECODE(ulData3 & 0x3f);
264 szFile[12] = __DECODE((ulData3 >> 6) & 0x3f)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_custom.c 292 char const *szFile,
297 szFile,
304 char const *szFile,
312 __log_Location(hObject, szFile, ulLine, szFunc);
317 __print_Location(me, szFile, ulLine, szFunc);
perf_print.c 139 char const *szFile,
146 me->szFile = szFile;
156 me->szFile = me->szFunc = NULL;
165 if (me->szFile && me->szFunc)
178 me->szFile,
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 216 milliseconds