Searched refs:copyCount (Results 1 – 1 of 1) sorted by relevance
126 int copyCount = count; in WriteData() local132 copyCount -= 1; in WriteData()137 if (copyCount > 0) in WriteData()139 nw::os::MemCpy(m_CurrentBuffer, pData, copyCount * sizeof(u32)); in WriteData()140 m_Size += copyCount; in WriteData()141 m_CurrentBuffer += copyCount; in WriteData()