Searched refs:xc (Results 1 - 4 of 4) sorted by relevance

/system/core/libunwindstack/
H A DRegs.cpp382 offset = sp() + 0x14 + 0xc;
385 offset = sp() + 0xc;
406 offset = sp() + 8 + 0x80 + 0x14 + 0xc;
409 offset = sp() + 0x80 + 0x14 + 0xc;
/system/core/libpixelflinger/
H A Dtrap.cpp160 GGLcoord xc = v[0]; local
163 xc = TRI_FLOOR(xc) + TRI_HALF;
166 xc = TRI_ROUND(xc);
169 GGLint l = (xc - halfSize) >> TRI_FRACTION_BITS;
171 GGLint r = (xc + halfSize) >> TRI_FRACTION_BITS;
233 int xc = r - l; local
235 if (xc>0 && yc>0) {
298 int xc local
435 int xc = r - l; local
[all...]
H A Dscanline.cpp649 int xc = x1 - xs; local
662 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
663 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
664 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
665 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
702 while (xc--) {
1913 const uint32_t xc = x1 - xs; local
1914 uint32_t remainder = xc & ((1<<SPAN_BITS)-1);
1915 uint32_t numSpans = xc >> SPAN_BITS;
2004 const uint32_t xc local
[all...]
/system/extras/simpleperf/
H A Devent_type_table.h80 EVENT_TYPE_TABLE_ENTRY("raw-pc-write-retired", PERF_TYPE_RAW, 0xc, "software change of the PC (instruction architecturally executed)", "arm")

Completed in 86 milliseconds