Home | History | Annotate | Download | only in renderscript

Lines Matching refs:ct

78         for (int ct = 0; ct < fieldCount; ct ++) {
79 if (mElementNames[ct].charAt(0) != '#') {
86 for (int ct = 0, ctNoPadding = 0; ct < fieldCount; ct ++) {
87 if (mElementNames[ct].charAt(0) != '#') {
88 mVisibleElementMap[ctNoPadding ++] = ct;
199 for (int ct=0; ct < mElements.length; ct++) {
200 if (mElements[ct].mElements != null) {
772 for (int ct = 0; ct < mElements.length; ct++ ) {
773 mOffsetInBytes[ct] = mSize;
774 mSize += mElements[ct].mSize * mArraySizes[ct];
1092 for (int ct = 0; ct < ein.length; ct++ ) {
1093 ids[ct] = ein[ct].getID(mRS);