Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h690 repcodes_t newReps; in ZSTD_newRep() local
691 ZSTD_memcpy(&newReps, rep, sizeof(newReps)); in ZSTD_newRep()
692 ZSTD_updateRep(newReps.rep, offBase_minus1, ll0); in ZSTD_newRep()
693 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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c1234 … Repcodes_t const newReps = ZSTD_newRep(opt[prev].rep, prevMatch.off, opt[prev].litlen==0); in ZSTD_compressBlock_opt_generic() local
1238 newReps.rep[0], newReps.rep[1], newReps.rep[2] ); in ZSTD_compressBlock_opt_generic()
1240 ZSTD_memcpy(opt[cur+1].rep, &newReps, sizeof(Repcodes_t)); in ZSTD_compressBlock_opt_generic()
1260 … Repcodes_t const newReps = ZSTD_newRep(opt[prev].rep, opt[cur].off, opt[prev].litlen==0); in ZSTD_compressBlock_opt_generic() local
1261 ZSTD_memcpy(opt[cur].rep, &newReps, sizeof(Repcodes_t)); in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress_internal.h845 Repcodes_t newReps; in ZSTD_newRep() local
846 ZSTD_memcpy(&newReps, rep, sizeof(newReps)); in ZSTD_newRep()
847 ZSTD_updateRep(newReps.rep, offBase, ll0); in ZSTD_newRep()
848 return newReps; in ZSTD_newRep()