Searched refs:endp (Results 1 – 5 of 5) sorted by relevance
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_PlayerHeap.cpp | 114 void* endp = ut::AddOffsetToPtr( m_pAllocAddress, size ); in Alloc() local 115 if ( endp > m_pEndAddress ) in Alloc() 121 m_pAllocAddress = ut::RoundUp( endp, 32 ); in Alloc()
|
| D | snd_SoundArchivePlayer.cpp | 325 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local 328 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram() 336 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram() 341 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram() 346 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram() 351 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram() 380 void* endp, in CreatePlayerHeap() argument 386 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap() 398 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap() 418 void* endp in SetupSoundPlayer() argument [all …]
|
| D | snd_SoundDataManager.cpp | 62 void* endp = static_cast<char*>(buffer) + size; in Initialize() local 65 if ( ! CreateFileAddressTable( arc, &buf, endp ) ) in Initialize() 103 void* endp in CreateFileAddressTable() argument 111 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreateFileAddressTable()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundArchivePlayer.h | 549 bool SetupSoundPlayer( const SoundArchive* arc, void** buffer, void* endp ); 550 bool SetupSequenceSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp ); 551 bool SetupSequenceTrack( const SoundArchive* arc, int numTracks, void** buffer, void* endp ); 552 bool SetupWaveSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp ); 553 bool SetupStreamSound( const SoundArchive* arc, int numSounds, void** buffer, void* endp );
|
| D | snd_SoundDataManager.h | 214 bool CreateFileAddressTable( const SoundArchive* arc, void** buffer, void* endp );
|