Searched defs:mls (Results 1 – 2 of 2) sorted by relevance
/lib/zstd/ |
D | zstd_opt.h | 235 …tx *zc, const BYTE *const ip, const BYTE *const iLimit, U32 nbCompares, const U32 mls, U32 extDict, in ZSTD_insertBtAndGetAllMatches() 356 …st BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t … in ZSTD_BtGetAllMatches() 380 …D_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, in ZSTD_BtGetAllMatches_extDict() 420 const U32 mls = ctx->params.cParams.searchLength; in ZSTD_compressBlock_opt_generic() local 717 const U32 mls = ctx->params.cParams.searchLength; in ZSTD_compressBlock_opt_extDict_generic() local
|
D | compress.c | 976 static size_t ZSTD_hashPtr(const void *p, U32 hBits, U32 mls) in ZSTD_hashPtr() 992 static void ZSTD_fillHashTable(ZSTD_CCtx *zc, const void *end, const U32 mls) in ZSTD_fillHashTable() 1008 …id ZSTD_compressBlock_fast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 mls) in ZSTD_compressBlock_fast_generic() 1106 const U32 mls = ctx->params.cParams.searchLength; in ZSTD_compressBlock_fast() local 1116 …_compressBlock_fast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 mls) in ZSTD_compressBlock_fast_extDict_generic() 1222 U32 const mls = ctx->params.cParams.searchLength; in ZSTD_compressBlock_fast_extDict() local 1235 static void ZSTD_fillDoubleHashTable(ZSTD_CCtx *cctx, const void *end, const U32 mls) in ZSTD_fillDoubleHashTable() 1254 …D_compressBlock_doubleFast_generic(ZSTD_CCtx *cctx, const void *src, size_t srcSize, const U32 mls) in ZSTD_compressBlock_doubleFast_generic() 1385 const U32 mls = ctx->params.cParams.searchLength; in ZSTD_compressBlock_doubleFast() local 1395 …essBlock_doubleFast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 mls) in ZSTD_compressBlock_doubleFast_extDict_generic() [all …]
|