Lines Matching refs:ZSTD_fast

1049 …  size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog);  in ZSTD_sizeof_matchState()
1343 … size_t const chainSize = (cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cParams->chainLog); in ZSTD_reset_matchState()
1690 …{ size_t const chainSize = (cdict_cParams->strategy == ZSTD_fast) ? 0 : ((size_t)1 << cdict_cPar… in ZSTD_resetCCtx_byCopyingCDict()
1775 …{ size_t const chainSize = (srcCCtx->appliedParams.cParams.strategy == ZSTD_fast) ? 0 : ((size_t… in ZSTD_copyCCtx_internal()
1865 if (params->cParams.strategy != ZSTD_fast) { in ZSTD_reduceIndex()
1929 … return (cctxParams->cParams.strategy == ZSTD_fast) && (cctxParams->cParams.targetLength > 0); in ZSTD_disableLiteralsCompression()
2171 ZSTD_STATIC_ASSERT((unsigned)ZSTD_fast == 1); in ZSTD_selectBlockCompressor()
2577 case ZSTD_fast: in ZSTD_loadDictionaryContent()
3771 { 19, 12, 13, 1, 6, 1, ZSTD_fast }, /* base for negative levels */
3772 { 19, 13, 14, 1, 7, 0, ZSTD_fast }, /* level 1 */
3773 { 20, 15, 16, 1, 6, 0, ZSTD_fast }, /* level 2 */
3797 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
3798 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */
3823 { 17, 12, 12, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
3824 { 17, 12, 13, 1, 6, 0, ZSTD_fast }, /* level 1 */
3825 { 17, 13, 15, 1, 5, 0, ZSTD_fast }, /* level 2 */
3849 { 14, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */
3850 { 14, 14, 15, 1, 5, 0, ZSTD_fast }, /* level 1 */
3851 { 14, 14, 15, 1, 4, 0, ZSTD_fast }, /* level 2 */