Searched refs:copyCount (Results 1 – 1 of 1) sorted by relevance
124 int copyCount = count; in WriteData() local130 copyCount -= 1; in WriteData()135 if (copyCount > 0) in WriteData()137 std::memcpy(m_CurrentBuffer, pData, copyCount * sizeof(u32)); in WriteData()138 m_Size += copyCount; in WriteData()139 m_CurrentBuffer += copyCount; in WriteData()