ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Functions | |
void | ZSTD_fillHashTable (ZSTD_matchState_t *ms, void const *end, ZSTD_dictTableLoadMethod_e dtlm) |
size_t | ZSTD_compressBlock_fast (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
size_t | ZSTD_compressBlock_fast_dictMatchState (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
size_t | ZSTD_compressBlock_fast_extDict (ZSTD_matchState_t *ms, seqStore_t *seqStore, U32 rep[ZSTD_REP_NUM], void const *src, size_t srcSize) |
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().
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().
void ZSTD_fillHashTable | ( | ZSTD_matchState_t * | ms, |
void const * | end, | ||
ZSTD_dictTableLoadMethod_e | dtlm | ||
) |
Definition at line 15 of file zstd_fast.c.
Referenced by ZSTD_ldm_fillFastTables(), and ZSTD_loadDictionaryContent().