Searched refs:newReps (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_internal.h | 690 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 D | zstd_opt.c | 1178 … 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 D | zstd_opt.c | 1234 … 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 D | zstd_compress_internal.h | 845 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()
|