Searched refs:destSize (Results 1 – 2 of 2) sorted by relevance
240 inline void InitUncompContextRLFront( UncompContextRL *context, void *dest, s32 destSize ) in InitUncompContextRLFront() argument242 NN_ASSERT( destSize > 0 ); in InitUncompContextRLFront()244 context->forceDestCount = destSize; in InitUncompContextRLFront()255 inline void InitUncompContextLZFront( UncompContextLZ *context, void *dest, s32 destSize ) in InitUncompContextLZFront() argument257 NN_ASSERT( destSize > 0 ); in InitUncompContextLZFront()259 context->forceDestCount = destSize; in InitUncompContextLZFront()270 inline void InitUncompContextHuffmanFront( UncompContextHuffman *context, void *dest, s32 destSize ) in InitUncompContextHuffmanFront() argument272 NN_ASSERT( destSize > 0 ); in InitUncompContextHuffmanFront()274 context->forceDestCount = destSize; in InitUncompContextHuffmanFront()285 inline void InitUncompContextLHFront( UncompContextLH *context, void *dest, s32 destSize ) in InitUncompContextLHFront() argument[all …]
50 u32 destSize; // 展開サイズ member