Searched refs:ci (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfile_sync_client.c580 copyinfo *ci = malloc(sizeof(copyinfo) + ssize + dsize); local
581 if(ci == 0) {
586 ci->next = 0;
587 ci->time = 0;
588 ci->mode = 0;
589 ci->size = 0;
590 ci->flag = 0;
591 ci->src = (const char*)(ci + 1);
592 ci
608 copyinfo *ci, *next; local
677 copyinfo *ci, *next; local
814 copyinfo *ci; local
875 copyinfo *ci, *next; local
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp638 iterators_t& ci = c->iterators; local
640 r = (xs * c->shade.drdx) + ci.ydrdy;
641 g = (xs * c->shade.dgdx) + ci.ydgdy;
642 b = (xs * c->shade.dbdx) + ci.ydbdy;
643 a = (xs * c->shade.dadx) + ci.ydady;
649 r = ci.ydrdy;
650 g = ci.ydgdy;
651 b = ci.ydbdy;
652 a = ci.ydady;
656 GGLfixed z = (xs * c->shade.dzdx) + ci
1624 iterators_t& ci = c->iterators; local
1798 iterators_t& ci = c->iterators; local
1837 iterators_t& ci = c->iterators; local
1848 iterators_t& ci = c->iterators; local
1856 iterators_t& ci = c->iterators; local
1899 const iterators_t& ci = c->iterators; local
1988 const iterators_t& ci = c->iterators; local
[all...]

Completed in 72 milliseconds