Project Alice
Loading...
Searching...
No Matches
zstd_compress_superblock.c File Reference
Include dependency graph for zstd_compress_superblock.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EstimatedBlockSize
 

Macros

#define BYTESCALE   256
 

Functions

size_t ZSTD_compressSuperBlock (ZSTD_CCtx *zc, void *dst, size_t dstCapacity, const void *src, size_t srcSize, unsigned lastBlock)
 

Macro Definition Documentation

◆ BYTESCALE

#define BYTESCALE   256

Definition at line 440 of file zstd_compress_superblock.c.

Function Documentation

◆ ZSTD_compressSuperBlock()

size_t ZSTD_compressSuperBlock ( ZSTD_CCtx zc,
void *  dst,
size_t  dstCapacity,
const void *  src,
size_t  srcSize,
unsigned  lastBlock 
)

Definition at line 665 of file zstd_compress_superblock.c.

Here is the call graph for this function: