HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_extDict (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 114 if ( (dictMode != ZSTD_extDict)
117 const BYTE* const mBase = ( (dictMode != ZSTD_extDict)
329 if ((dictMode != ZSTD_extDict) || (matchIndex+matchLength >= dictLimit)) {
710 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
712 assert(matchIndex >= dictLimit); /* ensures this is true if dictMode != ZSTD_extDict */
1236 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
1260 if ((dictMode != ZSTD_extDict) || matchIndex >= dictLimit) {
1262 assert(matchIndex >= dictLimit); /* ensures this is true if dictMode != ZSTD_extDict */
1499 } else if (dictMode == ZSTD_extDict) {
2000 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, ZSTD_extDict);
    [all...]
zstd_opt.c 574 U32 const forward = ZSTD_insertBt1(ms, base+idx, iend, target, mls, dictMode == ZSTD_extDict);
665 if ( dictMode == ZSTD_extDict
1558 return ZSTD_compressBlock_opt0(ms, seqStore, rep, src, srcSize, ZSTD_extDict);
1574 return ZSTD_compressBlock_opt2(ms, seqStore, rep, src, srcSize, ZSTD_extDict);
zstd_compress_internal.h 553 ZSTD_extDict = 1,
559 ZSTD_cpm_noAttachDict = 0, /* Compression with ZSTD_noDict or ZSTD_extDict.
1074 ZSTD_extDict :

Completed in 18 milliseconds