Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h678 repcodes_t newReps; in ZSTD_newRep() local
679 ZSTD_memcpy(&newReps, rep, sizeof(newReps)); in ZSTD_newRep()
680 ZSTD_updateRep(newReps.rep, offBase_minus1, ll0); in ZSTD_newRep()
681 return newReps; in ZSTD_newRep()
H A Dzstd_opt.c1178 … repcodes_t const newReps = ZSTD_newRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); in ZSTD_compressBlock_opt_generic() local
1179 ZSTD_memcpy(opt[cur].rep, &newReps, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()