Home
last modified time | relevance | path

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

/NW4C-1.2.23/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.cpp311 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local
314 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram()
322 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram()
327 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram()
332 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram()
337 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram()
366 void* endp, in CreatePlayerHeap() argument
372 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
384 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
404 void* endp in SetupSoundPlayer() argument
[all …]
Dsnd_SoundDataManager.cpp86 void* endp = static_cast<char*>(buffer) + size; in Initialize() local
89 if ( ! CreateFileAddressTable( arc, &buf, endp ) ) in Initialize()
128 void* endp in CreateFileAddressTable() argument
136 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreateFileAddressTable()
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchivePlayer.h513 bool SetupSoundPlayer( const SoundArchive* arc, void** buffer, void* endp );
514 bool SetupSequenceSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
515 bool SetupSequenceTrack( const SoundArchive* arc, int numTracks, void** buffer, void* endp );
516 bool SetupWaveSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
517 bool SetupStreamSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
Dsnd_SoundDataManager.h412 bool CreateFileAddressTable( const SoundArchive* arc, void** buffer, void* endp );