Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_PlayerHeap.cpp109 void* endp = ut::AddOffsetToPtr( m_pAllocAddress, size ); in Alloc() local
110 if ( endp > m_pEndAddress ) return NULL; in Alloc()
113 m_pAllocAddress = ut::RoundUp( endp, 32 ); in Alloc()
Dsnd_SoundArchivePlayer.cpp323 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local
326 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram()
334 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram()
339 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram()
344 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram()
349 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram()
378 void* endp, in CreatePlayerHeap() argument
384 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
396 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
416 void* endp in SetupSoundPlayer() argument
[all …]
Dsnd_SoundDataManager.cpp60 void* endp = static_cast<char*>(buffer) + size; in Initialize() local
63 if ( ! CreateFileAddressTable( arc, &buf, endp ) ) in Initialize()
101 void* endp in CreateFileAddressTable() argument
109 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreateFileAddressTable()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchivePlayer.h521 bool SetupSoundPlayer( const SoundArchive* arc, void** buffer, void* endp );
522 bool SetupSequenceSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
523 bool SetupSequenceTrack( const SoundArchive* arc, int numTracks, void** buffer, void* endp );
524 bool SetupWaveSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
525 bool SetupStreamSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
Dsnd_SoundDataManager.h211 bool CreateFileAddressTable( const SoundArchive* arc, void** buffer, void* endp );