Home
last modified time | relevance | path

Searched refs:readLen (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_MemorySoundArchive.cpp207 u32 readLen = ut::Min( length, m_Size - m_Position ); in Read() local
208 std::memcpy( buf, ut::AddOffsetToPtr( m_pBuffer, m_Position ), readLen ); in Read()
209 return static_cast<s32>(readLen); in Read()