Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveLoader.cpp575 const u32 REQUIRED_SIZE = in LoadWaveArchiveTable() local
580 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadWaveArchiveTable()
581 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadWaveArchiveTable()
638 const size_t REQUIRED_SIZE = WAVE_FILE_SIZE + sizeof(IndividualWaveInfo); in LoadIndividualWave() local
639 void* buffer = pAllocator->Alloc( REQUIRED_SIZE ); in LoadIndividualWave()
640 if ( ! internal::Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), REQUIRED_SIZE ) ) in LoadIndividualWave()