Searched refs:firstReadCount (Results 1 – 1 of 1) sorted by relevance
516 size_t firstReadCount = 0, secondReadCount = 0; in copyFrom() local521 firstReadCount, in copyFrom()532 if (firstReadCount != 0) { in copyFrom()533 memcpy(data, firstBaseAddress, firstReadCount * sizeof(T)); in copyFrom()537 memcpy(data + firstReadCount, in copyFrom()