Searched refs:maxSize (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/fnd/ |
| D | fnd_BuddyHeap.h | 85 const size_t maxSize = GetMaxSize(); in Initialize() local 86 NN_LOG_DEBUG("maxSize %d\n", maxSize); in Initialize() 87 const size_t numMaxOrders = m_HeapSize / maxSize; in Initialize()
|
| /CTR-SDK-4.2.5/sources/libraries/fnd/detail/ |
| D | fnd_DetailHeap.cpp | 1510 u32 maxSize = 0; in GetAllocatableSizeForHeap() local 1529 if ( maxSize < blockSize in GetAllocatableSizeForHeap() 1530 || (maxSize == blockSize && offsetMin > offset) in GetAllocatableSizeForHeap() 1533 maxSize = blockSize; in GetAllocatableSizeForHeap() 1539 return maxSize; in GetAllocatableSizeForHeap()
|
| /CTR-SDK-4.2.5/sources/libraries/cx/ |
| D | cx_Compression.cpp | 553 u32 HuffConvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8… 1195 u32 HuffConvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 … in HuffConvertData() argument 1212 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData() 1238 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData() 1254 if ( dstSize + 1 >= maxSize ) in HuffConvertData()
|