Searched refs:ZSTD_REP_CHECK (Results 1 – 2 of 2) sorted by relevance
55 #define ZSTD_REP_CHECK (ZSTD_REP_NUM) /* number of repcodes to check by the optimal parser */ macro
438 U32 i, last_i = ZSTD_REP_CHECK + (ip == anchor); in ZSTD_compressBlock_opt_generic()542 U32 i, last_i = ZSTD_REP_CHECK + (mlen != 1); in ZSTD_compressBlock_opt_generic()737 U32 i, last_i = ZSTD_REP_CHECK + (ip == anchor); in ZSTD_compressBlock_opt_extDict_generic()850 U32 i, last_i = ZSTD_REP_CHECK + (mlen != 1); in ZSTD_compressBlock_opt_extDict_generic()
Completed in 5 milliseconds