Home
last modified time | relevance | path

Searched defs:size (Results 51 – 75 of 93) sorted by relevance

1234

/CTR-SDK-4.2.8-20130828/include/nn/fnd/
Dfnd_UnitHeap.h473 inline void* UnitHeapTemplate<LockPolicy>::Allocator::Allocate(size_t size, s32 alignment) in Allocate()
502 …emplate<LockPolicy>::Create(HeapBase* parent, size_t unit, void* addr, size_t size, s32 alignment,… in Create()
Dfnd_WaitableUnitHeap.h184 inline void* WaitableUnitHeap<LockPolicy, Semaphore>::Allocator::Allocate(size_t size, s32 alignmen… in Allocate()
Dfnd_FrameHeap.h129 inline void* FrameHeapBase::Allocate(size_t size, s32 alignment) in Allocate()
613 …>* FrameHeapTemplate<LockPolicy>::Create(HeapBase* parent, void* addr, size_t size, bit32 option, … in Create()
Dfnd_FixedLengthString.h401 FixedLengthString& AppendTail(const Char2* s, size_t size) in AppendTail()
571 LightFixedLengthString(const Char* s, size_t size) in LightFixedLengthString()
Dfnd_BuddyHeap.h216 static s32 GetOrder(size_t size) in GetOrder()
610 void Initialize(uptr addr, size_t size) in Initialize()
/CTR-SDK-4.2.8-20130828/include/nn/pl/CTR/
Dpl_SharedFont.h66 size_t size; member
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/
Ddbg_Break.cpp171 Result NotifyDllLoadedToDebugger(const void* pDllInfo, size_t size) in NotifyDllLoadedToDebugger()
176 Result NotifyDllUnloadingToDebugger(const void* pDllInfo, size_t size) in NotifyDllUnloadingToDebugger()
Ddbg_Argument.cpp68 static void Setup( const void* pBuffer, size_t size ) in Setup()
311 void SetArgumentBuffer( const void *pBuffer, size_t size ) in SetArgumentBuffer()
/CTR-SDK-4.2.8-20130828/include/nn/crypto/
Dcrypto_CtrEncryptor.h133 virtual size_t UpdateFinal(void* pDst, size_t size) in UpdateFinal()
Dcrypto_CtrDecryptor.h133 virtual size_t UpdateFinal(void* pDst, size_t size) in UpdateFinal()
/CTR-SDK-4.2.8-20130828/include/nn/font/CTR/
Dfont_RectDrawerCommand.h22 #define NN_FONT_ADD_COMMANDS_PTR( ptr, command, size ) \ argument
30 #define NN_FONT_RECTDRAWER_ADD_COMMAND( command, size ) \ argument
Dfont_TextWriterBase.h427 std::size_t size in SetBuffer()
450 std::size_t size in SetBuffer()
/CTR-SDK-4.2.8-20130828/include/nn/net/compatible/nhttp/
Dnhttp.h213 u32 size; /* Please see man pages for details */ member
223 u32 size; /* Please see man pages for details */ member
234 u32 size; /* Please see man pages for details */ member
/CTR-SDK-4.2.8-20130828/sources/libraries/rdt/CTR/
Drdt_SenderImpl.h104 static void* operator new(size_t size, void *pBuf) throw() in new()
/CTR-SDK-4.2.8-20130828/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp81 void DirectPrint::ChangeDisplaybuffer( void* dispbuf, GLenum format, const nn::math::VEC2& size ) in ChangeDisplaybuffer()
250 nn::math::VEC2 size( 320 , 240 ); in Clear() local
/CTR-SDK-4.2.8-20130828/include/nn/dbg/
Ddbg_Argument.h76 bit16 size; member
/CTR-SDK-4.2.8-20130828/include/nn/gd/CTR/
Dgd_Shader.h152 …UniformLocation(u8 shaderType, u16 managedLocation, u8 registerLocation, u8 size, UniformType type) in UniformLocation()
/CTR-SDK-4.2.8-20130828/include/nn/os/
Dos_SvcTypes.autogen.h41 size_t size; member
/CTR-SDK-4.2.8-20130828/sources/libraries/tpl/CTR/
Dtpl_crc32.cpp99 unsigned int size) in calculate_crc32()
/CTR-SDK-4.2.8-20130828/include/nn/fslow/
Dfslow_Path.h108 LowPath(bit32 pathType, const void* data, size_t size) in LowPath()
/CTR-SDK-4.2.8-20130828/include/nn/boss/
Dboss_Types.h235 u16 size; // member
245 u16 size; // member
255 u16 size; // member
264 u16 size; // member
/CTR-SDK-4.2.8-20130828/include/nn/gr/CTR/
Dgr_Vertex.h250 const int size = ( 2 + 3 * VERTEX_ATTRIBUTE_MAX ) * sizeof( bit32 ); in MakeDisableCommand() local
/CTR-SDK-4.2.8-20130828/include/nn/applet/CTR/
Dapplet_API.h262 …oryHandle( os::TransferMemoryBlock* transferMemory, nn::Handle handle, size_t size, bit32 otherPer… in AttachTransferMemoryHandle()
/CTR-SDK-4.2.8-20130828/sources/libraries/cx/
Dcx_Compression.cpp65 u32 CompressLZImpl(const u8 *srcp, u32 size, u8 *dstp, void *work, bool exFormat) in CompressLZImpl()
387 u32 CompressRL(const u8 *srcp, u32 size, u8 *dstp) in CompressRL()
582 u32 CompressHuffman( const u8 *srcp, u32 size, u8 *dstp, u8 huffBitSize, void *work ) in CompressHuffman()
717 void HuffCountData( HuffData* table, const u8 *srcp, u32 size, u8 bitSize ) in HuffCountData()
/CTR-SDK-4.2.8-20130828/include/nn/snd/CTR/Common/
Dsnd_Bcwav.h48 u32 size; member
86 u32 size; member

1234