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