Home
last modified time | relevance | path

Searched defs:offCode (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h146 BYTE const offCode = (BYTE)ZSTD_highbit32(offset + 1); in ZSTD_getPrice() local
184 BYTE const offCode = (BYTE)ZSTD_highbit32(offset + 1); in ZSTD_updatePrice() local
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c304 U32 const offCode = ZSTD_highbit32(STORED_TO_OFFBASE(offcode)); in ZSTD_getMatchPrice() local
348 { U32 const offCode = ZSTD_highbit32(STORED_TO_OFFBASE(offsetCode)); in ZSTD_updateStats() local
1299 U32 const offCode = opt[storePos].off; ZSTD_compressBlock_opt_generic() local
[all...]
H A Dzstd_compress.c3349 ZSTD_resolveRepcodeToRawOffset(const U32 rep[ZSTD_REP_NUM], const U32 offCode, const U32 ll0) in ZSTD_resolveRepcodeToRawOffset() argument
3380 U32 const offCode = OFFBASE_TO_STORED(seq->offBase); in ZSTD_seqStore_resolveOffCodes() local
5563 ZSTD_validateSequence(U32 offCode, U32 matchLength, size_t posInSrc, U32 windowLog, size_t dictSize) ZSTD_validateSequence() argument
5581 U32 offCode = STORE_OFFSET(rawOffset); ZSTD_finalizeOffCode() local
5622 U32 const offCode = ZSTD_finalizeOffCode(inSeqs[idx].offset, updatedRepcodes.rep, ll0); ZSTD_copySequencesToSeqStoreExplicitBlockDelim() local
5691 U32 offCode; ZSTD_copySequencesToSeqStoreNoBlockDelim() local
[all...]

Completed in 12 milliseconds