Searched refs:endp (Results 1 – 5 of 5) sorted by relevance
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_PlayerHeap.cpp | 109 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()
|
| D | snd_SoundArchivePlayer.cpp | 323 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 …]
|
| D | snd_SoundDataManager.cpp | 60 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/ |
| D | snd_SoundArchivePlayer.h | 521 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 );
|
| D | snd_SoundDataManager.h | 211 bool CreateFileAddressTable( const SoundArchive* arc, void** buffer, void* endp );
|