Home
last modified time | relevance | path

Searched defs:compressedSize (Results 1 – 4 of 4) sorted by relevance

/u-boot/lib/lzma/
A DLzmaTools.c52 SizeT compressedSize = (SizeT)(length - LZMA_PROPS_SIZE); in lzmaBuffToBuffDecompress() local
/u-boot/lib/
A Dlz4.c520 int compressedSize, int maxDecompressedSize) in LZ4_decompress_safe()
529 int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial()
/u-boot/lib/zstd/common/
A Dzstd_internal.h340 size_t compressedSize; member
/u-boot/lib/zstd/decompress/
A Dzstd_decompress.c764 size_t const compressedSize = frameSizeInfo.compressedSize; in ZSTD_decompressBound() local
818 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, un… in ZSTD_DCtx_trace_end()

Completed in 13 milliseconds