Home
last modified time | relevance | path

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

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