Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 107) sorted by relevance

12345

/NW4C-1.2.23/include/nw/snd/
Dsnd_InstancePool.h64 u32 Create( void* buffer, size_t size ) in Create()
86 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy()
141 u32 Create( void* buffer, unsigned long size ) in Create()
163 void Destroy( void* buffer, unsigned long size ) { DestroyImpl( buffer, size ); } in Destroy()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundHeap.cpp69 size_t size in Create()
106 void* SoundHeap::Alloc( size_t size ) in Alloc()
132 size_t size, in Alloc()
191 void SoundHeap::DisposeCallbackFunc( void* mem, unsigned long size, void* arg ) in DisposeCallbackFunc()
Dsnd_MmlSequenceTrackAllocator.cpp69 unsigned long MmlSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create()
74 void MmlSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy()
Dsnd_MemorySoundArchive.cpp156 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
167 int size, in OpenExtStream()
189 MemorySoundArchive::MemoryFileStream::MemoryFileStream( const void* buffer, u32 size ) in MemoryFileStream()
Dsnd_HioSoundArchive.cpp94 int size, in OpenStream()
106 int size, in OpenExtStream()
143 bool HioSoundArchive::LoadHeader( void* buffer, size_t size ) in LoadHeader()
339 bool HioSoundArchive::LoadLabelStringData( void* buffer, size_t size ) in LoadLabelStringData()
376 HioSoundArchive::HioFileStream::HioFileStream( const char* path, u32 offset, u32 size ) in HioFileStream()
391 nn::hio::HostFile* openedFile, u32 offset, u32 size ) in HioFileStream()
Dsnd_MidiSequenceTrackAllocator.cpp108 unsigned long MidiSequenceTrackAllocator::Create( void* buffer, unsigned long size ) in Create()
123 void MidiSequenceTrackAllocator::Destroy( void* buffer, unsigned long size ) in Destroy()
Dsnd_RomSoundArchive.cpp154 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream()
172 int size, in OpenExtStream()
239 bool RomSoundArchive::LoadHeader( void* buffer, unsigned long size ) in LoadHeader()
462 bool RomSoundArchive::LoadLabelStringData( void* buffer, unsigned long size ) in LoadLabelStringData()
602 RomSoundArchive::RomFileStream::RomFileStream( const char* path, u32 offset, u32 size ) in RomFileStream()
619 const nn::fs::File* fileInfo, u32 offset, u32 size ) in RomFileStream()
634 nn::fs::FileReader* fileReader, u32 offset, u32 size ) in RomFileStream()
Dsnd_PlayerHeap.cpp68 bool PlayerHeap::Create( void* startAddress, size_t size ) in Create()
105 void* PlayerHeap::Alloc( size_t size ) in Alloc()
Dsnd_InstancePool.cpp37 u32 PoolImpl::CreateImpl( void* buffer, size_t size, u32 objSize ) in CreateImpl()
65 void PoolImpl::DestroyImpl( void* buffer, unsigned long size ) in DestroyImpl()
Dsnd_ThreadStack.cpp24 void ThreadStack::Initialize( uptr ptr, size_t size ) in Initialize()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_MemoryUtil.h29 #define DECL_SUB(size) \ argument
56 FastWordCopy(u32* dst, u32* src, u32 size) in FastWordCopy()
Dgfx_MaterialActivator.h75 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local
/NW4C-1.2.23/include/nw/demo/
Ddemo_Memory.h145 virtual void* Alloc(size_t size, u8 alignment) in Alloc()
229 void SetBreakAlloc(int address, size_t size) in SetBreakAlloc()
251 void SetBreakFree(int address, size_t size) in SetBreakFree()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h67 void* Alloc(size_t size) { return this->Alloc( size, DEFAULT_ALIGNMENT ); } in Alloc()
135 void DestructAndFree(TObject* objects, size_t size) in DestructAndFree()
205 AllocateAndFillN(os::IAllocator* allocator, size_t size, u8 value) in AllocateAndFillN()
230 AllocateAndAssignN(os::IAllocator* allocator, size_t size, TObject object) in AllocateAndAssignN()
391 void Add(size_t size, size_t immediateAlignment) in Add()
/NW4C-1.2.23/sources/libraries/ut/
Dut_FrameHeap.cpp43 FrameHeap* FrameHeap::Create( void* startAddress, u32 size, u16 optFlag ) in Create()
107 void* FrameHeap::Alloc( u32 size, int alignment ) in Alloc()
154 void* FrameHeap::AllocFromHead( u32 size, int alignment ) in AllocFromHead()
187 void* FrameHeap::AllocFromTail( u32 size, int alignment ) in AllocFromTail()
Dut_HeapBase.cpp371 void HeapBase::FillFreeMemory( void* address, u32 size ) in FillFreeMemory()
393 void HeapBase::FillNoUseMemory( void* address, u32 size ) in FillNoUseMemory()
415 void HeapBase::FillAllocMemory( void* address, u32 size ) in FillAllocMemory()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp41 u32 size = resStream.GetStreamCount(); in BufferData() local
172 u32 size = this->GetStreamCount(); in Setup() local
220 u32 size = this->GetStreamCount(); in Setup() local
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp39 u32 size = 0; in LoadTexture() local
60 u32 size = 0; in LoadFont() local
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Memory.cpp58 InitializeDemoAllocator( DemoAllocator* allocator, size_t size, bit32 option /* = 0 */ ) in InitializeDemoAllocator()
112 Alloc(size_t size, u8 alignment) in Alloc()
144 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize()
Ddemo_SimpleApp.cpp159 SimpleApp::Allocate(size_t size, u8 alignment) in Allocate()
166 SimpleApp::AllocateDeviceMemory(size_t size, u8 alignment) in AllocateDeviceMemory()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp44 const int size = in ParticleStreamCreateSize() local
64 const int size = in ParticleStreamCreate() local
91 const int size = sizeof(T); in ParticleParameterAttributeCreateSize() local
107 const int size = sizeof(T); in ParticleParameterAttributeCreate() local
128 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local
301 os::MemorySizeCalculator& size = *pSize; in GetDeviceMemorySizeInternal() local
Dgfx_MemoryUtil.cpp93 #define DECL_SUB(size) \ argument
Dgfx_ParticleModel.cpp58 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeInternal() local
99 os::MemorySizeCalculator& size = *pSize; in GetDeviceMemorySizeInternal() local
242 os::MemorySizeCalculator& size = *pSize; in GetMemorySizeForInitialize() local
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Bounding.h67 Bounding(const Size& size) in Bounding()
/NW4C-1.2.23/demos/snd/originalSoundHeap/sources/
DOriginalSoundHeapApp.cpp167 bool OriginalSoundHeap::Create( void* startAddress, size_t size ) in Create()
176 void* OriginalSoundHeap::Alloc( size_t size ) in Alloc()

12345