Searched defs:offBase (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_opt.c | 325 ZSTD_getMatchPrice(U32 const offBase, in ZSTD_getMatchPrice() 359 U32 offBase, U32 matchLength) in ZSTD_updateStats() 1182 U32 const offBase = matches[matchNb].off; in ZSTD_compressBlock_opt_generic() local 1417 U32 const offBase = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local
|
| H A D | zstd_compress_internal.h | 87 U32 offBase; /* offBase == Offset + ZSTD_REP_NUM, or repcode 1,2,3 */ member 738 U32 offBase, in ZSTD_storeSeqOnly() 779 U32 offBase, in ZSTD_storeSeq() 819 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_updateRep() 843 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_newRep()
|
| H A D | zstd_compress.c | 4039 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offBase, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() 4079 U32 const offBase = seq->offBase; in ZSTD_seqStore_resolveOffCodes() local 6605 ZSTD_validateSequence(U32 offBase, U32 matchLength, U32 minMatch, in ZSTD_validateSequence() 6625 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase() local 6672 U32 offBase; in ZSTD_transferSequences_wBlockDelim() local 6781 U32 offBase; in ZSTD_transferSequences_noDelim() local 7361 … U32 const offBase = ZSTD_finalizeOffBase(inSeqs[seqNb].offset, updatedRepcodes.rep, ll0); in ZSTD_convertBlockSequences() local
|
| H A D | zstd_lazy.c | 1583 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_generic() local 1981 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_extDict_generic() local
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_opt.c | 324 ZSTD_getMatchPrice(U32 const offBase, in ZSTD_getMatchPrice() 358 U32 offBase, U32 matchLength) in ZSTD_updateStats() 1181 U32 const offBase = matches[matchNb].off; in ZSTD_compressBlock_opt_generic() local 1416 U32 const offBase = opt[storePos].off; in ZSTD_compressBlock_opt_generic() local
|
| H A D | zstd_compress_internal.h | 86 U32 offBase; /* offBase == Offset + ZSTD_REP_NUM, or repcode 1,2,3 */ member 737 U32 offBase, in ZSTD_storeSeqOnly() 778 U32 offBase, in ZSTD_storeSeq() 818 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_updateRep() 842 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_newRep()
|
| H A D | zstd_compress.c | 4038 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offBase, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() 4078 U32 const offBase = seq->offBase; in ZSTD_seqStore_resolveOffCodes() local 6604 ZSTD_validateSequence(U32 offBase, U32 matchLength, U32 minMatch, in ZSTD_validateSequence() 6624 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase() local 6671 U32 offBase; in ZSTD_transferSequences_wBlockDelim() local 6780 U32 offBase; in ZSTD_transferSequences_noDelim() local 7360 … U32 const offBase = ZSTD_finalizeOffBase(inSeqs[seqNb].offset, updatedRepcodes.rep, ll0); in ZSTD_convertBlockSequences() local
|
| H A D | zstd_lazy.c | 1582 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_generic() local 1980 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_extDict_generic() local
|