Searched refs:destSize (Results 1 – 2 of 2) sorted by relevance
242 inline void InitUncompContextRLFront( UncompContextRL *context, void *dest, s32 destSize ) in InitUncompContextRLFront() argument244 NN_ASSERT( destSize > 0 ); in InitUncompContextRLFront()246 context->forceDestCount = destSize; in InitUncompContextRLFront()260 inline void InitUncompContextLZFront( UncompContextLZ *context, void *dest, s32 destSize ) in InitUncompContextLZFront() argument262 NN_ASSERT( destSize > 0 ); in InitUncompContextLZFront()264 context->forceDestCount = destSize; in InitUncompContextLZFront()275 inline void InitUncompContextHuffmanFront( UncompContextHuffman *context, void *dest, s32 destSize ) in InitUncompContextHuffmanFront() argument277 NN_ASSERT( destSize > 0 ); in InitUncompContextHuffmanFront()279 context->forceDestCount = destSize; in InitUncompContextHuffmanFront()290 inline void InitUncompContextLHFront( UncompContextLH *context, void *dest, s32 destSize ) in InitUncompContextLHFront() argument[all …]
50 u32 destSize; // 展開サイズ member