HomeSort by relevance Sort by last modified time
    Searched refs:ulData6 (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;
253 ulData6 = read_U32(fLog);
285 szFunc[13] = __DECODE(ulData6 & 0x3f);
286 szFunc[12] = __DECODE((ulData6 >> 6) & 0x3f);
287 szFunc[11] = __DECODE((ulData6 >> 12) & 0x3f);
288 szFunc[10] = __DECODE((ulData6 >> 18) & 0x3f);
289 szFunc[9] = __DECODE((ulData6 >> 24) & 0x3f);
290 szFunc[8] = __DECODE(((ulData6 >> 26) & 0x30) | ((ulData1 >> 8) & 0x0f));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 317 unsigned long ulData6,
330 *me->puPtr++ = ulData6;
416 unsigned long ulData6,

Completed in 39 milliseconds