ReactOS 0.4.16-dev-2-g02a6913
|
Go to the source code of this file.
Functions | |
void | ZSTD_fillDoubleHashTable (ZSTD_matchState_t *ms, void const *end, ZSTD_dictTableLoadMethod_e dtlm) |
FORCE_INLINE_TEMPLATE size_t | ZSTD_compressBlock_doubleFast_generic (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize, U32 const mls, ZSTD_dictMode_e const dictMode) |
size_t | ZSTD_compressBlock_doubleFast (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
size_t | ZSTD_compressBlock_doubleFast_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
static size_t | ZSTD_compressBlock_doubleFast_extDict_generic (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize, U32 const mls) |
size_t | ZSTD_compressBlock_doubleFast_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
size_t ZSTD_compressBlock_doubleFast | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 319 of file zstd_double_fast.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_doubleFast_dictMatchState | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 339 of file zstd_double_fast.c.
Referenced by ZSTD_selectBlockCompressor().
size_t ZSTD_compressBlock_doubleFast_extDict | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize | ||
) |
Definition at line 504 of file zstd_double_fast.c.
Referenced by ZSTD_selectBlockCompressor().
|
static |
Definition at line 359 of file zstd_double_fast.c.
Referenced by ZSTD_compressBlock_doubleFast_extDict().
FORCE_INLINE_TEMPLATE size_t ZSTD_compressBlock_doubleFast_generic | ( | ZSTD_matchState_t * | ms, |
seqStore_t * | seqStore, | ||
U32 | rep[ZSTD_REP_NUM], | ||
void const * | src, | ||
size_t | srcSize, | ||
U32 const | mls, | ||
ZSTD_dictMode_e const | dictMode | ||
) |
Definition at line 51 of file zstd_double_fast.c.
Referenced by ZSTD_compressBlock_doubleFast(), ZSTD_compressBlock_doubleFast_dictMatchState(), and ZSTD_compressBlock_doubleFast_extDict_generic().
void ZSTD_fillDoubleHashTable | ( | ZSTD_matchState_t * | ms, |
void const * | end, | ||
ZSTD_dictTableLoadMethod_e | dtlm | ||
) |
Definition at line 15 of file zstd_double_fast.c.
Referenced by ZSTD_ldm_fillFastTables(), and ZSTD_loadDictionaryContent().