Lines Matching refs:ct
176 for (size_t ct=0; ct < mToDirtyList.size(); ct++) { in removeProgramToDirty() local
177 if (mToDirtyList[ct] == p) { in removeProgramToDirty()
178 mToDirtyList.removeAt(ct); in removeProgramToDirty()
255 for (size_t ct=0; ct < mToDirtyList.size(); ct++) { in sendDirty() local
256 mToDirtyList[ct]->forceDirty(); in sendDirty()
261 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { in incRefs() argument
267 while (ct > 0) { in incRefs()
269 ct --; in incRefs()
274 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const { in decRefs() argument
283 while (ct > 0) { in decRefs()
285 ct --; in decRefs()