| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_InstancePool.h | 66 u32 Create( void* buffer, size_t size ) in Create() 88 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy() 143 u32 Create( void* buffer, unsigned long size ) in Create() 165 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Memory.h | 150 virtual void* Alloc(size_t size, u8 alignment) in Alloc() 241 void SetBreakAlloc(int address, size_t size) in SetBreakAlloc() 263 void SetBreakFree(int address, size_t size) in SetBreakFree() 353 virtual void* Alloc(size_t size, u8 alignment) in Alloc()
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_SoundHeap.cpp | 71 size_t size in Create() 108 void* SoundHeap::Alloc( size_t size ) in Alloc() 134 size_t size, in Alloc() 193 void SoundHeap::DisposeCallbackFunc( void* mem, unsigned long size, void* arg ) in DisposeCallbackFunc()
|
| D | snd_MmlSequenceTrackAllocator.cpp | 71 unsigned long MmlSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create() 76 void MmlSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy()
|
| D | snd_MemorySoundArchive.cpp | 158 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 169 int size, in OpenExtStream() 191 MemorySoundArchive::MemoryFileStream::MemoryFileStream( const void* buffer, u32 size ) in MemoryFileStream()
|
| D | snd_HioSoundArchive.cpp | 96 int size, in OpenStream() 108 int size, in OpenExtStream() 145 bool HioSoundArchive::LoadHeader( void* buffer, size_t size ) in LoadHeader() 341 bool HioSoundArchive::LoadLabelStringData( void* buffer, size_t size ) in LoadLabelStringData() 378 HioSoundArchive::HioFileStream::HioFileStream( const char* path, u32 offset, u32 size ) in HioFileStream() 393 nn::hio::HostFile* openedFile, u32 offset, u32 size ) in HioFileStream()
|
| D | snd_MidiSequenceTrackAllocator.cpp | 110 unsigned long MidiSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create() 125 void MidiSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy()
|
| D | snd_RomSoundArchive.cpp | 156 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 174 int size, in OpenExtStream() 241 bool RomSoundArchive::LoadHeader( void* buffer, unsigned long size ) in LoadHeader() 464 bool RomSoundArchive::LoadLabelStringData( void* buffer, unsigned long size ) in LoadLabelStringData() 604 RomSoundArchive::RomFileStream::RomFileStream( const char* path, u32 offset, u32 size ) in RomFileStream() 621 const nn::fs::File* fileInfo, u32 offset, u32 size ) in RomFileStream() 636 nn::fs::FileReader* fileReader, u32 offset, u32 size ) in RomFileStream()
|
| D | snd_PlayerHeap.cpp | 70 bool PlayerHeap::Create( void* startAddress, size_t size ) in Create() 110 void* PlayerHeap::Alloc( size_t size ) in Alloc()
|
| D | snd_InstancePool.cpp | 39 u32 PoolImpl::CreateImpl( void* buffer, size_t size, u32 objSize ) in CreateImpl() 67 void PoolImpl::DestroyImpl( void* buffer, unsigned long size ) in DestroyImpl()
|
| D | snd_ThreadStack.cpp | 26 void ThreadStack::Initialize( uptr ptr, size_t size ) in Initialize()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_MemoryUtil.h | 31 #define DECL_SUB(size) \ argument 58 FastWordCopy(u32* dst, u32* src, u32 size) in FastWordCopy()
|
| D | gfx_AnimAdder.h | 75 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local 179 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeForInitialize() local
|
| D | gfx_MaterialActivator.h | 79 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_Memory.cpp | 60 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator() 114 Alloc(size_t size, u8 alignment) in Alloc() 146 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize() 189 FrameHeapAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize()
|
| D | demo_SimpleApp.cpp | 161 SimpleApp::Allocate(size_t size, u8 alignment) in Allocate() 168 SimpleApp::AllocateDeviceMemory(size_t size, u8 alignment) in AllocateDeviceMemory()
|
| /NW4C-2.0.3/sources/libraries/ut/ |
| D | ut_FrameHeap.cpp | 45 FrameHeap* FrameHeap::Create( void* startAddress, u32 size, u16 optFlag ) in Create() 109 void* FrameHeap::Alloc( u32 size, int alignment ) in Alloc() 156 void* FrameHeap::AllocFromHead( u32 size, int alignment ) in AllocFromHead() 189 void* FrameHeap::AllocFromTail( u32 size, int alignment ) in AllocFromTail()
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_ResourceAccessor.cpp | 41 u32 size = 0; in LoadTexture() local 62 u32 size = 0; in LoadFont() local
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResVertex.cpp | 43 u32 size = resStream.GetStreamCount(); in BufferData() local 220 u32 size = this->GetStreamCount(); in Setup() local 268 u32 size = this->GetStreamCount(); in Setup() local
|
| /NW4C-2.0.3/include/nw/os/ |
| D | os_Memory.h | 44 MemCpy(void* dstp, const void* srcp, size_t size) in MemCpy() 92 void* Alloc(size_t size) { return this->Alloc( size, DEFAULT_ALIGNMENT ); } in Alloc() 245 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN() 431 void Add(size_t size, size_t immediateAlignment) in Add()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_ParticleCollection.cpp | 47 const int size = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(T) + 8; in ParticleStreamCreateSize() local 65 const int size = (capacity + internal::PARTICLE_SIMD_WIDTH_MAX) * sizeof(T) + 8; in ParticleStreamCreate() local 90 const int size = sizeof(T); in ParticleParameterAttributeCreateSize() local 106 const int size = sizeof(T); in ParticleParameterAttributeCreate() local 127 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local 300 os::MemorySizeCalculator& size = *pSize; in GetDeviceMemorySizeInternal() local
|
| D | gfx_MemoryUtil.cpp | 95 #define DECL_SUB(size) \ argument
|
| D | gfx_ParticleModel.cpp | 67 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local 109 os::MemorySizeCalculator& size = *pSize; in GetDeviceMemorySizeInternal() local 252 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeForInitialize() local
|
| D | gfx_ShaderBinaryInfo.cpp | 83 s32 size = 0; in GetCommonCommandSize() local 99 s32 size = 0; in GetShaderProgramCommandSize() local 123 s32 size = 0; in GetProgramCommandSize() local 143 s32 size = 0; in GetSwizzleCommandSize() local 168 s32 size = 0; in GetConstRegCommandSize() local 223 s32 size = 0; in GetOutAttrCommandSize() local
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Bounding.h | 69 Bounding(const Size& size) in Bounding()
|