Searched refs:ZSTD_dictMatchState (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_double_fast.c | 76 dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() 78 const U32* const dictHashLong = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() 80 const U32* const dictHashSmall = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() 104 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 117 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 138 const BYTE* repMatch = (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic() 145 if (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic() 172 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 190 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 223 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() [all …]
|
| H A D | zstd_opt.c | 546 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() 548 dictMode == ZSTD_dictMatchState ? &dms->cParams : NULL; in ZSTD_insertBtAndGetAllMatches() 549 const BYTE* const dmsBase = dictMode == ZSTD_dictMatchState ? dms->window.base : NULL; in ZSTD_insertBtAndGetAllMatches() 550 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches() 551 U32 const dmsHighLimit = dictMode == ZSTD_dictMatchState ? (U32)(dmsEnd - dmsBase) : 0; in ZSTD_insertBtAndGetAllMatches() 552 U32 const dmsLowLimit = dictMode == ZSTD_dictMatchState ? dms->window.lowLimit : 0; in ZSTD_insertBtAndGetAllMatches() 553 … U32 const dmsIndexDelta = dictMode == ZSTD_dictMatchState ? windowLow - dmsHighLimit : 0; in ZSTD_insertBtAndGetAllMatches() 556 U32 const dmsBtMask = dictMode == ZSTD_dictMatchState ? (1U << dmsBtLog) - 1 : 0; in ZSTD_insertBtAndGetAllMatches() 579 const BYTE* const repMatch = dictMode == ZSTD_dictMatchState ? in ZSTD_insertBtAndGetAllMatches() 589 if (dictMode == ZSTD_dictMatchState in ZSTD_insertBtAndGetAllMatches() [all …]
|
| H A D | zstd_lazy.c | 186 assert(dictMode == ZSTD_dictMatchState); in ZSTD_DUBT_findBetterDictMatch() 333 if (dictMode == ZSTD_dictMatchState) { in ZSTD_DUBT_findBestMatch() 360 if (dictMode == ZSTD_dictMatchState && nbCompares) { in ZSTD_DUBT_findBestMatch() 418 case 4 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 4, ZSTD_dictMatchState); in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() 419 case 5 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 5, ZSTD_dictMatchState); in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() 421 case 6 : return ZSTD_BtFindBestMatch(ms, ip, iLimit, offsetPtr, 6, ZSTD_dictMatchState); in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() 748 } else if (dictMode == ZSTD_dictMatchState) { in ZSTD_HcFindBestMatch_generic() 809 case 4 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 4, ZSTD_dictMatchState); in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() 810 case 5 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 5, ZSTD_dictMatchState); in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() 812 case 6 : return ZSTD_HcFindBestMatch_generic(ms, ip, iLimit, offsetPtr, 6, ZSTD_dictMatchState); in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() [all …]
|
| H A D | zstd_compress_internal.h | 331 ZSTD_dictMatchState = 2, enumerator 817 … (ms->dictMatchState->dedicatedDictSearch ? ZSTD_dedicatedDictSearch : ZSTD_dictMatchState) : in ZSTD_matchState_dictMode()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 10656 ZSTD_dictMatchState : in ZSTD_matchState_dictMode() 17468 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 17481 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 17509 if (dictMode == ZSTD_dictMatchState in ZSTD_compressBlock_doubleFast_generic() 17635 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_doubleFast_generic() 18571 assert(dictMode == ZSTD_dictMatchState); in ZSTD_DUBT_findBetterDictMatch() 18919 if (dictMode == ZSTD_dictMatchState) { in ZSTD_HcFindBestMatch_generic() 19061 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_lazy_generic() 19081 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_lazy_generic() 19124 if (dictMode == ZSTD_dictMatchState) { in ZSTD_compressBlock_lazy_generic() [all …]
|