Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/libraries/cx/src/
DCXCompression.c516 …nvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize );
1142 …onvertData( const HuffData *table, const u8* srcp, u8* dstp, u32 srcSize, u32 maxSize, u8 bitSize ) in HuffConvertData() argument
1158 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData()
1184 if ( dstSize + (streamLength / 8) >= maxSize ) in HuffConvertData()
1200 if ( dstSize + 1 >= maxSize ) in HuffConvertData()
/RvlSDK-2.1/build/libraries/mem/src/
Dmem_expHeap.c1618 u32 maxSize = 0; in MEMGetAllocatableSizeForExpHeapEx() local
1636 if ( maxSize < blockSize in MEMGetAllocatableSizeForExpHeapEx()
1637 || (maxSize == blockSize && offsetMin > offset) in MEMGetAllocatableSizeForExpHeapEx()
1640 maxSize = blockSize; in MEMGetAllocatableSizeForExpHeapEx()
1648 return maxSize; in MEMGetAllocatableSizeForExpHeapEx()