Home
last modified time | relevance | path

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

/RvlSDK-3.2/include/revolution/
Dkpr.h83 u8 KPRLookAhead ( KPRQueue *queue, wchar_t *string, u32 maxSize );
/RvlSDK-3.2/build/libraries/cx/src/
DCXCompression.c581 …nvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize );
1219 …onvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize ) in HuffConvertData() argument
1236 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData()
1262 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData()
1278 if ( dstSize + 1 >= maxSize ) in HuffConvertData()
/RvlSDK-3.2/build/libraries/mem/src/
Dmem_expHeap.c1631 u32 maxSize = 0; in MEMGetAllocatableSizeForExpHeapEx() local
1649 if ( maxSize < blockSize in MEMGetAllocatableSizeForExpHeapEx()
1650 || (maxSize == blockSize && offsetMin > offset) in MEMGetAllocatableSizeForExpHeapEx()
1653 maxSize = blockSize; in MEMGetAllocatableSizeForExpHeapEx()
1661 return maxSize; in MEMGetAllocatableSizeForExpHeapEx()