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.cpp617 iterators_t& ci = c->iterators; local
619 r = (xs * c->shade.drdx) + ci.ydrdy;
620 g = (xs * c->shade.dgdx) + ci.ydgdy;
621 b = (xs * c->shade.dbdx) + ci.ydbdy;
622 a = (xs * c->shade.dadx) + ci.ydady;
628 r = ci.ydrdy;
629 g = ci.ydgdy;
630 b = ci.ydbdy;
631 a = ci.ydady;
635 GGLfixed z = (xs * c->shade.dzdx) + ci
1603 iterators_t& ci = c->iterators; local
1777 iterators_t& ci = c->iterators; local
1816 iterators_t& ci = c->iterators; local
1827 iterators_t& ci = c->iterators; local
1835 iterators_t& ci = c->iterators; local
1878 const iterators_t& ci = c->iterators; local
1967 const iterators_t& ci = c->iterators; local
[all...]

Completed in 257 milliseconds