Lines Matching refs:ZSTD_fast
1234 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_sizeof_matchState()
1491 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_reset_matchState()
1848 …{ size_t const chainSize = (cdict_cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cdict_cPar… in ZSTD_resetCCtx_byCopyingCDict()
1941 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
2043 if (params->cParams.strategy != ZSTD_fast) { in ZSTD_reduceIndex()
2367 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
3084 case ZSTD_fast: in ZSTD_loadDictionaryContent()
4872 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
4873 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
4874 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
4898 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
4899 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */
4924 { 17, 12, 12, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
4925 { 17, 12, 13, 1, 6, 0, ZSTD_fast }, /* level 1 */
4926 { 17, 13, 15, 1, 5, 0, ZSTD_fast }, /* level 2 */
4950 { 14, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
4951 { 14, 14, 15, 1, 5, 0, ZSTD_fast }, /* level 1 */
4952 { 14, 14, 15, 1, 4, 0, ZSTD_fast }, /* level 2 */
4980 case ZSTD_fast: in ZSTD_dedicatedDictSearch_getCParams()
5014 case ZSTD_fast: in ZSTD_dedicatedDictSearch_revertCParams()