ReactOS 0.4.16-dev-338-g34e76ad
|
Go to the source code of this file.
size_t ZSTD_compressBlock_fast | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 186 of file zstd_fast.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_fast_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 354 of file zstd_fast.c.
Referenced by ZSTD_selectBlockCompressor().
FORCE_INLINE_TEMPLATE size_t ZSTD_compressBlock_fast_dictMatchState_generic | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize, | ||
U32 const | mls | ||
) |
Definition at line 207 of file zstd_fast.c.
Referenced by ZSTD_compressBlock_fast_dictMatchState().
size_t ZSTD_compressBlock_fast_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 479 of file zstd_fast.c.
Referenced by ZSTD_selectBlockCompressor().
|
static |
Definition at line 375 of file zstd_fast.c.
Referenced by ZSTD_compressBlock_fast_extDict().
FORCE_INLINE_TEMPLATE size_t ZSTD_compressBlock_fast_generic | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize, | ||
U32 const | mls | ||
) |
Definition at line 47 of file zstd_fast.c.
Referenced by ZSTD_compressBlock_fast(), and ZSTD_compressBlock_fast_extDict_generic().
void ZSTD_fillHashTable | ( | ZSTD_matchState_t * | ms, |
const void *const | end, | ||
ZSTD_dictTableLoadMethod_e | dtlm | ||
) |
Definition at line 15 of file zstd_fast.c.
Referenced by ZSTD_ldm_fillFastTables(), and ZSTD_loadDictionaryContent().