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