Searched refs:readLen (Results 1 – 1 of 1) sorted by relevance
207 u32 readLen = ut::Min( length, m_Size - m_Position ); in Read() local208 std::memcpy( buf, ut::AddOffsetToPtr( m_pBuffer, m_Position ), readLen ); in Read()209 return static_cast<s32>(readLen); in Read()