Lines Matching refs:ZSTD_fast

1274 …  size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog);  in ZSTD_sizeof_matchState()
1533 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_reset_matchState()
1889 …{ size_t const chainSize = (cdict_cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cdict_cPar… in ZSTD_resetCCtx_byCopyingCDict()
1981 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
2094 if (params->cParams.strategy != ZSTD_fast) { in ZSTD_reduceIndex()
2418 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
3111 case ZSTD_fast: in ZSTD_loadDictionaryContent()
4974 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
4975 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
4976 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
5000 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
5001 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */
5026 { 17, 12, 12, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
5027 { 17, 12, 13, 1, 6, 0, ZSTD_fast }, /* level 1 */
5028 { 17, 13, 15, 1, 5, 0, ZSTD_fast }, /* level 2 */
5052 { 14, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
5053 { 14, 14, 15, 1, 5, 0, ZSTD_fast }, /* level 1 */
5054 { 14, 14, 15, 1, 4, 0, ZSTD_fast }, /* level 2 */
5082 case ZSTD_fast: in ZSTD_dedicatedDictSearch_getCParams()
5113 case ZSTD_fast: in ZSTD_dedicatedDictSearch_revertCParams()