Home
last modified time | relevance | path

Searched refs:ZSTD_REP_CHECK (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/zstd/
A Dzstd_internal.h55 #define ZSTD_REP_CHECK (ZSTD_REP_NUM) /* number of repcodes to check by the optimal parser */ macro
A Dzstd_opt.h438 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