Searched refs:oldCount (Results 1 – 13 of 13) sorted by relevance
181 int oldCount = fCount; variable184 src + count <= fArray || fArray + oldCount <= src);188 memcpy(fArray + oldCount, src, sizeof(T) * count);191 return fArray + oldCount;200 size_t oldCount = fCount; variable203 memmove(dst + count, dst, sizeof(T) * (oldCount - index));
144 SkDEBUGCODE(int oldCount = fCount); in resize()157 SkASSERT(fCount == oldCount); in resize()
146 SkDEBUGCODE(int oldCount = fCount); in resize()159 SkASSERT(fCount == oldCount); in resize()
356 NSUInteger oldCount = weakSelf.presentedModals.count;357 if (changeRootIndex < oldCount) {358 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…
371 NSUInteger oldCount = weakSelf.presentedModals.count;372 if (changeRootIndex < oldCount) {373 …[weakSelf.presentedModals removeObjectsInRange:NSMakeRange(changeRootIndex, oldCount - changeRootI…