Searched defs:pcount (Results 1 - 2 of 2) sorted by relevance

/system/extras/sane_schedstat/
H A Dsane_schedstat.c51 unsigned long pcount; /* number of tasks (not necessarily unique) given */ member in struct:cpu_stat
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) {
104 cpu_delta[cpu].pcount = tmp.pcount - cpu_prev[cpu].pcount;
/system/core/libpixelflinger/
H A Dtrap.cpp664 int* pcount,
672 Edge* edge = edges + *pcount;
714 ++*pcount;
854 int* pcount,
862 AAEdge* edge = edges + *pcount;
903 ++*pcount;
662 edge_setup( Edge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument
852 aa_edge_setup( AAEdge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument

Completed in 71 milliseconds