Searched defs:offBase (Results 1 – 4 of 4) sorted by relevance
/linux/lib/zstd/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 | 84 U32 offBase; /* offBase == Offset + ZSTD_REP_NUM, or repcode 1,2,3 */ member 729 U32 offBase, in ZSTD_storeSeqOnly() 770 U32 offBase, in ZSTD_storeSeq() 810 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_updateRep() 834 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_newRep()
|
H A D | zstd_compress.c | 3952 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offBase, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() 3992 U32 const offBase = seq->offBase; in ZSTD_seqStore_resolveOffCodes() local 6395 ZSTD_validateSequence(U32 offBase, U32 matchLength, U32 minMatch, in ZSTD_validateSequence() 6415 U32 offBase = OFFSET_TO_OFFBASE(rawOffset); in ZSTD_finalizeOffBase() local 6462 U32 offBase; in ZSTD_transferSequences_wBlockDelim() local 6571 U32 offBase; in ZSTD_transferSequences_noDelim() local 7151 … 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
|