HomeSort by relevance Sort by last modified time
    Searched refs:ulData7 (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;
254 ulData7 = read_U32(fLog);
291 szFunc[7] = __DECODE(ulData7 & 0x3f);
292 szFunc[6] = __DECODE((ulData7 >> 6) & 0x3f);
293 szFunc[5] = __DECODE((ulData7 >> 12) & 0x3f);
294 szFunc[4] = __DECODE((ulData7 >> 18) & 0x3f);
295 szFunc[3] = __DECODE((ulData7 >> 24) & 0x3f);
296 szFunc[2] = __DECODE(((ulData7 >> 26) & 0x30) | ((ulData1 >> 12) & 0x0f));
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h 318 unsigned long ulData7,
331 *me->puPtr++ = ulData7;
417 unsigned long ulData7,

Completed in 559 milliseconds