• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/

Lines Matching defs:decompress

913     ** Important ** : FSE_decompress() does not decompress non-compressible nor RLE data !!!
1089 (Note : these functions only decompress FSE-compressed blocks.
1108 `FSE_DTable` can then be used to decompress `cSrc`, with FSE_decompress_usingDTable().
3208 * If user cannot imply a maximum upper bound, it's better to use streaming mode to decompress data.
3223 * When `return==ZSTD_CONTENTSIZE_UNKNOWN`, data to decompress could be any size.
3224 * In which case, it's necessary to use streaming mode to decompress data.
3232 * In which case, it's necessary to use streaming mode to decompress data.
4045 * to be used to decompress next frames.
4061 * Reference a prepared dictionary, to be used to decompress next frames.
4072 * Reference a prefix (single-usage dictionary) to decompress next frame.
4306 * When `return==ZSTD_CONTENTSIZE_UNKNOWN`, data to decompress could be any size.
4307 * In which case, it's necessary to use streaming mode to decompress data.
4311 * In which case, it's necessary to use streaming mode to decompress data.
6678 } ZSTD_frameSizeInfo; /* decompress & legacy */
6725 } blockProperties_t; /* declared here for decompress and fullbench */
6729 /* Used by: decompress, fullbench (does not get its definition from here) */
6735 /* Used by: decompress, fullbench (does not get its definition from here) */
21349 /**** start inlining decompress/huf_decompress.c ****/
22408 static const decompressionAlgo decompress[2] = { HUF_decompress4X1, HUF_decompress4X2 };
22427 return decompress[algoNb](dst, dstSize, cSrc, cSrcSize);
22598 /**** ended inlining decompress/huf_decompress.c ****/
22599 /**** start inlining decompress/zstd_ddict.c ****/
22636 * objects and definitions shared within lib/decompress modules */
22921 ZSTDv01_decompress() : decompress ZSTD frames compliant with v0.1.x format
22934 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23019 ZSTDv02_decompress() : decompress ZSTD frames compliant with v0.2.x format
23032 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23116 ZSTDv03_decompress() : decompress ZSTD frames compliant with v0.3.x format
23129 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23213 ZSTDv04_decompress() : decompress ZSTD frames compliant with v0.4.x format
23226 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23370 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23545 cSize (output parameter) : the number of bytes that would be read to decompress this frame
23728 cSize (output parameter) : the number of bytes that would be read to decompress this frame
24445 /**** ended inlining decompress/zstd_ddict.c ****/
24446 /**** start inlining decompress/zstd_decompress.c ****/
24551 * decompress block, starting at `src`,
25731 * Provides the dictID required to decompress frame stored within `src`.
26392 /**** ended inlining decompress/zstd_decompress.c ****/
26393 /**** start inlining decompress/zstd_decompress_block.c ****/
27570 /* decode and decompress */
27826 /**** ended inlining decompress/zstd_decompress_block.c ****/