Searched refs:ZSTD_updateRep (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 664 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) in ZSTD_updateRep() function 692 ZSTD_updateRep(newReps.rep, offBase_minus1, ll0); in ZSTD_newRep()
|
H A D | zstd_compress_superblock.c | 542 …ZSTD_updateRep(rep.rep, seq->offBase - 1, ZSTD_getSequenceLength(seqStorePtr, seq).litLength == 0); in ZSTD_compressSubBlock_multi()
|
H A D | zstd_compress.c | 2942 ZSTD_updateRep(updatedRepcodes.rep, in ZSTD_copyBlockSequences() 3487 ZSTD_updateRep(dRepcodes->rep, OFFBASE_TO_STORED(seq->offBase), ll0); in ZSTD_seqStore_resolveOffCodes() 3488 ZSTD_updateRep(cRepcodes->rep, offCode, ll0); in ZSTD_seqStore_resolveOffCodes() 5823 ZSTD_updateRep(updatedRepcodes.rep, offCode, ll0); in ZSTD_copySequencesToSeqStoreExplicitBlockDelim() 5946 ZSTD_updateRep(updatedRepcodes.rep, offCode, ll0); in ZSTD_copySequencesToSeqStoreNoBlockDelim()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_opt.c | 927 … repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); in ZSTD_compressBlock_opt_generic() 1012 … repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic()
|
H A D | zstd_compress_internal.h | 333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep() function
|
H A D | zstd_compress_superblock.c | 818 …rep = ZSTD_updateRep(rep.rep, seq->offset - 1, ZSTD_getSequenceLength(seqStorePtr, seq).litLength … in ZSTD_compressSubBlock_multi()
|