Searched refs:maxSize (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.1.4/include/revolution/ |
| D | kpr.h | 83 u8 KPRLookAhead ( KPRQueue *queue, wchar_t *string, u32 maxSize );
|
| /RvlSDK-3.1.4/build/libraries/cx/src/ |
| D | CXCompression.c | 579 …nvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize ); 1217 …onvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize ) in HuffConvertData() argument 1234 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData() 1260 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData() 1276 if ( dstSize + 1 >= maxSize ) in HuffConvertData()
|
| /RvlSDK-3.1.4/build/libraries/mem/src/ |
| D | mem_expHeap.c | 1619 u32 maxSize = 0; in MEMGetAllocatableSizeForExpHeapEx() local 1637 if ( maxSize < blockSize in MEMGetAllocatableSizeForExpHeapEx() 1638 || (maxSize == blockSize && offsetMin > offset) in MEMGetAllocatableSizeForExpHeapEx() 1641 maxSize = blockSize; in MEMGetAllocatableSizeForExpHeapEx() 1649 return maxSize; in MEMGetAllocatableSizeForExpHeapEx()
|