Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/cx/
Dcx_Uncompression.h217 const int UNCOMPRESS_GZIP_WORK_SIZE = UNCOMPRESS_DEFLATE_WORK_SIZE; variable
/CTR-SDK-4.2.5/sources/libraries/cx/
Dcx_Uncompression.cpp1074 NN_STATIC_ASSERT( sizeof(inflate_state) == UNCOMPRESS_GZIP_WORK_SIZE ); in ZlibStaticAssert()
1083 detail::ZlibAllocator za(pWork, UNCOMPRESS_GZIP_WORK_SIZE); in UncompressDeflateCommon()
Dcx_StreamingUncompression.cpp31 static const size_t WORK_SIZE = UNCOMPRESS_GZIP_WORK_SIZE + (1 << MAX_WBITS);